Skip to content

Commit 247ce1b

Browse files
authored
Merge pull request moby#5424 from thaJeztah/bump_docker_27.4
vendor: github.com/docker/docker, github.com/docker/cli v27.4.0-rc.2
2 parents f0201ef + 52e12b8 commit 247ce1b

File tree

8 files changed

+49
-17
lines changed

8 files changed

+49
-17
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ require (
3131
github.com/containernetworking/plugins v1.4.0
3232
github.com/coreos/go-systemd/v22 v22.5.0
3333
github.com/distribution/reference v0.6.0
34-
github.com/docker/cli v27.3.1+incompatible
35-
github.com/docker/docker v27.3.1+incompatible
34+
github.com/docker/cli v27.4.0-rc.2+incompatible
35+
github.com/docker/docker v27.4.0-rc.2+incompatible
3636
github.com/docker/go-connections v0.5.0
3737
github.com/docker/go-units v0.5.0
3838
github.com/gofrs/flock v0.12.1

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi
138138
github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE=
139139
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
140140
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
141-
github.com/docker/cli v27.3.1+incompatible h1:qEGdFBF3Xu6SCvCYhc7CzaQTlBmqDuzxPDpigSyeKQQ=
142-
github.com/docker/cli v27.3.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
143-
github.com/docker/docker v27.3.1+incompatible h1:KttF0XoteNTicmUtBO0L2tP+J7FGRFTjaEF4k6WdhfI=
144-
github.com/docker/docker v27.3.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
141+
github.com/docker/cli v27.4.0-rc.2+incompatible h1:A0GZwegDlt2wdt3tpmrUzkVOZmbhvd7i05wPSf7Oo74=
142+
github.com/docker/cli v27.4.0-rc.2+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
143+
github.com/docker/docker v27.4.0-rc.2+incompatible h1:9OJjVGtelk/zGC3TyKweJ29b9Axzh0s/0vtU4mneumE=
144+
github.com/docker/docker v27.4.0-rc.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
145145
github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo=
146146
github.com/docker/docker-credential-helpers v0.8.2/go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M=
147147
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=

vendor/github.com/docker/cli/cli/config/credentials/file_store.go

Lines changed: 12 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/docker/api/swagger.yaml

Lines changed: 17 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/docker/api/types/types.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/docker/client/client.go

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/docker/libnetwork/internal/resolvconf/resolvconf.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,14 +459,14 @@ github.com/dimchansky/utfbom
459459
# github.com/distribution/reference v0.6.0
460460
## explicit; go 1.20
461461
github.com/distribution/reference
462-
# github.com/docker/cli v27.3.1+incompatible
462+
# github.com/docker/cli v27.4.0-rc.2+incompatible
463463
## explicit
464464
github.com/docker/cli/cli/config
465465
github.com/docker/cli/cli/config/configfile
466466
github.com/docker/cli/cli/config/credentials
467467
github.com/docker/cli/cli/config/types
468468
github.com/docker/cli/cli/connhelper/commandconn
469-
# github.com/docker/docker v27.3.1+incompatible
469+
# github.com/docker/docker v27.4.0-rc.2+incompatible
470470
## explicit
471471
github.com/docker/docker/api
472472
github.com/docker/docker/api/types

0 commit comments

Comments
 (0)