Skip to content

Commit 03e19e4

Browse files
thaJeztahndeloof
authored andcommitted
go.mod: remove exclude rules
Commit 640c7de 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. Kubernetes, and other dependencies have reverted those bumps, so these exclude rules are no longer needed. This reverts commit 640c7de. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent b2c17ff commit 03e19e4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

go.mod

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,3 @@ require (
155155
gopkg.in/ini.v1 v1.67.0 // indirect
156156
gopkg.in/yaml.v3 v3.0.1 // indirect
157157
)
158-
159-
exclude (
160-
// FIXME(thaJeztah): remove this once kubernetes updated their dependencies to no longer need this.
161-
//
162-
// For additional details, see this PR and links mentioned in that PR:
163-
// https://github.com/kubernetes-sigs/kustomize/pull/5830#issuecomment-2569960859
164-
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
165-
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
166-
)

0 commit comments

Comments
 (0)