Skip to content

Commit 546d95c

Browse files
authored
Merge pull request moby#5100 from thaJeztah/bump_docker_27.0.2
vendor: docker/docker, docker/cli v27.0.2
2 parents 8397d0b + f476376 commit 546d95c

File tree

7 files changed

+30
-24
lines changed

7 files changed

+30
-24
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ require (
2929
github.com/containernetworking/plugins v1.4.0
3030
github.com/coreos/go-systemd/v22 v22.5.0
3131
github.com/distribution/reference v0.6.0
32-
github.com/docker/cli v27.0.1+incompatible
33-
github.com/docker/docker v27.0.1+incompatible
32+
github.com/docker/cli v27.0.2+incompatible
33+
github.com/docker/docker v27.0.2+incompatible
3434
github.com/docker/go-connections v0.5.0
3535
github.com/docker/go-units v0.5.0
3636
github.com/gofrs/flock v0.8.1

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr
137137
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
138138
github.com/dnaeon/go-vcr v1.1.0 h1:ReYa/UBrRyQdant9B4fNHGoCNKw6qh6P0fsdGmZpR7c=
139139
github.com/dnaeon/go-vcr v1.1.0/go.mod h1:M7tiix8f0r6mKKJ3Yq/kqU1OYf3MnfmBWVbPx/yU9ko=
140-
github.com/docker/cli v27.0.1+incompatible h1:d/OrlblkOTkhJ1IaAGD1bLgUBtFQC/oP0VjkFMIN+B0=
141-
github.com/docker/cli v27.0.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
142-
github.com/docker/docker v27.0.1+incompatible h1:AbszR+lCnR3f297p/g0arbQoyhAkImxQOR/XO9YZeIg=
143-
github.com/docker/docker v27.0.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
140+
github.com/docker/cli v27.0.2+incompatible h1:IgWU3lWqAYNibtcxgl/PY4TB0eCmK1ZpNUZVJfenDQs=
141+
github.com/docker/cli v27.0.2+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
142+
github.com/docker/docker v27.0.2+incompatible h1:mNhCtgXNV1fIRns102grG7rdzIsGGCq1OlOD0KunZos=
143+
github.com/docker/docker v27.0.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
144144
github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo=
145145
github.com/docker/docker-credential-helpers v0.8.2/go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M=
146146
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=

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

Lines changed: 5 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/api/types/types.go

Lines changed: 1 addition & 13 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_deprecated.go

Lines changed: 14 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/pkg/archive/archive_linux.go

Lines changed: 2 additions & 2 deletions
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
@@ -447,14 +447,14 @@ github.com/dimchansky/utfbom
447447
# github.com/distribution/reference v0.6.0
448448
## explicit; go 1.20
449449
github.com/distribution/reference
450-
# github.com/docker/cli v27.0.1+incompatible
450+
# github.com/docker/cli v27.0.2+incompatible
451451
## explicit
452452
github.com/docker/cli/cli/config
453453
github.com/docker/cli/cli/config/configfile
454454
github.com/docker/cli/cli/config/credentials
455455
github.com/docker/cli/cli/config/types
456456
github.com/docker/cli/cli/connhelper/commandconn
457-
# github.com/docker/docker v27.0.1+incompatible
457+
# github.com/docker/docker v27.0.2+incompatible
458458
## explicit
459459
github.com/docker/docker/api
460460
github.com/docker/docker/api/types

0 commit comments

Comments
 (0)