File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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.1.1 +incompatible
4+ # github.com/docker/cli v29.1.2 +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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.9
44
55require (
66 github.com/docker/buildx v0.30.1 // indirect
7- github.com/docker/cli v29.1.1 +incompatible // indirect; see "replace" rule at the bottom for actual version
7+ github.com/docker/cli v29.1.2 +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
1616replace (
1717 github.com/docker/buildx => github.com/docker/buildx v0.30.1
18- github.com/docker/cli => github.com/docker/cli v29.1.1 +incompatible
18+ github.com/docker/cli => github.com/docker/cli v29.1.2 +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
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ github.com/docker/cli v29.0.0+incompatible h1:KgsN2RUFMNM8wChxryicn4p46BdQWpXOA1
66github.com/docker/cli v29.0.0+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
77github.com/docker/cli v29.1.1+incompatible h1:gGQk5qx62yPKRm3bUdKBzmDBSQzp17hlSLbV1F7jjys =
88github.com/docker/cli v29.1.1+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
9+ github.com/docker/cli v29.1.2+incompatible h1:s4QI7drXpIo78OM+CwuthPsO5kCf8cpNsck5PsLVTH8 =
10+ github.com/docker/cli v29.1.2+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
911github.com/docker/compose/v2 v2.40.3 h1:XeYkQu1svDtyfZPv5nTwFryQ25ZJMkIlc4pz9HalMPI =
1012github.com/docker/compose/v2 v2.40.3 /go.mod h1:iNY1tvoHTyN3C3QHCuWAgj3OjR2T6mGkk/qxfbBF/4M =
1113github.com/docker/mcp-gateway v0.22.0 h1:l4t+HRNHxR7Jn545KDeXaeiEEhkCDBeWMTyuCaXVH7A =
You can’t perform that action at this time.
0 commit comments