Skip to content

Commit 8e5a840

Browse files
committed
vendor: update buildkit to crazy-max/buildkit@48e766ece564
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent bb48188 commit 8e5a840

6 files changed

Lines changed: 84 additions & 15 deletions

File tree

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,3 +246,5 @@ require (
246246

247247
// restore junctions to have os.ModeSymlink flag set on Windows: https://github.com/docker/buildx/issues/3221
248248
godebug winsymlink=0
249+
250+
replace github.com/moby/buildkit => github.com/crazy-max/buildkit v0.7.1-0.20260306115246-48e766ece564

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ github.com/coreos/go-oidc/v3 v3.17.0/go.mod h1:wqPbKFrVnE90vty060SB40FCJ8fTHTxSw
148148
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
149149
github.com/cpuguy83/go-md2man/v2 v2.0.7 h1:zbFlGlXEAKlwXpmvle3d8Oe3YnkKIK4xSRTd3sHPnBo=
150150
github.com/cpuguy83/go-md2man/v2 v2.0.7/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
151+
github.com/crazy-max/buildkit v0.7.1-0.20260306115246-48e766ece564 h1:BNmgxrgf1XLKlz9HaeObj/SJ4F5WJ68VT13E1JOAGig=
152+
github.com/crazy-max/buildkit v0.7.1-0.20260306115246-48e766ece564/go.mod h1:RCuOcj/bVsCriBG8NeFzRxjiCFQKnKP7KOVlNTS18t4=
151153
github.com/creack/pty v1.1.24 h1:bJrF4RRfyJnbTJqzRLHzcGaZK1NeM5kTC9jGgovnR1s=
152154
github.com/creack/pty v1.1.24/go.mod h1:08sCNb52WyoAwi2QDyzUCTgcvVFhUzewun7wtTfvcwE=
153155
github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467 h1:uX1JmpONuD549D73r6cgnxyUu18Zb7yHAy5AYU0Pm4Q=
@@ -422,8 +424,6 @@ github.com/mitchellh/hashstructure/v2 v2.0.2 h1:vGKWl0YJqUNxE8d+h8f6NJLcCJrgbhC4
422424
github.com/mitchellh/hashstructure/v2 v2.0.2/go.mod h1:MG3aRVU/N29oo/V/IhBX8GR/zz4kQkprJgF2EVszyDE=
423425
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
424426
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
425-
github.com/moby/buildkit v0.28.0 h1:rKulfRRSduHJPNpLTk481fHElqN9tps0VUx8YV/5zsA=
426-
github.com/moby/buildkit v0.28.0/go.mod h1:RCuOcj/bVsCriBG8NeFzRxjiCFQKnKP7KOVlNTS18t4=
427427
github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=
428428
github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
429429
github.com/moby/go-archive v0.2.0 h1:zg5QDUM2mi0JIM9fdQZWC7U8+2ZfixfTYoHL7rWUcP8=

vendor/github.com/moby/buildkit/client/solve.go

Lines changed: 25 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/moby/buildkit/session/filesync/diffcopy.go

Lines changed: 12 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/moby/buildkit/session/filesync/filesync.go

Lines changed: 41 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ github.com/mitchellh/go-wordwrap
652652
# github.com/mitchellh/hashstructure/v2 v2.0.2
653653
## explicit; go 1.14
654654
github.com/mitchellh/hashstructure/v2
655-
# github.com/moby/buildkit v0.28.0
655+
# github.com/moby/buildkit v0.28.0 => github.com/crazy-max/buildkit v0.7.1-0.20260306115246-48e766ece564
656656
## explicit; go 1.25.5
657657
github.com/moby/buildkit/api/services/control
658658
github.com/moby/buildkit/api/types
@@ -1840,3 +1840,4 @@ sigs.k8s.io/structured-merge-diff/v6/value
18401840
# sigs.k8s.io/yaml v1.6.0
18411841
## explicit; go 1.22
18421842
sigs.k8s.io/yaml
1843+
# github.com/moby/buildkit => github.com/crazy-max/buildkit v0.7.1-0.20260306115246-48e766ece564

0 commit comments

Comments
 (0)