Files
docker-docs/go.mod
T
Sebastiaan van Stijn 4168f0b101 vendor: github.com/docker/cli v29.5.3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2026-06-09 17:27:09 +02:00

28 lines
735 B
Modula-2

module github.com/docker/docs
go 1.26.0
// This go.mod file is used by hugo to vendor documentation from upstream
// repositories. Use the "require" section to specify the version of the
// upstream repository.
//
// Make sure to add an entry in the "tools" section when adding a new repository.
require (
github.com/docker/buildx v0.34.1
github.com/docker/cli v29.5.3+incompatible
github.com/docker/compose/v5 v5.1.4
github.com/docker/model-runner v1.1.36
github.com/moby/buildkit v0.30.0
github.com/moby/moby/api v1.54.2
)
tool (
github.com/docker/buildx
github.com/docker/cli
github.com/docker/compose/v5
github.com/docker/model-runner
github.com/docker/scout-cli
github.com/moby/buildkit
github.com/moby/moby/api
)