File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# github.com/moby/moby/api v1.52.0
2- # github.com/moby/buildkit v0.26.0
3- # github.com/docker/buildx v0.30.0
2+ # github.com/moby/buildkit v0.26.1
3+ # github.com/docker/buildx v0.30.1
44# github.com/docker/cli v29.0.0+incompatible
55# github.com/docker/compose/v2 v2.40.3
66# github.com/docker/model-runner/cmd/cli v0.1.44
Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ module github.com/docker/docs
33go 1.24.9
44
55require (
6- github.com/docker/buildx v0.30.0 // indirect
6+ github.com/docker/buildx v0.30.1 // indirect
77 github.com/docker/cli v29.0.0+incompatible // indirect; see "replace" rule at the bottom for actual version
88 github.com/docker/compose/v2 v2.40.3 // indirect
99 github.com/docker/mcp-gateway v0.22.0 // indirect
1010 github.com/docker/model-runner/cmd/cli v0.1.44 // indirect
1111 github.com/docker/scout-cli v1.18.4 // indirect
12- github.com/moby/buildkit v0.26.0 // indirect
12+ github.com/moby/buildkit v0.26.1 // indirect
1313 github.com/moby/moby/api v1.52.0 // indirect; see "replace" rule at the bottom for actual version
1414)
1515
1616replace (
17- github.com/docker/buildx => github.com/docker/buildx v0.30.0
17+ github.com/docker/buildx => github.com/docker/buildx v0.30.1
1818 github.com/docker/cli => github.com/docker/cli v29.0.0+incompatible
1919 github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.40.3
2020 github.com/docker/mcp-gateway => github.com/docker/mcp-gateway v0.22.0
Original file line number Diff line number Diff line change 11github.com/docker/buildx v0.30.0 h1:Fz7LzHqEmnE8JNpDPxLWVSKUdD5ysXn2bq8JOpRpvAY =
22github.com/docker/buildx v0.30.0 /go.mod h1:m7/CUbSd2skvugtGYENwn96mk5Ffar28xmLmeAVMc4c =
3+ github.com/docker/buildx v0.30.1 h1:3vthfaTQOLt5QfN2nl7rKuPLUvx69nL5ZikFIXp//c8 =
4+ github.com/docker/buildx v0.30.1 /go.mod h1:8nwT0V6UNYNo9rXq6WO/BQd9KrJ0JYcY/QX6x0y1Oro =
35github.com/docker/cli v29.0.0+incompatible h1:KgsN2RUFMNM8wChxryicn4p46BdQWpXOA1XLGBGPGAw =
46github.com/docker/cli v29.0.0+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
57github.com/docker/compose/v2 v2.40.3 h1:XeYkQu1svDtyfZPv5nTwFryQ25ZJMkIlc4pz9HalMPI =
You can’t perform that action at this time.
0 commit comments