Skip to content

Commit

Permalink
bump ggcr which fixes tag-to-digest resolution for Azure & GitLab (kn…
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso authored and nak3 committed May 26, 2022
1 parent 77ff5b1 commit 75fac9e
Show file tree
Hide file tree
Showing 42 changed files with 2,225 additions and 465 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ go 1.16
require (
github.com/ahmetb/gen-crd-api-reference-docs v0.3.1-0.20210609063737-0067dc6dcea2
github.com/c2h5oh/datasize v0.0.0-20200112174442-28bbd4740fee // indirect
github.com/containerd/stargz-snapshotter/estargz v0.11.0 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/gogo/protobuf v1.3.2
github.com/google/go-cmp v0.5.7
github.com/google/go-containerregistry v0.8.1-0.20220110151055-a61fd0a8e2bb
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20220328141311-efc62d802606
github.com/google/go-containerregistry v0.8.1-0.20220414143355-892d7a808387
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20220414154538-570ba6c88a50
github.com/google/gofuzz v1.2.0
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/golang-lru v0.5.4
Expand All @@ -28,7 +27,6 @@ require (
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65
golang.org/x/tools v0.1.9 // indirect
google.golang.org/api v0.70.0
google.golang.org/grpc v1.44.0
k8s.io/api v0.23.4
Expand Down
133 changes: 116 additions & 17 deletions go.sum

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions vendor/github.com/containerd/stargz-snapshotter/estargz/build.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

87 changes: 83 additions & 4 deletions vendor/github.com/google/go-containerregistry/pkg/authn/authn.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 75fac9e

Please sign in to comment.