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 v28.5.2+incompatible
22# github.com/moby/buildkit v0.25.1
33# github.com/docker/buildx v0.29.1
4- # github.com/docker/cli v28.5.1 +incompatible
4+ # github.com/docker/cli v28.5.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.29.1 // indirect
7- github.com/docker/cli v28.5.1 +incompatible // indirect; see "replace" rule at the bottom for actual version
7+ github.com/docker/cli v28.5.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.29.1
18- github.com/docker/cli => github.com/docker/cli v28.5.1 +incompatible
18+ github.com/docker/cli => github.com/docker/cli v28.5.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 @@ -2,6 +2,8 @@ github.com/docker/buildx v0.29.1 h1:58hxM5Z4mnNje3G5NKfULT9xCr8ooM8XFtlfUK9bKaA=
22github.com/docker/buildx v0.29.1 /go.mod h1:J4EFv6oxlPiV1MjO0VyJx2u5tLM7ImDEl9zyB8d4wPI =
33github.com/docker/cli v28.5.1+incompatible h1:ESutzBALAD6qyCLqbQSEf1a/U8Ybms5agw59yGVc+yY =
44github.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 =
57github.com/docker/compose/v2 v2.40.3 h1:XeYkQu1svDtyfZPv5nTwFryQ25ZJMkIlc4pz9HalMPI =
68github.com/docker/compose/v2 v2.40.3 /go.mod h1:iNY1tvoHTyN3C3QHCuWAgj3OjR2T6mGkk/qxfbBF/4M =
79github.com/docker/mcp-gateway v0.22.0 h1:l4t+HRNHxR7Jn545KDeXaeiEEhkCDBeWMTyuCaXVH7A =
You can’t perform that action at this time.
0 commit comments