From c021cf60677d6df8e4431a4d9757fc0e89197b1c Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 27 Jan 2026 12:48:08 +0100 Subject: [PATCH] vendor: github.com/docker/cli v29.2.0 Signed-off-by: Sebastiaan van Stijn --- _vendor/github.com/docker/cli/docs/reference/dockerd.md | 2 +- _vendor/modules.txt | 2 +- go.mod | 2 +- go.sum | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_vendor/github.com/docker/cli/docs/reference/dockerd.md b/_vendor/github.com/docker/cli/docs/reference/dockerd.md index f2ed191104..68d5870d79 100644 --- a/_vendor/github.com/docker/cli/docs/reference/dockerd.md +++ b/_vendor/github.com/docker/cli/docs/reference/dockerd.md @@ -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": { diff --git a/_vendor/modules.txt b/_vendor/modules.txt index 3c6bbc8002..e553653e4c 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -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 diff --git a/go.mod b/go.mod index 708ec2e1be..e0d4ccf933 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 4e9f5ec9f9..fc03864663 100644 --- a/go.sum +++ b/go.sum @@ -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=