File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20220517224237-e6f29200ae04
1212 github.com/becheran/wildmatch-go v1.0.0
1313 github.com/bmatcuk/doublestar/v4 v4.8.0
14- github.com/containerd/containerd v1.7.24
14+ github.com/containerd/containerd v1.7.25
1515 github.com/containerd/errdefs v0.3.0
1616 github.com/containerd/platforms v0.2.1
1717 github.com/docker/cli v27.5.0+incompatible
@@ -55,8 +55,8 @@ require (
5555 github.com/aws/aws-sdk-go-v2/service/sts v1.6.0 // indirect
5656 github.com/aws/smithy-go v1.6.0 // indirect
5757 github.com/containerd/cgroups v1.1.0 // indirect
58- github.com/containerd/containerd/api v1.7.19 // indirect
59- github.com/containerd/continuity v0.4.2 // indirect
58+ github.com/containerd/containerd/api v1.8.0 // indirect
59+ github.com/containerd/continuity v0.4.4 // indirect
6060 github.com/containerd/fifo v1.1.0 // indirect
6161 github.com/containerd/log v0.1.0 // indirect
6262 github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
Original file line number Diff line number Diff line change @@ -59,12 +59,12 @@ github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDk
5959mygithub.libinneed.workers.dev/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f /go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc =
6060mygithub.libinneed.workers.dev/containerd/cgroups v1.1.0 h1:v8rEWFl6EoqHB+swVNjVoCJE8o3jX7e8nqBGPLaDFBM =
6161mygithub.libinneed.workers.dev/containerd/cgroups v1.1.0 /go.mod h1:6ppBcbh/NOOUU+dMKrykgaBnK9lCIBxHqJDGwsa1mIw =
62- github.com/containerd/containerd v1.7.24 h1:zxszGrGjrra1yYJW/6rhm9cJ1ZQ8rkKBR48brqsa7nA =
63- github.com/containerd/containerd v1.7.24 /go.mod h1:7QUzfURqZWCZV7RLNEn1XjUCQLEf0bkaK4GjUaZehxw =
64- github.com/containerd/containerd/api v1.7.19 h1:VWbJL+8Ap4Ju2mx9c9qS1uFSB1OVYr5JJrW2yT5vFoA =
65- github.com/containerd/containerd/api v1.7.19 /go.mod h1:fwGavl3LNwAV5ilJ0sbrABL44AQxmNjDRcwheXDb6Ig =
66- github.com/containerd/continuity v0.4.2 h1:v3y/4Yz5jwnvqPKJJ+7Wf93fyWoCB3F5EclWG023MDM =
67- github.com/containerd/continuity v0.4.2 /go.mod h1:F6PTNCKepoxEaXLQp3wDAjygEnImnZ/7o4JzpodfroQ =
62+ github.com/containerd/containerd v1.7.25 h1:khEQOAXOEJalRO228yzVsuASLH42vT7DIo9Ss+9SMFQ =
63+ github.com/containerd/containerd v1.7.25 /go.mod h1:tWfHzVI0azhw4CT2vaIjsb2CoV4LJ9PrMPaULAr21Ok =
64+ github.com/containerd/containerd/api v1.8.0 h1:hVTNJKR8fMc/2Tiw60ZRijntNMd1U+JVMyTRdsD2bS0 =
65+ github.com/containerd/containerd/api v1.8.0 /go.mod h1:dFv4lt6S20wTu/hMcP4350RL87qPWLVa/OHOwmmdnYc =
66+ github.com/containerd/continuity v0.4.4 h1:/fNVfTJ7wIl/YPMHjf+5H32uFhl63JucB34PlCpMKII =
67+ github.com/containerd/continuity v0.4.4 /go.mod h1:/lNJvtJKUQStBzpVQ1+rasXO1LAWtUQssk28EZvJ3nE =
6868mygithub.libinneed.workers.dev/containerd/errdefs v0.3.0 h1:FSZgGOeK4yuT/+DnF07/Olde/q4KBoMsaamhXxIMDp4 =
6969mygithub.libinneed.workers.dev/containerd/errdefs v0.3.0 /go.mod h1:+YBYIdtsnF4Iw6nWZhJcqGSg/dwvV7tyJ/kCkyJ2k+M =
7070mygithub.libinneed.workers.dev/containerd/fifo v1.1.0 h1:4I2mbh5stb1u6ycIABlBw9zgtlK8viPI9QkQNRQEEmY =
You can’t perform that action at this time.
0 commit comments