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 @@ -29,7 +29,7 @@ require (
29
29
github.com/distribution/reference v0.5.0
30
30
github.com/docker/cli v25.0.0-rc.1+incompatible
31
31
github.com/docker/docker v25.0.0-rc.1+incompatible
32
- github.com/docker/go-connections v0.4.1-0.20231110212414-fa09c952e3ea // master (v0. 5.0-dev)
32
+ github.com/docker/go-connections v0.5.0
33
33
github.com/docker/go-units v0.5.0
34
34
github.com/gofrs/flock v0.8.1
35
35
github.com/gogo/googleapis v1.4.1
Original file line number Diff line number Diff line change @@ -446,8 +446,8 @@ github.com/docker/docker-credential-helpers v0.6.3/go.mod h1:WRaJzqw3CTB9bk10avu
446
446
github.com/docker/docker-credential-helpers v0.8.0 h1:YQFtbBQb4VrpoPxhFuzEBPQ9E16qz5SpHLS+uswaCp8 =
447
447
github.com/docker/docker-credential-helpers v0.8.0 /go.mod h1:UGFXcuoQ5TxPiB54nHOZ32AWRqQdECoh/Mg0AlEYb40 =
448
448
github.com/docker/go-connections v0.4.0 /go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec =
449
- github.com/docker/go-connections v0.4.1-0.20231110212414-fa09c952e3ea h1:+4n+kUVbPdu6qMI9SUnSKMC+D50gNW4L7Lhk9tI2lVo =
450
- github.com/docker/go-connections v0.4.1-0.20231110212414-fa09c952e3ea /go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc =
449
+ github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c =
450
+ github.com/docker/go-connections v0.5.0 /go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc =
451
451
github.com/docker/go-events v0.0.0-20170721190031-9461782956ad /go.mod h1:Uw6UezgYA44ePAFQYUehOuCzmy5zmg/+nl2ZfMWGkpA =
452
452
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8 =
453
453
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c /go.mod h1:Uw6UezgYA44ePAFQYUehOuCzmy5zmg/+nl2ZfMWGkpA =
Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ github.com/docker/docker/profiles/seccomp
483
483
## explicit; go 1.19
484
484
github.com/docker/docker-credential-helpers/client
485
485
github.com/docker/docker-credential-helpers/credentials
486
- # github.com/docker/go-connections v0.4.1-0.20231110212414-fa09c952e3ea
486
+ # github.com/docker/go-connections v0.5.0
487
487
## explicit; go 1.18
488
488
github.com/docker/go-connections/nat
489
489
github.com/docker/go-connections/sockets
You can’t perform that action at this time.
0 commit comments