Skip to content

Commit c406194

Browse files
Merge pull request #1355 from openshift/konflux/mintmaker/master/github.com-moby-buildkit-0.x
fix(deps): update module github.com/moby/buildkit to v0.28.1
2 parents ad5e219 + 36ce224 commit c406194

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/docker/docker v28.5.2+incompatible
99
github.com/docker/go-connections v0.6.0
1010
github.com/go-imports-organizer/goio v1.5.0
11-
github.com/moby/buildkit v0.28.0
11+
github.com/moby/buildkit v0.28.1
1212
github.com/moby/docker-image-spec v1.3.1
1313
github.com/moby/moby/api v1.54.0
1414
github.com/moby/moby/client v0.3.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
8484
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
8585
github.com/mistifyio/go-zfs/v4 v4.0.0 h1:sU0+5dX45tdDK5xNZ3HBi95nxUc48FS92qbIZEvpAg4=
8686
github.com/mistifyio/go-zfs/v4 v4.0.0/go.mod h1:weotFtXTHvBwhr9Mv96KYnDkTPBOHFUbm9cBmQpesL0=
87-
github.com/moby/buildkit v0.28.0 h1:rKulfRRSduHJPNpLTk481fHElqN9tps0VUx8YV/5zsA=
88-
github.com/moby/buildkit v0.28.0/go.mod h1:RCuOcj/bVsCriBG8NeFzRxjiCFQKnKP7KOVlNTS18t4=
87+
github.com/moby/buildkit v0.28.1 h1:Tq6H6gOMU2JyEQ5rA0pa7Ey3VGNR3qpw90liSIpMQoo=
88+
github.com/moby/buildkit v0.28.1/go.mod h1:xO6wb9VBXszkIBxaGTLXc1rQORVQFIJRt3GSX7KzCFc=
8989
github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=
9090
github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
9191
github.com/moby/moby/api v1.54.0 h1:7kbUgyiKcoBhm0UrWbdrMs7RX8dnwzURKVbZGy2GnL0=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ github.com/klauspost/pgzip
145145
# github.com/mistifyio/go-zfs/v4 v4.0.0
146146
## explicit; go 1.14
147147
github.com/mistifyio/go-zfs/v4
148-
# github.com/moby/buildkit v0.28.0
148+
# github.com/moby/buildkit v0.28.1
149149
## explicit; go 1.25.5
150150
github.com/moby/buildkit/frontend/dockerfile/command
151151
github.com/moby/buildkit/frontend/dockerfile/parser

0 commit comments

Comments
 (0)