Skip to content

Commit 97d61a4

Browse files
authored
Merge pull request #23797 from dvdksn/vendor-cli-29.1.1
vendor: github.com/docker/cli v29.1.1
2 parents 491d28c + a7de782 commit 97d61a4

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

_vendor/github.com/docker/cli/docs/reference/dockerd.md

Lines changed: 4 additions & 4 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.26.1
33
# github.com/docker/buildx v0.30.1
4-
# github.com/docker/cli v29.0.0+incompatible
4+
# github.com/docker/cli v29.1.1+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.30.1 // indirect
7-
github.com/docker/cli v29.0.0+incompatible // indirect; see "replace" rule at the bottom for actual version
7+
github.com/docker/cli v29.1.1+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.30.1
18-
github.com/docker/cli => github.com/docker/cli v29.0.0+incompatible
18+
github.com/docker/cli => github.com/docker/cli v29.1.1+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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ github.com/docker/buildx v0.30.1 h1:3vthfaTQOLt5QfN2nl7rKuPLUvx69nL5ZikFIXp//c8=
44
github.com/docker/buildx v0.30.1/go.mod h1:8nwT0V6UNYNo9rXq6WO/BQd9KrJ0JYcY/QX6x0y1Oro=
55
github.com/docker/cli v29.0.0+incompatible h1:KgsN2RUFMNM8wChxryicn4p46BdQWpXOA1XLGBGPGAw=
66
github.com/docker/cli v29.0.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
7+
github.com/docker/cli v29.1.1+incompatible h1:gGQk5qx62yPKRm3bUdKBzmDBSQzp17hlSLbV1F7jjys=
8+
github.com/docker/cli v29.1.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
79
github.com/docker/compose/v2 v2.40.3 h1:XeYkQu1svDtyfZPv5nTwFryQ25ZJMkIlc4pz9HalMPI=
810
github.com/docker/compose/v2 v2.40.3/go.mod h1:iNY1tvoHTyN3C3QHCuWAgj3OjR2T6mGkk/qxfbBF/4M=
911
github.com/docker/mcp-gateway v0.22.0 h1:l4t+HRNHxR7Jn545KDeXaeiEEhkCDBeWMTyuCaXVH7A=

0 commit comments

Comments
 (0)