Files
docker-docs/go.mod
Sebastiaan van Stijn c021cf6067 vendor: github.com/docker/cli v29.2.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2026-01-28 17:40:54 +01:00

30 lines
818 B
Modula-2

module github.com/docker/docs
go 1.25.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
// upstream repository.
//
// 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.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
github.com/moby/buildkit v0.27.0
github.com/moby/moby/api v1.53.0
)
tool (
github.com/docker/buildx
github.com/docker/cli
github.com/docker/compose/v5
github.com/docker/mcp-gateway
github.com/docker/model-runner/cmd/cli
github.com/docker/scout-cli
github.com/moby/buildkit
github.com/moby/moby/api
)