Skip to content

Commit 22e7bf6

Browse files
authored
Merge pull request #3552 from jsternberg/remove-unneeded-excludes
chore: remove unneeded excludes
2 parents acc7788 + 17952c6 commit 22e7bf6

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
@@ -178,14 +178,5 @@ require (
178178
sigs.k8s.io/yaml v1.6.0 // indirect
179179
)
180180

181-
exclude (
182-
// FIXME(thaJeztah): remoove this once kubernetes updated their dependencies to no longer need this.
183-
//
184-
// For additional details, see this PR and links mentioned in that PR:
185-
// https://github.com/kubernetes-sigs/kustomize/pull/5830#issuecomment-2569960859
186-
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
187-
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
188-
)
189-
190181
// restore junctions to have os.ModeSymlink flag set on Windows: https://github.com/docker/buildx/issues/3221
191182
godebug winsymlink=0

0 commit comments

Comments
 (0)