aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2021-07-26 06:52:32 -0700
committerGravatar GitHub <noreply@github.com> 2021-07-26 06:52:32 -0700
commit8ff7c4b83444c488051384cea0606f085e5b6959 (patch)
treed72a674f92da6ce20a93974c29a40748cbd79ffb /go.mod
parent67b13c5f6b7ec3e315b12a620d82b408a3c70636 (diff)
downloadcoredns-8ff7c4b83444c488051384cea0606f085e5b6959.tar.gz
coredns-8ff7c4b83444c488051384cea0606f085e5b6959.tar.zst
coredns-8ff7c4b83444c488051384cea0606f085e5b6959.zip
build(deps): bump google.golang.org/api from 0.50.0 to 0.51.0 (#4770)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.50.0 to 0.51.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](https://github.com/googleapis/google-api-go-client/compare/v0.50.0...v0.51.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.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 2e6affba4..68a8043ca 100644
--- a/go.mod
+++ b/go.mod
@@ -31,8 +31,8 @@ require (
go.etcd.io/etcd/api/v3 v3.5.0
go.etcd.io/etcd/client/v3 v3.5.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
- golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
- google.golang.org/api v0.50.0
+ golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
+ google.golang.org/api v0.51.0
google.golang.org/grpc v1.39.0
gopkg.in/DataDog/dd-trace-go.v1 v1.31.1
k8s.io/api v0.21.3