File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/creack/pty v1.1.24
1212 github.com/elastic/go-seccomp-bpf v1.6.0
1313 github.com/gofrs/flock v0.13.0
14- github.com/google/go-containerregistry v0.21.3
14+ github.com/google/go-containerregistry v0.21.4
1515 github.com/klauspost/compress v1.18.5
1616 github.com/miekg/dns v1.1.72
1717 github.com/sirupsen/logrus v1.9.4
@@ -33,7 +33,7 @@ require (
3333 github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect
3434 github.com/davecgh/go-spew v1.1.1 // indirect
3535 github.com/distribution/reference v0.6.0 // indirect
36- github.com/docker/cli v29.3.0 +incompatible // indirect
36+ github.com/docker/cli v29.3.1 +incompatible // indirect
3737 github.com/docker/distribution v2.8.3+incompatible // indirect
3838 github.com/docker/docker v28.5.2+incompatible // indirect
3939 github.com/docker/docker-credential-helpers v0.9.3 // indirect
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ github.com/docker/cli v29.2.1+incompatible h1:n3Jt0QVCN65eiVBoUTZQM9mcQICCJt3akW
3131github.com/docker/cli v29.2.1+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
3232github.com/docker/cli v29.3.0+incompatible h1:z3iWveU7h19Pqx7alZES8j+IeFQZ1lhTwb2F+V9SVvk =
3333github.com/docker/cli v29.3.0+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
34+ github.com/docker/cli v29.3.1+incompatible h1:M04FDj2TRehDacrosh7Vlkgc7AuQoWloQkf1PA5hmoI =
35+ github.com/docker/cli v29.3.1+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
3436github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
3537github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
3638github.com/docker/docker v28.5.2+incompatible h1:DBX0Y0zAjZbSrm1uzOkdr1onVghKaftjlSWt4AFexzM =
@@ -66,6 +68,8 @@ github.com/google/go-containerregistry v0.21.2 h1:vYaMU4nU55JJGFC9JR/s8NZcTjbE9D
6668github.com/google/go-containerregistry v0.21.2 /go.mod h1:ctO5aCaewH4AK1AumSF5DPW+0+R+d2FmylMJdp5G7p0 =
6769github.com/google/go-containerregistry v0.21.3 h1:Xr+yt3VvwOOn/5nJzd7UoOhwPGiPkYW0zWDLLUXqAi4 =
6870github.com/google/go-containerregistry v0.21.3 /go.mod h1:D5ZrJF1e6dMzvInpBPuMCX0FxURz7GLq2rV3Us9aPkc =
71+ github.com/google/go-containerregistry v0.21.4 h1:VrhlIQtdhE6riZW//MjPrcJ1snAjPoCCpPHqGOygrv8 =
72+ github.com/google/go-containerregistry v0.21.4 /go.mod h1:kxgc23zQ2qMY/hAKt0wCbB/7tkeovAP2mE2ienynJUw =
6973github.com/google/gopacket v1.1.19 h1:ves8RnFZPGiFnTS0uPQStjwru6uO6h+nlr9j6fL7kF8 =
7074github.com/google/gopacket v1.1.19 /go.mod h1:iJ8V8n6KS+z2U1A8pUwu8bW5SyEMkXJB8Yo/Vo+TKTo =
7175github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
You can’t perform that action at this time.
0 commit comments