Skip to content

Commit 3bbbcf4

Browse files
Merge pull request #681 from carvel-dev/dependabot/go_modules/github.com/google/go-containerregistry-0.20.0
build(deps): Bump github.com/google/go-containerregistry from 0.19.2 to 0.20.0
2 parents 18eee6c + f7ebb12 commit 3bbbcf4

6 files changed

Lines changed: 20 additions & 6 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/cppforlife/cobrautil v0.0.0-20221021151949-d60711905d65
1010
github.com/cppforlife/go-cli-ui v0.0.0-20220425131040-94f26b16bc14
1111
github.com/fatih/color v1.15.0 // indirect
12-
github.com/google/go-containerregistry v0.19.2
12+
github.com/google/go-containerregistry v0.20.0
1313
github.com/mattn/go-isatty v0.0.20
1414
github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
1515
github.com/spf13/cobra v1.8.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
211211
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
212212
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
213213
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
214-
github.com/google/go-containerregistry v0.19.2 h1:TannFKE1QSajsP6hPWb5oJNgKe1IKjHukIKDUmvsV6w=
215-
github.com/google/go-containerregistry v0.19.2/go.mod h1:YCMFNQeeXeLF+dnhhWkqDItx/JSkH01j1Kis4PsjzFI=
214+
github.com/google/go-containerregistry v0.20.0 h1:wRqHpOeVh3DnenOrPy9xDOLdnLatiGuuNRVelR2gSbg=
215+
github.com/google/go-containerregistry v0.20.0/go.mod h1:YCMFNQeeXeLF+dnhhWkqDItx/JSkH01j1Kis4PsjzFI=
216216
github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs=
217217
github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0=
218218
github.com/google/martian/v3 v3.1.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0=

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

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

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 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
@@ -176,7 +176,7 @@ github.com/form3tech-oss/jwt-go
176176
# github.com/golang/protobuf v1.5.3
177177
## explicit; go 1.9
178178
github.com/golang/protobuf/proto
179-
# github.com/google/go-containerregistry v0.19.2
179+
# github.com/google/go-containerregistry v0.20.0
180180
## explicit; go 1.18
181181
github.com/google/go-containerregistry/internal/and
182182
github.com/google/go-containerregistry/internal/compression

0 commit comments

Comments
 (0)