diff options
author | 2020-06-08 07:19:14 -0700 | |
---|---|---|
committer | 2020-06-08 07:19:14 -0700 | |
commit | e8789f4cec2be4cfb5ed8b76479ae2af4d5d5555 (patch) | |
tree | 59eac4b00fc847686a30df0266d7bcf29ed327e8 /go.mod | |
parent | f3e6575654456647a6a63400be1d6824245f58ca (diff) | |
download | coredns-e8789f4cec2be4cfb5ed8b76479ae2af4d5d5555.tar.gz coredns-e8789f4cec2be4cfb5ed8b76479ae2af4d5d5555.tar.zst coredns-e8789f4cec2be4cfb5ed8b76479ae2af4d5d5555.zip |
build(deps): bump google.golang.org/api from 0.25.0 to 0.26.0 (#3932)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.25.0 to 0.26.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.25.0...v0.26.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ require ( go.uber.org/zap v1.14.1 // indirect golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f - google.golang.org/api v0.25.0 + google.golang.org/api v0.26.0 google.golang.org/grpc v1.29.1 gopkg.in/DataDog/dd-trace-go.v1 v1.24.1 k8s.io/api v0.18.3 |