diff options
author | 2020-07-13 08:26:57 -0700 | |
---|---|---|
committer | 2020-07-13 08:26:57 -0700 | |
commit | 0347e3d865c7183297a2b4240e848108a99df238 (patch) | |
tree | c81301ed1b3820fc89cb696686e66265f432cc24 /go.mod | |
parent | 20c4f28a5c791f7ef3ba4a8c72553de073448bd3 (diff) | |
download | coredns-0347e3d865c7183297a2b4240e848108a99df238.tar.gz coredns-0347e3d865c7183297a2b4240e848108a99df238.tar.zst coredns-0347e3d865c7183297a2b4240e848108a99df238.zip |
build(deps): bump google.golang.org/api from 0.28.0 to 0.29.0 (#4001)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.28.0 to 0.29.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.28.0...v0.29.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
@@ -35,7 +35,7 @@ require ( go.uber.org/zap v1.14.1 // indirect golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 - google.golang.org/api v0.28.0 + google.golang.org/api v0.29.0 google.golang.org/grpc v1.29.1 gopkg.in/DataDog/dd-trace-go.v1 v1.25.0 k8s.io/api v0.18.5 |