Skip to content

Commit 65c2c83

Browse files
committed
vendor: docker/docker, docker/cli v27.0.3
diffs: - docker/cli@v27.0.2...v27.0.3 - moby/moby@v27.0.2...v27.0.3 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 2ec1338 commit 65c2c83

File tree

7 files changed

+30
-37
lines changed

7 files changed

+30
-37
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.2+incompatible
33-
github.com/docker/docker v27.0.2+incompatible
32+
github.com/docker/cli v27.0.3+incompatible
33+
github.com/docker/docker v27.0.3+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.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=
140+
github.com/docker/cli v27.0.3+incompatible h1:usGs0/BoBW8MWxGeEtqPMkzOY56jZ6kYlSN5BLDioCQ=
141+
github.com/docker/cli v27.0.3+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
142+
github.com/docker/docker v27.0.3+incompatible h1:aBGI9TeQ4MPlhquTQKq9XbK79rKFVwXNUAYz9aXyEBE=
143+
github.com/docker/docker v27.0.3+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/docker/pkg/archive/archive.go

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

Lines changed: 3 additions & 6 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_other.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/github.com/docker/docker/pkg/archive/archive_unix.go

Lines changed: 5 additions & 8 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.2+incompatible
450+
# github.com/docker/cli v27.0.3+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.2+incompatible
457+
# github.com/docker/docker v27.0.3+incompatible
458458
## explicit
459459
github.com/docker/docker/api
460460
github.com/docker/docker/api/types

0 commit comments

Comments
 (0)