Skip to content

Commit ab07327

Browse files
committed
vendor: github.com/docker/docker 0342576056e8 (master, v28.0-dev)
moby/moby@6f6c3b9...0342576 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent a289f11 commit ab07327

File tree

9 files changed

+117
-21
lines changed

9 files changed

+117
-21
lines changed

vendor.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/distribution/reference v0.6.0
1414
github.com/docker/cli-docs-tool v0.8.0
1515
github.com/docker/distribution v2.8.3+incompatible
16-
github.com/docker/docker v27.0.2-0.20250101151200-6f6c3b921180+incompatible // master (v-next)
16+
github.com/docker/docker v27.0.2-0.20250106171519-0342576056e8+incompatible // master (v-next)
1717
github.com/docker/docker-credential-helpers v0.8.2
1818
github.com/docker/go-connections v0.5.0
1919
github.com/docker/go-units v0.5.0

vendor.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ github.com/docker/cli-docs-tool v0.8.0/go.mod h1:8TQQ3E7mOXoYUs811LiPdUnAhXrcVsB
5151
github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
5252
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
5353
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
54-
github.com/docker/docker v27.0.2-0.20250101151200-6f6c3b921180+incompatible h1:R8zzddOp6gD0KL9SGDvRtbGiWZ8fxqzzu2v6t+whvdc=
55-
github.com/docker/docker v27.0.2-0.20250101151200-6f6c3b921180+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
54+
github.com/docker/docker v27.0.2-0.20250106171519-0342576056e8+incompatible h1:kOeaxsuHSyZj7hSUHgJaYN8TC9JRwaXmfWbDWsjl0GI=
55+
github.com/docker/docker v27.0.2-0.20250106171519-0342576056e8+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
5656
github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo=
5757
github.com/docker/docker-credential-helpers v0.8.2/go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M=
5858
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c h1:lzqkGL9b3znc+ZUgi7FlLnqjQhcXxkNM/quxIjBVMD0=

vendor/github.com/docker/docker/builder/remotecontext/urlutil/urlutil.go

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/docker/internal/lazyregexp/lazyregexp.go

+90
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/docker/pkg/idtools/usergroupadd_linux.go

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/docker/registry/config.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/docker/registry/registry.go

+12-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ github.com/docker/distribution/registry/client/transport
5555
github.com/docker/distribution/registry/storage/cache
5656
github.com/docker/distribution/registry/storage/cache/memory
5757
github.com/docker/distribution/uuid
58-
# github.com/docker/docker v27.0.2-0.20250101151200-6f6c3b921180+incompatible
58+
# github.com/docker/docker v27.0.2-0.20250106171519-0342576056e8+incompatible
5959
## explicit
6060
github.com/docker/docker/api
6161
github.com/docker/docker/api/types
@@ -81,6 +81,7 @@ github.com/docker/docker/builder/remotecontext/git
8181
github.com/docker/docker/builder/remotecontext/urlutil
8282
github.com/docker/docker/client
8383
github.com/docker/docker/errdefs
84+
github.com/docker/docker/internal/lazyregexp
8485
github.com/docker/docker/internal/multierror
8586
github.com/docker/docker/pkg/archive
8687
github.com/docker/docker/pkg/homedir

0 commit comments

Comments
 (0)