vendor: github.com/docker/cli v29.2.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2026-01-27 12:48:08 +01:00
parent 6d1ccc8c4c
commit c021cf6067
4 changed files with 5 additions and 3 deletions

View File

@@ -876,7 +876,7 @@ You can view the configured CDI specification directories using the `docker info
#### Disable CDI devices
The feature in enabled by default. To disable it, use the `cdi` options in the `deamon.json` file:
The feature in enabled by default. To disable it, use the `cdi` options in the `daemon.json` file:
```json
"features": {

View File

@@ -1,7 +1,7 @@
# github.com/moby/moby/api v1.53.0
# github.com/moby/buildkit v0.27.0
# github.com/docker/buildx v0.31.0
# github.com/docker/cli v29.1.5+incompatible
# github.com/docker/cli v29.2.0+incompatible
# github.com/docker/compose/v5 v5.0.1
# github.com/docker/model-runner/cmd/cli v1.0.3
# github.com/docker/mcp-gateway v0.22.0

2
go.mod
View File

@@ -9,7 +9,7 @@ go 1.25.0
// Make sure to add an entry in the "tools" section when adding a new repository.
require (
github.com/docker/buildx v0.31.0
github.com/docker/cli v29.1.5+incompatible
github.com/docker/cli v29.2.0+incompatible
github.com/docker/compose/v5 v5.0.1
github.com/docker/mcp-gateway v0.22.0
github.com/docker/model-runner/cmd/cli v1.0.3

2
go.sum
View File

@@ -56,6 +56,8 @@ github.com/docker/cli v29.1.2+incompatible h1:s4QI7drXpIo78OM+CwuthPsO5kCf8cpNsc
github.com/docker/cli v29.1.2+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/cli v29.1.5+incompatible h1:GckbANUt3j+lsnQ6eCcQd70mNSOismSHWt8vk2AX8ao=
github.com/docker/cli v29.1.5+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/cli v29.2.0+incompatible h1:9oBd9+YM7rxjZLfyMGxjraKBKE4/nVyvVfN4qNl9XRM=
github.com/docker/cli v29.2.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/compose/v5 v5.0.0 h1:J2uMCzJ/5xLcoIVVXvMmPe6HBzVQpmJThKa7Qk7Xldc=
github.com/docker/compose/v5 v5.0.0/go.mod h1:BurapGv8zmYnsbSmlpCz5EU2Pi3YFV/PjeUnoFpcw64=
github.com/docker/compose/v5 v5.0.1 h1:5yCjDJbwUqcuI+6WNFHNWz2/3vyBDsNnfe8LlFjyxEc=