File tree Expand file tree Collapse file tree 4 files changed +60
-30
lines changed
github.com/moby/buildkit/frontend/dockerfile/docs Expand file tree Collapse file tree 4 files changed +60
-30
lines changed Original file line number Diff line number Diff line change 11# github.com/moby/moby v26.0.0+incompatible
2- # github.com/moby/buildkit v0.13.1
3- # github.com/docker/buildx v0.13.1
2+ # github.com/moby/buildkit v0.13.0-rc3.0.20240402103816-7cd12732690e
3+ # github.com/docker/buildx v0.0.0-00010101000000-000000000000
44# github.com/docker/cli v26.0.0+incompatible
5- # github.com/docker/compose/v2 v2.26.1
5+ # github.com/docker/compose/v2 v2.0.0-00010101000000-000000000000
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ toolchain go1.21.1
77require (
88 github.com/docker/buildx v0.13.1 // indirect
99 github.com/docker/cli v26.0.0+incompatible // indirect
10- github.com/docker/compose/v2 v2.26.1 // indirect
11- github.com/moby/buildkit v0.13.0 // indirect
10+ github.com/docker/compose/v2 v2.0.0-00010101000000-000000000000 // indirect
11+ github.com/moby/buildkit v0.13.1 // indirect
1212 github.com/moby/moby v26.0.0+incompatible // indirect
1313)
1414
1515replace (
1616 github.com/docker/buildx => github.com/docker/buildx v0.13.1
1717 github.com/docker/cli => github.com/docker/cli v26.0.0+incompatible
1818 github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.26.1
19- github.com/moby/buildkit => github.com/moby/buildkit v0.13.0-rc3.0.20240308080452-a38011b9f57d
19+ github.com/moby/buildkit => github.com/moby/buildkit v0.13.0-rc3.0.20240402103816-7cd12732690e
2020 github.com/moby/moby => github.com/moby/moby v26.0.0+incompatible
2121)
Original file line number Diff line number Diff line change @@ -220,6 +220,8 @@ github.com/moby/buildkit v0.13.0-rc3.0.20240307092343-22d4212fed7e h1:lEQehVlOgE
220220github.com/moby/buildkit v0.13.0-rc3.0.20240307092343-22d4212fed7e /go.mod h1:P5zIr3pyh1VQoK751o5JFtogepVcLi9+77PTfmvJwls =
221221github.com/moby/buildkit v0.13.0-rc3.0.20240308080452-a38011b9f57d h1:q8sI5enL3NBniNUIeVyrbUj6WCSc0gg+tAQgX1m6oTM =
222222github.com/moby/buildkit v0.13.0-rc3.0.20240308080452-a38011b9f57d /go.mod h1:P5zIr3pyh1VQoK751o5JFtogepVcLi9+77PTfmvJwls =
223+ github.com/moby/buildkit v0.13.0-rc3.0.20240402103816-7cd12732690e h1:+hA09x+9xK3KoXtxNFHiJxBbJrpVr/7UR221F2+pG9w =
224+ github.com/moby/buildkit v0.13.0-rc3.0.20240402103816-7cd12732690e /go.mod h1:ij4XbVmcwOPQdTJQeO6341hqzvlw10kkuSsT36suSrk =
223225github.com/moby/buildkit v0.13.0 h1:reVR1Y+rbNIUQ9jf0Q1YZVH5a/nhOixZsl+HJ9qQEGI =
224226github.com/moby/buildkit v0.13.0 /go.mod h1:aNmNQKLBFYAOFuzQjR3VA27/FijlvtBD1pjNwTSN37k =
225227github.com/moby/locker v1.0.1 /go.mod h1:S7SDdo5zpBK84bzzVlKr2V0hz+7x9hWbYC/kq7oQppc =
@@ -252,6 +254,7 @@ github.com/opencontainers/image-spec v1.1.0-rc4/go.mod h1:X4pATf0uXsnn3g5aiGIsVn
252254github.com/opencontainers/image-spec v1.1.0-rc5 h1:Ygwkfw9bpDvs+c9E34SdgGOj41dX/cbdlwvlWt0pnFI =
253255github.com/opencontainers/image-spec v1.1.0-rc5 /go.mod h1:X4pATf0uXsnn3g5aiGIsVnJBR4mxhKzfwmvK/B2NTm8 =
254256github.com/opencontainers/image-spec v1.1.0-rc6 h1:XDqvyKsJEbRtATzkgItUqBA7QHk58yxX1Ov9HERHNqU =
257+ github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug =
255258github.com/opentracing/opentracing-go v1.2.0 /go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc =
256259github.com/peterbourgon/diskv v2.0.1+incompatible /go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU =
257260github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
You can’t perform that action at this time.
0 commit comments