Skip to content

Commit e98677b

Browse files
Merge pull request containers#6509 from containers/renovate/github.com-moby-buildkit-0.x
fix(deps): update module github.com/moby/buildkit to v0.26.1
2 parents 88cb0bc + 5fc8509 commit e98677b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/fsouza/go-dockerclient v1.12.3
1818
github.com/hashicorp/go-multierror v1.1.1
1919
github.com/mattn/go-shellwords v1.0.12
20-
github.com/moby/buildkit v0.26.0
20+
github.com/moby/buildkit v0.26.1
2121
github.com/moby/sys/capability v0.4.0
2222
github.com/moby/sys/userns v0.1.0
2323
github.com/opencontainers/cgroups v0.0.6

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ github.com/miekg/pkcs11 v1.1.1 h1:Ugu9pdy6vAYku5DEpVWVFPYnzV+bxB+iRdbuFSu7TvU=
164164
github.com/miekg/pkcs11 v1.1.1/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs=
165165
github.com/mistifyio/go-zfs/v3 v3.1.0 h1:FZaylcg0hjUp27i23VcJJQiuBeAZjrC8lPqCGM1CopY=
166166
github.com/mistifyio/go-zfs/v3 v3.1.0/go.mod h1:CzVgeB0RvF2EGzQnytKVvVSDwmKJXxkOTUGbNrTja/k=
167-
github.com/moby/buildkit v0.26.0 h1:OSugMZoGqpVgrlpDx+OkiPRgYCIxR3XUP6wr7brDCpo=
168-
github.com/moby/buildkit v0.26.0/go.mod h1:ylDa7IqzVJgLdi/wO7H1qLREFQpmhFbw2fbn4yoTw40=
167+
github.com/moby/buildkit v0.26.1 h1:Cf/AB/8/5N+GBQnVPBW+hR2tDWoImuZ28ciqaF+mzgs=
168+
github.com/moby/buildkit v0.26.1/go.mod h1:ylDa7IqzVJgLdi/wO7H1qLREFQpmhFbw2fbn4yoTw40=
169169
github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=
170170
github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
171171
github.com/moby/go-archive v0.1.0 h1:Kk/5rdW/g+H8NHdJW2gsXyZ7UnzvJNOy6VKJqueWdcQ=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ github.com/miekg/pkcs11
260260
# github.com/mistifyio/go-zfs/v3 v3.1.0
261261
## explicit; go 1.14
262262
github.com/mistifyio/go-zfs/v3
263-
# github.com/moby/buildkit v0.26.0
263+
# github.com/moby/buildkit v0.26.1
264264
## explicit; go 1.24.3
265265
github.com/moby/buildkit/frontend/dockerfile/command
266266
github.com/moby/buildkit/frontend/dockerfile/parser

0 commit comments

Comments
 (0)