File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# github.com/moby/moby v28.4.0+incompatible
2
2
# github.com/moby/buildkit v0.25.0
3
- # github.com/docker/buildx v0.29.0
3
+ # github.com/docker/buildx v0.29.1
4
4
# github.com/docker/cli v28.4.0+incompatible
5
5
# github.com/docker/compose/v2 v2.39.4
6
6
# github.com/docker/model-cli v0.1.41
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
15
15
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
16
16
github.com/containerd/typeurl/v2 v2.2.3 // indirect
17
17
github.com/distribution/reference v0.6.0 // indirect
18
- github.com/docker/buildx v0.29.0 // indirect
18
+ github.com/docker/buildx v0.29.1 // indirect
19
19
github.com/docker/cli v28.4.0+incompatible // indirect; see "replace" rule at the bottom for actual version
20
20
github.com/docker/compose/v2 v2.39.4 // indirect
21
21
github.com/docker/distribution v2.8.3+incompatible // indirect
@@ -109,7 +109,7 @@ require (
109
109
)
110
110
111
111
replace (
112
- github.com/docker/buildx => github.com/docker/buildx v0.29.0
112
+ github.com/docker/buildx => github.com/docker/buildx v0.29.1
113
113
github.com/docker/cli => github.com/docker/cli v28.4.0+incompatible
114
114
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.39.4
115
115
github.com/docker/docker => github.com/docker/docker v28.4.0+incompatible
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ github.com/docker/buildx v0.28.0 h1:ZnrVsZ/qQwSOQ4Fx3IgXjiurAwvocaF1YUaPbIXD89E=
44
44
github.com/docker/buildx v0.28.0 /go.mod h1:nLwx58w7xrQbLVSXiWiHpkVhY4ou4ci/hYomc139Vjk =
45
45
github.com/docker/buildx v0.29.0 h1:lAo46FeLojGUkFLy8l296CPZPxPVkGWxOfuWP54Xtqw =
46
46
github.com/docker/buildx v0.29.0 /go.mod h1:J4EFv6oxlPiV1MjO0VyJx2u5tLM7ImDEl9zyB8d4wPI =
47
+ github.com/docker/buildx v0.29.1 h1:58hxM5Z4mnNje3G5NKfULT9xCr8ooM8XFtlfUK9bKaA =
48
+ github.com/docker/buildx v0.29.1 /go.mod h1:J4EFv6oxlPiV1MjO0VyJx2u5tLM7ImDEl9zyB8d4wPI =
47
49
github.com/docker/cli v28.2.1+incompatible h1:AYyTcuwvhl9dXdyCiXlOGXiIqSNYzTmaDNpxIISPGsM =
48
50
github.com/docker/cli v28.2.1+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
49
51
github.com/docker/cli v28.3.0+incompatible h1:s+ttruVLhB5ayeuf2BciwDVxYdKi+RoUlxmwNHV3Vfo =
You can’t perform that action at this time.
0 commit comments