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

Commit

Permalink
build(deps): bump google.golang.org/api from 0.20.0 to 0.40.0
Browse files Browse the repository at this point in the history
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.20.0 to 0.40.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.20.0...v0.40.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 22, 2021
1 parent ef39680 commit 79c969a
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 5 deletions.
9 changes: 4 additions & 5 deletions go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/coreos/etcd-operator
go 1.15

require (
cloud.google.com/go/storage v1.6.0
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 @@ -24,11 +24,10 @@ require (
github.com/sirupsen/logrus v1.7.1
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-20201208152858-08078c50e5b5
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
google.golang.org/api v0.20.0
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/api v0.40.0
google.golang.org/grpc/examples v0.0.0-20210218181225-26c143bd5f59 // indirect
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
k8s.io/api v0.20.4
k8s.io/apiextensions-apiserver v0.20.3
Expand Down

0 comments on commit 79c969a

Please sign in to comment.