Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

build(deps): bump google.golang.org/api from 0.20.0 to 0.76.0 #478

Open
wants to merge 1 commit into
base: master
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
12 changes: 5 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ module github.com/coreos/etcd-operator
go 1.15

require (
cloud.google.com/go/storage v1.6.0
cloud.google.com/go/iam v0.3.0 // indirect
cloud.google.com/go/storage v1.10.0
github.com/Azure/azure-sdk-for-go v43.3.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.18
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
Expand All @@ -15,7 +16,6 @@ require (
github.com/dnaeon/go-vcr v1.1.0 // indirect
github.com/googleapis/gnostic v0.4.2 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.14.5 // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/pborman/uuid v1.2.1
github.com/pkg/errors v0.9.1
Expand All @@ -24,12 +24,10 @@ require (
github.com/sirupsen/logrus v1.8.0
github.com/tmc/grpc-websocket-proxy v0.0.0-20200427203606-3cfed13b9966 // indirect
go.uber.org/zap v1.15.0 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
google.golang.org/api v0.20.0
google.golang.org/appengine v1.6.6 // indirect
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
google.golang.org/api v0.76.0
google.golang.org/grpc/examples v0.0.0-20220413171549-7567a5d96538 // indirect
k8s.io/api v0.20.4
k8s.io/apiextensions-apiserver v0.20.4
k8s.io/apimachinery v0.20.4
Expand Down
Loading