We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acc7788 + 17952c6 commit 22e7bf6Copy full SHA for 22e7bf6
go.mod
@@ -178,14 +178,5 @@ require (
178
sigs.k8s.io/yaml v1.6.0 // indirect
179
)
180
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
-
190
// restore junctions to have os.ModeSymlink flag set on Windows: https://github.com/docker/buildx/issues/3221
191
godebug winsymlink=0
0 commit comments