aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-05-16 09:34:12 -0400
committerGravatar GitHub <noreply@github.com> 2022-05-16 09:34:12 -0400
commit91363901d35f48e4912bcd7954d25a7ba8658af6 (patch)
tree891845f40a8a980581fc9c8126efbba90555c655 /go.mod
parent4d1d9adb0ec125097466a4831f57a22069a0d638 (diff)
downloadcoredns-91363901d35f48e4912bcd7954d25a7ba8658af6.tar.gz
coredns-91363901d35f48e4912bcd7954d25a7ba8658af6.tar.zst
coredns-91363901d35f48e4912bcd7954d25a7ba8658af6.zip
build(deps): bump google.golang.org/api from 0.78.0 to 0.79.0 (#5379)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.78.0 to 0.79.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.78.0...v0.79.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 56918f692..8a7d6469a 100644
--- a/go.mod
+++ b/go.mod
@@ -25,8 +25,8 @@ require (
go.etcd.io/etcd/api/v3 v3.5.4
go.etcd.io/etcd/client/v3 v3.5.4
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
- golang.org/x/sys v0.0.0-20220502124256-b6088ccd6cba
- google.golang.org/api v0.78.0
+ golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6
+ google.golang.org/api v0.79.0
google.golang.org/grpc v1.46.0
google.golang.org/protobuf v1.28.0
gopkg.in/DataDog/dd-trace-go.v1 v1.38.1
@@ -107,7 +107,7 @@ require (
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
google.golang.org/appengine v1.6.7 // indirect
- google.golang.org/genproto v0.0.0-20220429170224-98d788798c3e // indirect
+ google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect