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.1+incompatible
22# github.com/moby/buildkit v0.25.0
33# github.com/docker/buildx v0.29.1
4- # github.com/docker/cli v28.4.0 +incompatible
4+ # github.com/docker/cli v28.5.1 +incompatible
55# github.com/docker/compose/v2 v2.40.0
66# github.com/docker/model-runner/cmd/cli v0.1.44
77# github.com/docker/mcp-gateway v0.13.1-0.20250730013131-e08a3be84765
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ require (
2727 github.com/distribution/reference v0.6.0 // indirect
2828 github.com/dlclark/regexp2 v1.11.0 // indirect
2929 github.com/docker/buildx v0.29.1 // indirect
30- github.com/docker/cli v28.4.0 +incompatible // indirect; see "replace" rule at the bottom for actual version
30+ github.com/docker/cli v28.5.1 +incompatible // indirect; see "replace" rule at the bottom for actual version
3131 github.com/docker/compose/v2 v2.40.0 // indirect
3232 github.com/docker/distribution v2.8.3+incompatible // indirect
3333 github.com/docker/docker v28.4.0+incompatible // indirect; see "replace" rule at the bottom for actual version
@@ -131,7 +131,7 @@ require (
131131
132132replace (
133133 github.com/docker/buildx => github.com/docker/buildx v0.29.1
134- github.com/docker/cli => github.com/docker/cli v28.4.0 +incompatible
134+ github.com/docker/cli => github.com/docker/cli v28.5.1 +incompatible
135135 github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.39.4
136136 github.com/docker/docker => github.com/docker/docker v28.4.0+incompatible
137137 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 @@ -78,6 +78,8 @@ github.com/docker/cli v28.3.3+incompatible h1:fp9ZHAr1WWPGdIWBM1b3zLtgCF+83gRdVM
7878github.com/docker/cli v28.3.3+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
7979github.com/docker/cli v28.4.0+incompatible h1:RBcf3Kjw2pMtwui5V0DIMdyeab8glEw5QY0UUU4C9kY =
8080github.com/docker/cli v28.4.0+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
81+ github.com/docker/cli v28.5.1+incompatible h1:ESutzBALAD6qyCLqbQSEf1a/U8Ybms5agw59yGVc+yY =
82+ github.com/docker/cli v28.5.1+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
8183github.com/docker/compose/v2 v2.36.2 h1:rxk1PUUbhbAS6HkGsYo9xUmMBpKtVwFMNCQjE4+i5fk =
8284github.com/docker/compose/v2 v2.36.2 /go.mod h1:mZygkne+MAMu/e1B28PBFmG0Z0WefbxZ/IpcjSFdrw8 =
8385github.com/docker/compose/v2 v2.37.0 h1:R8Yik9ssiRz7T9BRfdOZy0xHDzOFPIJX40DrxzJ62dQ =
You can’t perform that action at this time.
0 commit comments