Skip to content

Commit 3124b3c

Browse files
committed
vendor: update buildkit to a243ce438aee
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 43fe71e commit 3124b3c

5 files changed

Lines changed: 40 additions & 11 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/hashicorp/hcl/v2 v2.24.0
3131
github.com/in-toto/in-toto-golang v0.10.0
3232
github.com/mitchellh/hashstructure/v2 v2.0.2
33-
github.com/moby/buildkit v0.29.0
33+
github.com/moby/buildkit v0.29.1-0.20260408185135-a243ce438aee
3434
github.com/moby/go-archive v0.2.0
3535
github.com/moby/moby/api v1.54.1
3636
github.com/moby/moby/client v0.4.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,8 @@ github.com/mitchellh/hashstructure/v2 v2.0.2 h1:vGKWl0YJqUNxE8d+h8f6NJLcCJrgbhC4
420420
github.com/mitchellh/hashstructure/v2 v2.0.2/go.mod h1:MG3aRVU/N29oo/V/IhBX8GR/zz4kQkprJgF2EVszyDE=
421421
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
422422
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
423-
github.com/moby/buildkit v0.29.0 h1:wxLEFbCOJntEDjSNNN2YWd8zxltZxT5muDQ0LzpbtpU=
424-
github.com/moby/buildkit v0.29.0/go.mod h1:Dmv2FeDe34t75QuzeU87rBoZpAAkcpT5zeu4hXzmASc=
423+
github.com/moby/buildkit v0.29.1-0.20260408185135-a243ce438aee h1:hA4wfynYJPaSnE4r1Ak5t/9goiG+OBKdQT29ZNxONrc=
424+
github.com/moby/buildkit v0.29.1-0.20260408185135-a243ce438aee/go.mod h1:afndr4EIChUihZio6mhkfTePNtO6KOJh4qW7zOXHhW0=
425425
github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=
426426
github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
427427
github.com/moby/go-archive v0.2.0 h1:zg5QDUM2mi0JIM9fdQZWC7U8+2ZfixfTYoHL7rWUcP8=

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

Lines changed: 2 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/util/gitutil/git_cli.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ github.com/mitchellh/go-wordwrap
646646
# github.com/mitchellh/hashstructure/v2 v2.0.2
647647
## explicit; go 1.14
648648
github.com/mitchellh/hashstructure/v2
649-
# github.com/moby/buildkit v0.29.0
649+
# github.com/moby/buildkit v0.29.1-0.20260408185135-a243ce438aee
650650
## explicit; go 1.25.5
651651
github.com/moby/buildkit/api/services/control
652652
github.com/moby/buildkit/api/types

0 commit comments

Comments
 (0)