Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gomod(deps): bump github.com/google/go-containerregistry from 0.7.1-0.20211203164431-c75901cce627 to 0.20.2 #487

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 16 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ replace (
)

require (
cloud.google.com/go/bigquery v1.37.0
cloud.google.com/go/firestore v1.6.1
cloud.google.com/go/functions v1.5.0
cloud.google.com/go/logging v1.5.0
cloud.google.com/go/pubsub v1.24.0
cloud.google.com/go/storage v1.24.0
cloud.google.com/go/bigquery v1.50.0
cloud.google.com/go/firestore v1.9.0
cloud.google.com/go/functions v1.13.0
cloud.google.com/go/logging v1.7.0
cloud.google.com/go/pubsub v1.30.0
cloud.google.com/go/storage v1.29.0
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0
github.com/Masterminds/sprig v2.22.0+incompatible
Expand All @@ -36,7 +37,7 @@ require (
github.com/ghodss/yaml v1.0.0
github.com/go-logr/logr v0.4.0
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/google/go-containerregistry v0.7.1-0.20211203164431-c75901cce627
github.com/google/go-containerregistry v0.20.2
github.com/google/go-github/v40 v40.0.0
github.com/google/go-github/v42 v42.0.0
github.com/google/go-querystring v1.1.0
Expand All @@ -45,24 +46,26 @@ require (
github.com/jamiealquiza/envy v1.1.0
github.com/jinzhu/copier v0.3.5
github.com/mandelsoft/vfs v0.0.0-20210530103237-5249dc39ce91
github.com/moby/patternmatcher v0.6.0 // indirect
github.com/moby/sys/sequential v0.6.0 // indirect
github.com/onsi/gomega v1.20.0
github.com/pkg/errors v0.9.1
github.com/satori/go.uuid v1.2.0
github.com/shurcooL/githubv4 v0.0.0-20211117020012-5800b9de5b8b
github.com/sigstore/cosign v1.2.1
github.com/sigstore/sigstore v1.0.1
github.com/sirupsen/logrus v1.9.0
github.com/sirupsen/logrus v1.9.1
github.com/smartystreets/goconvey v1.7.2
github.com/spf13/cobra v1.5.0
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.10.0 // indirect
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.1
github.com/tidwall/gjson v1.14.1
github.com/vrischmann/envconfig v1.3.0
go.uber.org/zap v1.21.0
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2
google.golang.org/api v0.90.0
golang.org/x/net v0.17.0
golang.org/x/oauth2 v0.8.0
google.golang.org/api v0.122.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.22.2
Expand Down
Loading