aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-06-13 07:23:08 -0700
committerGravatar GitHub <noreply@github.com> 2022-06-13 07:23:08 -0700
commit1784c737fa0f38777bffbbe40f2ba6086da2615c (patch)
tree0905e2992dc6ee69c05d1c9bc0052a208e085c10 /go.mod
parente6d50ff0436392bcabe3d822dc7f24311474173b (diff)
downloadcoredns-1784c737fa0f38777bffbbe40f2ba6086da2615c.tar.gz
coredns-1784c737fa0f38777bffbbe40f2ba6086da2615c.tar.zst
coredns-1784c737fa0f38777bffbbe40f2ba6086da2615c.zip
build(deps): bump google.golang.org/api from 0.82.0 to 0.83.0 (#5433)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.82.0 to 0.83.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.82.0...v0.83.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index ef120d9ca..cc2da7522 100644
--- a/go.mod
+++ b/go.mod
@@ -26,7 +26,7 @@ require (
go.etcd.io/etcd/client/v3 v3.5.4
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
- google.golang.org/api v0.82.0
+ google.golang.org/api v0.83.0
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.28.0
gopkg.in/DataDog/dd-trace-go.v1 v1.38.1
@@ -99,7 +99,7 @@ require (
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.17.0 // indirect
golang.org/x/mod v0.4.2 // indirect
- golang.org/x/net v0.0.0-20220526153639-5463443f8c37 // indirect
+ golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
@@ -107,7 +107,7 @@ require (
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
google.golang.org/appengine v1.6.7 // indirect
- google.golang.org/genproto v0.0.0-20220527130721-00d5c0f3be58 // indirect
+ google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect