File tree Expand file tree Collapse file tree 4 files changed +250
-32
lines changed
github.com/docker/buildx/docs Expand file tree Collapse file tree 4 files changed +250
-32
lines changed Original file line number Diff line number Diff line change 1
1
# github.com/moby/moby v28.1.0-rc.2+incompatible
2
- # github.com/moby/buildkit v0.22.0-rc1
3
- # github.com/docker/buildx v0.23 .0
2
+ # github.com/moby/buildkit v0.22.0
3
+ # github.com/docker/buildx v0.24 .0
4
4
# github.com/docker/cli v28.1.1+incompatible
5
5
# github.com/docker/compose/v2 v2.36.1
6
6
# github.com/docker/scout-cli v1.15.0
Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ module github.com/docker/docs
3
3
go 1.24.0
4
4
5
5
require (
6
- github.com/docker/buildx v0.23 .0 // indirect
6
+ github.com/docker/buildx v0.24 .0 // indirect
7
7
github.com/docker/cli v28.1.1+incompatible // indirect
8
8
github.com/docker/compose/v2 v2.36.1 // indirect
9
9
github.com/docker/scout-cli v1.15.0 // indirect
10
- github.com/moby/buildkit v0.22.0-rc1 // indirect
10
+ github.com/moby/buildkit v0.22.0 // indirect
11
11
github.com/moby/moby v28.1.0-rc.2+incompatible // indirect
12
12
)
13
13
14
14
replace (
15
- github.com/docker/buildx => github.com/docker/buildx v0.24.0-rc1
15
+ github.com/docker/buildx => github.com/docker/buildx v0.24.0
16
16
github.com/docker/cli => github.com/docker/cli v28.1.0-rc.2+incompatible
17
17
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.36.1
18
18
github.com/docker/scout-cli => github.com/docker/scout-cli v1.15.0
You can’t perform that action at this time.
0 commit comments