Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# github.com/moby/moby/api v1.52.0
# github.com/moby/buildkit v0.26.0
# github.com/docker/buildx v0.30.0
# github.com/moby/buildkit v0.26.1
# github.com/docker/buildx v0.30.1
# github.com/docker/cli v29.0.0+incompatible
# github.com/docker/compose/v2 v2.40.3
# github.com/docker/model-runner/cmd/cli v0.1.44
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ module github.com/docker/docs
go 1.24.9

require (
github.com/docker/buildx v0.30.0 // indirect
github.com/docker/buildx v0.30.1 // indirect
github.com/docker/cli v29.0.0+incompatible // indirect; see "replace" rule at the bottom for actual version
github.com/docker/compose/v2 v2.40.3 // indirect
github.com/docker/mcp-gateway v0.22.0 // indirect
github.com/docker/model-runner/cmd/cli v0.1.44 // indirect
github.com/docker/scout-cli v1.18.4 // indirect
github.com/moby/buildkit v0.26.0 // indirect
github.com/moby/buildkit v0.26.1 // indirect
github.com/moby/moby/api v1.52.0 // indirect; see "replace" rule at the bottom for actual version
)

replace (
github.com/docker/buildx => github.com/docker/buildx v0.30.0
github.com/docker/buildx => github.com/docker/buildx v0.30.1
github.com/docker/cli => github.com/docker/cli v29.0.0+incompatible
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.40.3
github.com/docker/mcp-gateway => github.com/docker/mcp-gateway v0.22.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
github.com/docker/buildx v0.30.0 h1:Fz7LzHqEmnE8JNpDPxLWVSKUdD5ysXn2bq8JOpRpvAY=
github.com/docker/buildx v0.30.0/go.mod h1:m7/CUbSd2skvugtGYENwn96mk5Ffar28xmLmeAVMc4c=
github.com/docker/buildx v0.30.1 h1:3vthfaTQOLt5QfN2nl7rKuPLUvx69nL5ZikFIXp//c8=
github.com/docker/buildx v0.30.1/go.mod h1:8nwT0V6UNYNo9rXq6WO/BQd9KrJ0JYcY/QX6x0y1Oro=
github.com/docker/cli v29.0.0+incompatible h1:KgsN2RUFMNM8wChxryicn4p46BdQWpXOA1XLGBGPGAw=
github.com/docker/cli v29.0.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/compose/v2 v2.40.3 h1:XeYkQu1svDtyfZPv5nTwFryQ25ZJMkIlc4pz9HalMPI=
Expand Down