|
|
@@ -11,7 +11,7 @@ require (
|
|
|
github.com/compose-spec/compose-go/v2 v2.6.0
|
|
|
github.com/containerd/containerd/v2 v2.0.4
|
|
|
github.com/containerd/platforms v1.0.0-rc.1
|
|
|
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
|
|
|
+ github.com/davecgh/go-spew v1.1.1
|
|
|
github.com/distribution/reference v0.6.0
|
|
|
github.com/docker/buildx v0.23.0
|
|
|
github.com/docker/cli v28.0.4+incompatible
|
|
|
@@ -155,7 +155,7 @@ require (
|
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
|
|
|
- github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
|
+ github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
github.com/prometheus/client_golang v1.20.5 // indirect
|
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
|
github.com/prometheus/common v0.55.0 // indirect
|
|
|
@@ -207,3 +207,12 @@ require (
|
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
|
|
|
sigs.k8s.io/yaml v1.4.0 // indirect
|
|
|
)
|
|
|
+
|
|
|
+exclude (
|
|
|
+ // FIXME(thaJeztah): remoove this once kubernetes updated their dependencies to no longer need this.
|
|
|
+ //
|
|
|
+ // For additional details, see this PR and links mentioned in that PR:
|
|
|
+ // https://github.com/kubernetes-sigs/kustomize/pull/5830#issuecomment-2569960859
|
|
|
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
|
|
|
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
|
|
|
+)
|