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 (
160160 github.com/cloudflare/circl v1.6.1 // indirect
161161 github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3 // indirect
162162 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
164164 github.com/containerd/continuity v0.4.5 // indirect
165165 github.com/containerd/errdefs v0.3.0 // indirect
166166 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
270270github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be /go.mod h1:mk5IQ+Y0ZeO87b858TlA645sVcEcbiX6YqP98kt+7+w =
271271github.com/containerd/cgroups v1.1.0 h1:v8rEWFl6EoqHB+swVNjVoCJE8o3jX7e8nqBGPLaDFBM =
272272github.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 =
275275github.com/containerd/continuity v0.4.5 h1:ZRoN1sXq9u7V6QoHMcVWGhOwDFqZ4B9i5H6un1Wh0x4 =
276276github.com/containerd/continuity v0.4.5 /go.mod h1:/lNJvtJKUQStBzpVQ1+rasXO1LAWtUQssk28EZvJ3nE =
277277github.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) {
30703070 return testEnv .Update (ctx , resultobj ) == nil
30713071 }).Should (BeTrue ())
30723072
3073- g .Expect (testEnv .Update (ctx , resultobj )).To (Succeed ())
30743073 g .Eventually (func () bool {
30753074 if err := testEnv .Get (ctx , key , resultobj ); err != nil {
30763075 return false
You can’t perform that action at this time.
0 commit comments