File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ require (
160
160
github.com/cloudflare/circl v1.6.1 // indirect
161
161
github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3 // indirect
162
162
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
163
- github.com/containerd/containerd v1.7.24 // indirect
163
+ github.com/containerd/containerd v1.7.27 // indirect
164
164
github.com/containerd/continuity v0.4.5 // indirect
165
165
github.com/containerd/errdefs v0.3.0 // indirect
166
166
github.com/containerd/log v0.1.0 // indirect
Original file line number Diff line number Diff line change @@ -270,8 +270,8 @@ github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be h1:J5BL
270
270
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be /go.mod h1:mk5IQ+Y0ZeO87b858TlA645sVcEcbiX6YqP98kt+7+w =
271
271
github.com/containerd/cgroups v1.1.0 h1:v8rEWFl6EoqHB+swVNjVoCJE8o3jX7e8nqBGPLaDFBM =
272
272
github.com/containerd/cgroups v1.1.0 /go.mod h1:6ppBcbh/NOOUU+dMKrykgaBnK9lCIBxHqJDGwsa1mIw =
273
- github.com/containerd/containerd v1.7.24 h1:zxszGrGjrra1yYJW/6rhm9cJ1ZQ8rkKBR48brqsa7nA =
274
- github.com/containerd/containerd v1.7.24 /go.mod h1:7QUzfURqZWCZV7RLNEn1XjUCQLEf0bkaK4GjUaZehxw =
273
+ github.com/containerd/containerd v1.7.27 h1:yFyEyojddO3MIGVER2xJLWoCIn+Up4GaHFquP7hsFII =
274
+ github.com/containerd/containerd v1.7.27 /go.mod h1:xZmPnl75Vc+BLGt4MIfu6bp+fy03gdHAn9bz+FreFR0 =
275
275
github.com/containerd/continuity v0.4.5 h1:ZRoN1sXq9u7V6QoHMcVWGhOwDFqZ4B9i5H6un1Wh0x4 =
276
276
github.com/containerd/continuity v0.4.5 /go.mod h1:/lNJvtJKUQStBzpVQ1+rasXO1LAWtUQssk28EZvJ3nE =
277
277
github.com/containerd/errdefs v0.3.0 h1:FSZgGOeK4yuT/+DnF07/Olde/q4KBoMsaamhXxIMDp4 =
Original file line number Diff line number Diff line change @@ -3070,7 +3070,6 @@ func TestOCIRepository_objectLevelWorkloadIdentityFeatureGate(t *testing.T) {
3070
3070
return testEnv .Update (ctx , resultobj ) == nil
3071
3071
}).Should (BeTrue ())
3072
3072
3073
- g .Expect (testEnv .Update (ctx , resultobj )).To (Succeed ())
3074
3073
g .Eventually (func () bool {
3075
3074
if err := testEnv .Get (ctx , key , resultobj ); err != nil {
3076
3075
return false
You can’t perform that action at this time.
0 commit comments