@@ -11,7 +11,7 @@ require (
1111 github.com/compose-spec/compose-go/v2 v2.6.0
1212 github.com/containerd/containerd/v2 v2.0.4
1313 github.com/containerd/platforms v1.0.0-rc.1
14- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
14+ github.com/davecgh/go-spew v1.1.1
1515 github.com/distribution/reference v0.6.0
1616 github.com/docker/buildx v0.23.0
1717 github.com/docker/cli v28.0.4+incompatible
@@ -155,7 +155,7 @@ require (
155155 github.com/pelletier/go-toml v1.9.5 // indirect
156156 github.com/pkg/errors v0.9.1 // indirect
157157 github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
158- github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
158+ github.com/pmezard/go-difflib v1.0.0 // indirect
159159 github.com/prometheus/client_golang v1.20.5 // indirect
160160 github.com/prometheus/client_model v0.6.1 // indirect
161161 github.com/prometheus/common v0.55.0 // indirect
@@ -207,3 +207,12 @@ require (
207207 sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
208208 sigs.k8s.io/yaml v1.4.0 // indirect
209209)
210+
211+ exclude (
212+ // FIXME(thaJeztah): remoove this once kubernetes updated their dependencies to no longer need this.
213+ //
214+ // For additional details, see this PR and links mentioned in that PR:
215+ // https://github.com/kubernetes-sigs/kustomize/pull/5830#issuecomment-2569960859
216+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
217+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
218+ )
0 commit comments