File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ require (
44
44
github.com/distribution/reference v0.5.0 // indirect
45
45
github.com/docker/cli v25.0.1+incompatible // indirect
46
46
github.com/docker/distribution v2.8.3+incompatible // indirect
47
- github.com/docker/docker v25.0.5 +incompatible // indirect
47
+ github.com/docker/docker v25.0.6 +incompatible // indirect
48
48
github.com/docker/docker-credential-helpers v0.8.0 // indirect
49
49
github.com/docker/go-connections v0.5.0 // indirect
50
50
github.com/docker/go-metrics v0.0.1 // indirect
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ github.com/docker/cli v25.0.1+incompatible h1:mFpqnrS6Hsm3v1k7Wa/BO23oz0k121MTbT
72
72
github.com/docker/cli v25.0.1+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
73
73
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
74
74
github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
75
- github.com/docker/docker v25.0.5 +incompatible h1:UmQydMduGkrD5nQde1mecF/YnSbTOaPeFIeP5C4W+DE =
76
- github.com/docker/docker v25.0.5 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
75
+ github.com/docker/docker v25.0.6 +incompatible h1:5cPwbwriIcsua2REJe8HqQV+6WlWc1byg2QSXzBxBGg =
76
+ github.com/docker/docker v25.0.6 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
77
77
github.com/docker/docker-credential-helpers v0.8.0 h1:YQFtbBQb4VrpoPxhFuzEBPQ9E16qz5SpHLS+uswaCp8 =
78
78
github.com/docker/docker-credential-helpers v0.8.0 /go.mod h1:UGFXcuoQ5TxPiB54nHOZ32AWRqQdECoh/Mg0AlEYb40 =
79
79
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c =
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ github.com/docker/distribution/registry/client/auth/challenge
97
97
github.com/docker/distribution/registry/client/transport
98
98
github.com/docker/distribution/registry/storage/cache
99
99
github.com/docker/distribution/registry/storage/cache/memory
100
- # github.com/docker/docker v25.0.5 +incompatible
100
+ # github.com/docker/docker v25.0.6 +incompatible
101
101
## explicit
102
102
github.com/docker/docker/api/types/filters
103
103
github.com/docker/docker/api/types/registry
You can’t perform that action at this time.
0 commit comments