File tree Expand file tree Collapse file tree 4 files changed +4
-26
lines changed
github.com/docker/docker/api Expand file tree Collapse file tree 4 files changed +4
-26
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ require (
30
30
github.com/distribution/reference v0.5.0
31
31
github.com/docker/cli v25.0.3+incompatible
32
32
github.com/docker/distribution v2.8.2+incompatible
33
- github.com/docker/docker v26.1.4 +incompatible
33
+ github.com/docker/docker v26.1.5 +incompatible
34
34
github.com/docker/go-connections v0.5.0
35
35
github.com/docker/go-units v0.5.0
36
36
github.com/gofrs/flock v0.8.1
Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ github.com/docker/cli v25.0.3+incompatible h1:KLeNs7zws74oFuVhgZQ5ONGZiXUUdgsdy6
139
139
github.com/docker/cli v25.0.3+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
140
140
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8 =
141
141
github.com/docker/distribution v2.8.2+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
142
- github.com/docker/docker v26.1.4 +incompatible h1:vuTpXDuoga+Z38m1OZHzl7NKisKWaWlhjQk7IDPSLsU =
143
- github.com/docker/docker v26.1.4 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
142
+ github.com/docker/docker v26.1.5 +incompatible h1:NEAxTwEjxV6VbBMBoGG3zPqbiJosIApZjxlbrG9q3/g =
143
+ github.com/docker/docker v26.1.5 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
144
144
github.com/docker/docker-credential-helpers v0.8.0 h1:YQFtbBQb4VrpoPxhFuzEBPQ9E16qz5SpHLS+uswaCp8 =
145
145
github.com/docker/docker-credential-helpers v0.8.0 /go.mod h1:UGFXcuoQ5TxPiB54nHOZ32AWRqQdECoh/Mg0AlEYb40 =
146
146
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c =
Original file line number Diff line number Diff line change @@ -467,7 +467,7 @@ github.com/docker/distribution/registry/client/auth/challenge
467
467
github.com/docker/distribution/registry/client/transport
468
468
github.com/docker/distribution/registry/storage/cache
469
469
github.com/docker/distribution/registry/storage/cache/memory
470
- # github.com/docker/docker v26.1.4 +incompatible
470
+ # github.com/docker/docker v26.1.5 +incompatible
471
471
## explicit
472
472
github.com/docker/docker/api
473
473
github.com/docker/docker/api/types
You can’t perform that action at this time.
0 commit comments