File tree Expand file tree Collapse file tree 4 files changed +25
-6
lines changed
github.com/docker/docker/client Expand file tree Collapse file tree 4 files changed +25
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ require (
27
27
github.com/coreos/go-systemd/v22 v22.4.0
28
28
github.com/docker/cli v23.0.0-rc.3+incompatible
29
29
github.com/docker/distribution v2.8.1+incompatible
30
- github.com/docker/docker v23.0.0-rc.3 +incompatible
30
+ github.com/docker/docker v23.0.0+incompatible
31
31
github.com/docker/go-connections v0.4.0
32
32
github.com/docker/go-units v0.5.0
33
33
github.com/gofrs/flock v0.8.1
Original file line number Diff line number Diff line change @@ -534,8 +534,8 @@ github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7/go.mod h1:eEKB0N0r
534
534
github.com/docker/docker v17.12.0-ce-rc1.0.20200730172259-9f28837c1d93+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
535
535
github.com/docker/docker v20.10.0-beta1.0.20201110211921-af34b94a78a1+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
536
536
github.com/docker/docker v20.10.7+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
537
- github.com/docker/docker v23.0.0-rc.3 +incompatible h1:97RCXK7nxN1YPlqb3z0+AoTE3rql4ck1CG5p9tlRD2o =
538
- github.com/docker/docker v23.0.0-rc.3 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
537
+ github.com/docker/docker v23.0.0+incompatible h1:L6c28tNyqZ4/ub9AZC9d5QUuunoHHfEH4/Ue+h/E5nE =
538
+ github.com/docker/docker v23.0.0+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
539
539
github.com/docker/docker-credential-helpers v0.6.3 /go.mod h1:WRaJzqw3CTB9bk10avuGsjVBZsD05qeibJ1/TYlvc0Y =
540
540
github.com/docker/docker-credential-helpers v0.6.4 /go.mod h1:ofX3UI0Gz1TteYBjtgs07O36Pyasyp66D2uKT7H8W1c =
541
541
github.com/docker/docker-credential-helpers v0.7.0 h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A =
Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ github.com/docker/cli/cli/connhelper/commandconn
417
417
## explicit
418
418
github.com/docker/distribution/digestset
419
419
github.com/docker/distribution/reference
420
- # github.com/docker/docker v23.0.0-rc.3 +incompatible
420
+ # github.com/docker/docker v23.0.0+incompatible
421
421
## explicit
422
422
github.com/docker/docker/api
423
423
github.com/docker/docker/api/types
You can’t perform that action at this time.
0 commit comments