build(deps): bump google.golang.org/api from 0.22.0 to 0.23.0 (#3881)

Bumps [google.golang.org/api](https://github.com/google/google-api-go-client) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/google/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md)
- [Commits](https://github.com/google/google-api-go-client/compare/v0.22.0...v0.23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-05-11 07:52:08 -07:00
committed by GitHub
parent 7aaed71b92
commit dc50bd6e84
2 changed files with 8 additions and 1 deletions

2
go.mod
View File

@@ -38,7 +38,7 @@ require (
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f
google.golang.org/api v0.22.0
google.golang.org/api v0.23.0
google.golang.org/genproto v0.0.0-20200326112834-f447254575fd // indirect
google.golang.org/grpc v1.29.1
gopkg.in/DataDog/dd-trace-go.v1 v1.23.2