File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
github.com/moby/buildkit/util/testutil/workers Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ require (
2828 github.com/hashicorp/hcl/v2 v2.23.0
2929 github.com/in-toto/in-toto-golang v0.5.0
3030 github.com/mitchellh/hashstructure/v2 v2.0.2
31- github.com/moby/buildkit v0.19.0-rc1
31+ github.com/moby/buildkit v0.19.0-rc2
3232 github.com/moby/sys/mountinfo v0.7.2
3333 github.com/moby/sys/signal v0.7.1
3434 github.com/morikuni/aec v1.0.0
Original file line number Diff line number Diff line change @@ -298,8 +298,8 @@ github.com/mitchellh/hashstructure/v2 v2.0.2/go.mod h1:MG3aRVU/N29oo/V/IhBX8GR/z
298298github.com/mitchellh/mapstructure v0.0.0-20150613213606-2caf8efc9366 /go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y =
299299github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY =
300300github.com/mitchellh/mapstructure v1.5.0 /go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo =
301- github.com/moby/buildkit v0.19.0-rc1 h1:DoGzmsYAsZjZRhA8u3Rits+2i1Lo5Y/UcIXFuA2n1qw =
302- github.com/moby/buildkit v0.19.0-rc1 /go.mod h1:4WYJLet/NI2p1o2rPQ6CIFpyyyvwvPz/TVISmwqqpHI =
301+ github.com/moby/buildkit v0.19.0-rc2 h1:7sAuQ5bDNIbdfmc7UDbrWJ2UPOR5w9rNWgnrEoC5aoo =
302+ github.com/moby/buildkit v0.19.0-rc2 /go.mod h1:4WYJLet/NI2p1o2rPQ6CIFpyyyvwvPz/TVISmwqqpHI =
303303github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0 =
304304github.com/moby/docker-image-spec v1.3.1 /go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo =
305305github.com/moby/locker v1.0.1 h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg =
Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ github.com/mitchellh/go-wordwrap
493493github.com/mitchellh/hashstructure/v2
494494# github.com/mitchellh/mapstructure v1.5.0
495495## explicit; go 1.14
496- # github.com/moby/buildkit v0.19.0-rc1
496+ # github.com/moby/buildkit v0.19.0-rc2
497497## explicit; go 1.22.0
498498github.com/moby/buildkit/api/services/control
499499github.com/moby/buildkit/api/types
You can’t perform that action at this time.
0 commit comments