File tree Expand file tree Collapse file tree 4 files changed +87
-41
lines changed
github.com/moby/buildkit/solver/llbsolver/provenance/types Expand file tree Collapse file tree 4 files changed +87
-41
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.9.0
3030 github.com/mitchellh/hashstructure/v2 v2.0.2
31- github.com/moby/buildkit v0.23.0
31+ github.com/moby/buildkit v0.23.0-rc1.0.20250618182037-9b91d20367db // master
3232 github.com/moby/go-archive v0.1.0
3333 github.com/moby/sys/atomicwriter v0.1.0
3434 github.com/moby/sys/mountinfo v0.7.2
Original file line number Diff line number Diff line change @@ -250,8 +250,8 @@ github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7/go.mod h1:ZX
250250github.com/mitchellh/hashstructure/v2 v2.0.2 h1:vGKWl0YJqUNxE8d+h8f6NJLcCJrgbhC4NcD46KavDd4 =
251251github.com/mitchellh/hashstructure/v2 v2.0.2 /go.mod h1:MG3aRVU/N29oo/V/IhBX8GR/zz4kQkprJgF2EVszyDE =
252252github.com/mitchellh/mapstructure v0.0.0-20150613213606-2caf8efc9366 /go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y =
253- github.com/moby/buildkit v0.23.0 h1:HV+u7xM2IZhAjVautFR2l5FNhkxFR0jhF5ILXyc3398 =
254- github.com/moby/buildkit v0.23.0 /go.mod h1:v5jMDvQgUyidk3wu3NvVAAd5JJo83nfet9Gf/o0+EAQ =
253+ github.com/moby/buildkit v0.23.0-rc1.0.20250618182037-9b91d20367db h1:ZzrDuG9G1A/RwJvuogNplxCEKsIUQh1CqEnqbOGFgKE =
254+ github.com/moby/buildkit v0.23.0-rc1.0.20250618182037-9b91d20367db /go.mod h1:v5jMDvQgUyidk3wu3NvVAAd5JJo83nfet9Gf/o0+EAQ =
255255github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0 =
256256github.com/moby/docker-image-spec v1.3.1 /go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo =
257257github.com/moby/go-archive v0.1.0 h1:Kk/5rdW/g+H8NHdJW2gsXyZ7UnzvJNOy6VKJqueWdcQ =
Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ github.com/mitchellh/go-wordwrap
447447# github.com/mitchellh/hashstructure/v2 v2.0.2
448448## explicit; go 1.14
449449github.com/mitchellh/hashstructure/v2
450- # github.com/moby/buildkit v0.23.0
450+ # github.com/moby/buildkit v0.23.0-rc1.0.20250618182037-9b91d20367db
451451## explicit; go 1.23.0
452452github.com/moby/buildkit/api/services/control
453453github.com/moby/buildkit/api/types
You can’t perform that action at this time.
0 commit comments