Skip to content

Commit 00ef1a2

Browse files
authored
Merge pull request #544 from osscontainertools/dependabot/go_modules/gomod-e22ebf2d38
chore(deps): bump github.com/google/go-containerregistry from 0.21.1 to 0.21.2 in the gomod group
2 parents 8de2e5b + 5b5b37e commit 00ef1a2

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/go-git/go-git/v5 v5.17.0
2323
github.com/golang/mock v1.6.0
2424
github.com/google/go-cmp v0.7.0
25-
github.com/google/go-containerregistry v0.21.1
25+
github.com/google/go-containerregistry v0.21.2
2626
github.com/google/slowjam v1.1.2
2727
github.com/minio/highwayhash v1.0.3
2828
github.com/moby/buildkit v0.27.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek
218218
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
219219
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
220220
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
221-
github.com/google/go-containerregistry v0.21.1 h1:sOt/o9BS2b87FnR7wxXPvRKU1XVJn2QCwOS5g8zQXlc=
222-
github.com/google/go-containerregistry v0.21.1/go.mod h1:ctO5aCaewH4AK1AumSF5DPW+0+R+d2FmylMJdp5G7p0=
221+
github.com/google/go-containerregistry v0.21.2 h1:vYaMU4nU55JJGFC9JR/s8NZcTjbE9DBBbvusTW9NeS0=
222+
github.com/google/go-containerregistry v0.21.2/go.mod h1:ctO5aCaewH4AK1AumSF5DPW+0+R+d2FmylMJdp5G7p0=
223223
github.com/google/martian/v3 v3.3.3 h1:DIhPTQrbPkgs2yJYdXU/eNACCG5DVQjySNRNlflZ9Fc=
224224
github.com/google/martian/v3 v3.3.3/go.mod h1:iEPrYcgCF7jA9OtScMFQyAlZZ4YXTKEtJ1E6RWzmBA0=
225225
github.com/google/s2a-go v0.1.9 h1:LGD7gtMgezd8a/Xak7mEWL0PjoTQFvpRudN895yqKW0=

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
@@ -557,7 +557,7 @@ github.com/google/go-cmp/cmp/internal/diff
557557
github.com/google/go-cmp/cmp/internal/flags
558558
github.com/google/go-cmp/cmp/internal/function
559559
github.com/google/go-cmp/cmp/internal/value
560-
# github.com/google/go-containerregistry v0.21.1
560+
# github.com/google/go-containerregistry v0.21.2
561561
## explicit; go 1.25.6
562562
github.com/google/go-containerregistry/internal/and
563563
github.com/google/go-containerregistry/internal/compression

0 commit comments

Comments
 (0)