File tree Expand file tree Collapse file tree 4 files changed +23
-5
lines changed Expand file tree Collapse file tree 4 files changed +23
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ require (
24
24
github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7 // indirect
25
25
github.com/docker/cli v24.0.7+incompatible // indirect
26
26
github.com/docker/distribution v2.8.3+incompatible // indirect
27
- github.com/docker/docker v26 .1.4 +incompatible // indirect
27
+ github.com/docker/docker v27 .1.2 +incompatible // indirect
28
28
github.com/docker/docker-credential-helpers v0.8.0 // indirect
29
29
github.com/dustin/go-humanize v1.0.1 // indirect
30
30
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
Original file line number Diff line number Diff line change @@ -174,8 +174,8 @@ github.com/docker/cli v24.0.7+incompatible h1:wa/nIwYFW7BVTGa7SWPVyyXU9lgORqUb1x
174
174
github.com/docker/cli v24.0.7+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
175
175
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
176
176
github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
177
- github.com/docker/docker v26 .1.4 +incompatible h1:vuTpXDuoga+Z38m1OZHzl7NKisKWaWlhjQk7IDPSLsU =
178
- github.com/docker/docker v26 .1.4 +incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
177
+ github.com/docker/docker v27 .1.2 +incompatible h1:AhGzR1xaQIy53qCkxARaFluI00WPGtXn0AJuoQsVYTY =
178
+ github.com/docker/docker v27 .1.2 +incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
179
179
github.com/docker/docker-credential-helpers v0.8.0 h1:YQFtbBQb4VrpoPxhFuzEBPQ9E16qz5SpHLS+uswaCp8 =
180
180
github.com/docker/docker-credential-helpers v0.8.0 /go.mod h1:UGFXcuoQ5TxPiB54nHOZ32AWRqQdECoh/Mg0AlEYb40 =
181
181
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY =
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ github.com/docker/cli/cli/config/types
66
66
# github.com/docker/distribution v2.8.3+incompatible
67
67
## explicit
68
68
github.com/docker/distribution/registry/client/auth/challenge
69
- # github.com/docker/docker v26 .1.4 +incompatible
69
+ # github.com/docker/docker v27 .1.2 +incompatible
70
70
## explicit
71
71
github.com/docker/docker/pkg/homedir
72
72
# github.com/docker/docker-credential-helpers v0.8.0
You can’t perform that action at this time.
0 commit comments