Skip to content

Commit 8517efe

Browse files
Merge pull request #376 from shipwright-io/dependabot/go_modules/github.com/google/go-containerregistry-0.21.2
Bump github.com/google/go-containerregistry from 0.20.7 to 0.21.2
2 parents 7b8a563 + 9bc9125 commit 8517efe

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/shipwright-io/cli
33
go 1.25.6
44

55
require (
6-
github.com/google/go-containerregistry v0.21.1
6+
github.com/google/go-containerregistry v0.21.2
77
github.com/onsi/gomega v1.39.1
88
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
99
github.com/schollz/progressbar/v3 v3.19.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
235235
github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
236236
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
237237
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
238-
github.com/google/go-containerregistry v0.21.1 h1:sOt/o9BS2b87FnR7wxXPvRKU1XVJn2QCwOS5g8zQXlc=
239-
github.com/google/go-containerregistry v0.21.1/go.mod h1:ctO5aCaewH4AK1AumSF5DPW+0+R+d2FmylMJdp5G7p0=
238+
github.com/google/go-containerregistry v0.21.2 h1:vYaMU4nU55JJGFC9JR/s8NZcTjbE9DBBbvusTW9NeS0=
239+
github.com/google/go-containerregistry v0.21.2/go.mod h1:ctO5aCaewH4AK1AumSF5DPW+0+R+d2FmylMJdp5G7p0=
240240
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
241241
github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs=
242242
github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0=

vendor/github.com/google/go-containerregistry/pkg/v1/remote/transport/ping.go

Lines changed: 5 additions & 1 deletion
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
@@ -205,7 +205,7 @@ github.com/google/go-cmp/cmp/internal/diff
205205
github.com/google/go-cmp/cmp/internal/flags
206206
github.com/google/go-cmp/cmp/internal/function
207207
github.com/google/go-cmp/cmp/internal/value
208-
# github.com/google/go-containerregistry v0.21.1
208+
# github.com/google/go-containerregistry v0.21.2
209209
## explicit; go 1.25.6
210210
github.com/google/go-containerregistry/internal/and
211211
github.com/google/go-containerregistry/internal/compression

0 commit comments

Comments
 (0)