@@ -23,16 +23,16 @@ require (
23
23
github.com/containerd/imgcrypt/v2 v2.0.0-rc.1
24
24
github.com/containerd/log v0.1.0
25
25
github.com/containerd/nri v0.8.0
26
- github.com/containerd/otelttrpc v0.0.0-20240305015340-ea5083fda723
27
- github.com/containerd/platforms v1.0.0-rc.0
26
+ github.com/containerd/otelttrpc v0.1.0
27
+ github.com/containerd/platforms v1.0.0-rc.1
28
28
github.com/containerd/plugin v1.0.0
29
- github.com/containerd/ttrpc v1.2.6
29
+ github.com/containerd/ttrpc v1.2.7
30
30
github.com/containerd/typeurl/v2 v2.2.3
31
31
github.com/containerd/zfs/v2 v2.0.0-rc.0
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
@@ -59,7 +59,7 @@ require (
59
59
github.com/pelletier/go-toml/v2 v2.2.3
60
60
github.com/prometheus/client_golang v1.20.5
61
61
github.com/sirupsen/logrus v1.9.3
62
- github.com/stretchr/testify v1.9 .0
62
+ github.com/stretchr/testify v1.10 .0
63
63
github.com/tchap/go-patricia/v2 v2.3.1
64
64
github.com/urfave/cli/v2 v2.27.5
65
65
github.com/vishvananda/netlink v1.3.0
@@ -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