Skip to content

Commit 1c230f7

Browse files
committed
vendor: github.com/docker/cli v29.0.0
Signed-off-by: David Karlsson <[email protected]>
1 parent 53953dc commit 1c230f7

File tree

6 files changed

+51
-35
lines changed

6 files changed

+51
-35
lines changed

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

Lines changed: 41 additions & 20 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/extend/plugins_network.md

Lines changed: 1 addition & 8 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: 4 additions & 0 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,7 +1,7 @@
11
# github.com/moby/moby/api v1.52.0
22
# github.com/moby/buildkit v0.25.2
33
# github.com/docker/buildx v0.29.1
4-
# github.com/docker/cli v28.5.2+incompatible
4+
# github.com/docker/cli v29.0.0+incompatible
55
# github.com/docker/compose/v2 v2.40.3
66
# github.com/docker/model-runner/cmd/cli v0.1.44
77
# github.com/docker/mcp-gateway v0.22.0

go.mod

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

55
require (
66
github.com/docker/buildx v0.29.1 // indirect
7-
github.com/docker/cli v28.5.2+incompatible // indirect; see "replace" rule at the bottom for actual version
7+
github.com/docker/cli v29.0.0+incompatible // indirect; see "replace" rule at the bottom for actual version
88
github.com/docker/compose/v2 v2.40.3 // indirect
99
github.com/docker/mcp-gateway v0.22.0 // indirect
1010
github.com/docker/model-runner/cmd/cli v0.1.44 // indirect
@@ -15,7 +15,7 @@ require (
1515

1616
replace (
1717
github.com/docker/buildx => github.com/docker/buildx v0.29.1
18-
github.com/docker/cli => github.com/docker/cli v28.5.2+incompatible
18+
github.com/docker/cli => github.com/docker/cli v29.0.0+incompatible
1919
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.40.3
2020
github.com/docker/mcp-gateway => github.com/docker/mcp-gateway v0.22.0
2121
github.com/docker/model-runner/cmd/cli => github.com/docker/model-runner/cmd/cli v0.1.44

go.sum

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
github.com/docker/buildx v0.29.1 h1:58hxM5Z4mnNje3G5NKfULT9xCr8ooM8XFtlfUK9bKaA=
22
github.com/docker/buildx v0.29.1/go.mod h1:J4EFv6oxlPiV1MjO0VyJx2u5tLM7ImDEl9zyB8d4wPI=
3-
github.com/docker/cli v28.5.1+incompatible h1:ESutzBALAD6qyCLqbQSEf1a/U8Ybms5agw59yGVc+yY=
4-
github.com/docker/cli v28.5.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
5-
github.com/docker/cli v28.5.2+incompatible h1:XmG99IHcBmIAoC1PPg9eLBZPlTrNUAijsHLm8PjhBlg=
6-
github.com/docker/cli v28.5.2+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
3+
github.com/docker/cli v29.0.0+incompatible h1:KgsN2RUFMNM8wChxryicn4p46BdQWpXOA1XLGBGPGAw=
4+
github.com/docker/cli v29.0.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
75
github.com/docker/compose/v2 v2.40.3 h1:XeYkQu1svDtyfZPv5nTwFryQ25ZJMkIlc4pz9HalMPI=
86
github.com/docker/compose/v2 v2.40.3/go.mod h1:iNY1tvoHTyN3C3QHCuWAgj3OjR2T6mGkk/qxfbBF/4M=
97
github.com/docker/mcp-gateway v0.22.0 h1:l4t+HRNHxR7Jn545KDeXaeiEEhkCDBeWMTyuCaXVH7A=

0 commit comments

Comments
 (0)