Skip to content

Commit 73a08aa

Browse files
thaJeztahAkihiroSuda
authored andcommitted
go.mod: remove exclude rules
Commit 00a11e9 added these exclude rules as a temporary workaround until these transitive dependency versions would be gone; > downgrade go-difflib and go-spew to tagged releases > > These dependencies were updated to "master" in some modules we depend on, > but have no code-changes since their last release. Unfortunately, this also > causes a ripple effect, forcing all users of the containerd module to also > update these dependencies to an unrelease / un-tagged version. > > Both these dependencies will unlikely do a new release in the near future, > so exclude these versions so that we can downgrade to the current release. Commit fb8c01d updated the containerd/zfs module to v2.0.0, which was the remaining dependency using these untagged versions, so we can remove these exclude rules again. This reverts commit 00a11e9. Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 216e43e) Signed-off-by: Akihiro Suda <[email protected]>
1 parent cee08c8 commit 73a08aa

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

go.mod

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -159,18 +159,3 @@ require (
159159
sigs.k8s.io/yaml v1.6.0 // indirect
160160
tags.cncf.io/container-device-interface/specs-go v1.0.0 // indirect
161161
)
162-
163-
exclude (
164-
// These dependencies were updated to "master" in some modules we depend on,
165-
// but have no code-changes since their last release. Unfortunately, this also
166-
// causes a ripple effect, forcing all users of the containerd module to also
167-
// update these dependencies to an unrelease / un-tagged version.
168-
//
169-
// Both these dependencies will unlikely do a new release in the near future,
170-
// so exclude these versions so that we can downgrade to the current release.
171-
//
172-
// For additional details, see this PR and links mentioned in that PR:
173-
// https://github.com/kubernetes-sigs/kustomize/pull/5830#issuecomment-2569960859
174-
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
175-
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
176-
)

0 commit comments

Comments
 (0)