vendor: github.com/docker/model-runner/cmd/cli v1.1.9-0.20260303081710-59280ed7abd5

See changes in https://github.com/docker/model-runner/compare/cmd/cli/v1.0.3...59280ed7abd5dc3859c6ed83277af7b868e08d79

Signed-off-by: Dorin Geman <dorin.geman@docker.com>
This commit is contained in:
Dorin Geman
2026-03-03 13:55:10 +02:00
parent ddd84785c0
commit da3893027f
39 changed files with 814 additions and 114 deletions

8
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/docker/docs
go 1.25.0
go 1.26.0
// This go.mod file is used by hugo to vendor documentation from upstream
// reposities. Use the "require" section to specify the version of the
@@ -9,9 +9,9 @@ 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.1
github.com/docker/cli v29.2.0+incompatible
github.com/docker/cli v29.2.1+incompatible
github.com/docker/compose/v5 v5.0.2
github.com/docker/model-runner/cmd/cli v1.0.3
github.com/docker/model-runner v1.1.9-0.20260303081710-59280ed7abd5
github.com/moby/buildkit v0.27.0
github.com/moby/moby/api v1.53.0
)
@@ -20,7 +20,7 @@ tool (
github.com/docker/buildx
github.com/docker/cli
github.com/docker/compose/v5
github.com/docker/model-runner/cmd/cli
github.com/docker/model-runner
github.com/docker/scout-cli
github.com/moby/buildkit
github.com/moby/moby/api