Skip to content

Commit 9920f70

Browse files
committed
vendor: github.com/docker/cli v28.0.0-rc.1
Signed-off-by: Paweł Gronowski <[email protected]>
1 parent 4d4085a commit 9920f70

File tree

5 files changed

+87
-50
lines changed

5 files changed

+87
-50
lines changed

_vendor/github.com/docker/cli/docs/deprecated.md

Lines changed: 58 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/cli/docs/reference/dockerd.md

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

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# github.com/moby/moby v28.0.0-rc.1+incompatible
22
# github.com/moby/buildkit v0.19.0
33
# github.com/docker/buildx v0.20.1
4-
# github.com/docker/cli v27.5.1+incompatible
4+
# github.com/docker/cli v28.0.0-rc.1+incompatible
55
# github.com/docker/compose/v2 v2.32.4
66
# github.com/docker/scout-cli v1.15.0

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.1
44

55
require (
66
github.com/docker/buildx v0.20.1 // indirect
7-
github.com/docker/cli v27.5.1+incompatible // indirect
7+
github.com/docker/cli v28.0.0-rc.1+incompatible // indirect
88
github.com/docker/compose/v2 v2.32.4 // indirect
99
github.com/docker/scout-cli v1.15.0 // indirect
1010
github.com/moby/buildkit v0.19.0 // indirect
@@ -13,7 +13,7 @@ require (
1313

1414
replace (
1515
github.com/docker/buildx => github.com/docker/buildx v0.20.1
16-
github.com/docker/cli => github.com/docker/cli v27.5.1+incompatible
16+
github.com/docker/cli => github.com/docker/cli v28.0.0-rc.1+incompatible
1717
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.32.4
1818
github.com/docker/scout-cli => github.com/docker/scout-cli v1.15.0
1919
github.com/moby/buildkit => github.com/moby/buildkit v0.19.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ github.com/docker/cli v27.5.0+incompatible h1:aMphQkcGtpHixwwhAXJT1rrK/detk2JIvD
146146
github.com/docker/cli v27.5.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
147147
github.com/docker/cli v27.5.1+incompatible h1:JB9cieUT9YNiMITtIsguaN55PLOHhBSz3LKVc6cqWaY=
148148
github.com/docker/cli v27.5.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
149+
github.com/docker/cli v28.0.0-rc.1+incompatible h1:4Xkn+JKnvVqDfyL/pZCWaPM9jzPtAJvNu7qKBkotv3I=
150+
github.com/docker/cli v28.0.0-rc.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
149151
github.com/docker/compose-cli v1.0.35 h1:uZyEHLalfqBS2PiTpA1LAULyJmuQ+YtZg7nG4Xl3/Cc=
150152
github.com/docker/compose-cli v1.0.35/go.mod h1:mSXI4hFLpRU3EtI8NTo32bNwI0UXSr8jnq+/rYjGAUU=
151153
github.com/docker/compose/v2 v2.22.0 h1:3rRz4L7tPU75wRsV8JZh2/aTgerQvPa1cpzZN+tHqUY=

0 commit comments

Comments
 (0)