Skip to content

Commit 17952c6

Browse files
committed
chore: remove unneeded excludes
The upstream PR that used the pseudo-versions was merged so this no longer causes an upgrade of those dependencies to pseudo-versions so the exclude is no longer needed. Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
1 parent 4eb80ca commit 17952c6

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)