@@ -32,7 +32,7 @@ require (
32
32
github.com/containernetworking/cni v1.2.3
33
33
github.com/containernetworking/plugins v1.5.1
34
34
github.com/coreos/go-systemd/v22 v22.5.0
35
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
35
+ github.com/davecgh/go-spew v1.1.1
36
36
github.com/distribution/reference v0.6.0
37
37
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
38
38
github.com/docker/go-metrics v0.0.1
@@ -119,7 +119,7 @@ require (
119
119
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
120
120
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
121
121
github.com/pkg/errors v0.9.1 // indirect
122
- github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
122
+ github.com/pmezard/go-difflib v1.0.0 // indirect
123
123
github.com/prometheus/client_model v0.6.1 // indirect
124
124
github.com/prometheus/common v0.55.0 // indirect
125
125
github.com/prometheus/procfs v0.15.1 // indirect
@@ -151,3 +151,18 @@ require (
151
151
sigs.k8s.io/yaml v1.4.0 // indirect
152
152
tags.cncf.io/container-device-interface/specs-go v0.8.0 // indirect
153
153
)
154
+
155
+ exclude (
156
+ // These dependencies were updated to "master" in some modules we depend on,
157
+ // but have no code-changes since their last release. Unfortunately, this also
158
+ // causes a ripple effect, forcing all users of the containerd module to also
159
+ // update these dependencies to an unrelease / un-tagged version.
160
+ //
161
+ // Both these dependencies will unlikely do a new release in the near future,
162
+ // so exclude these versions so that we can downgrade to the current release.
163
+ //
164
+ // For additional details, see this PR and links mentioned in that PR:
165
+ // https://github.com/kubernetes-sigs/kustomize/pull/5830#issuecomment-2569960859
166
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
167
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
168
+ )
0 commit comments