diff options
author | 2022-11-08 10:52:26 -0500 | |
---|---|---|
committer | 2022-11-08 10:52:26 -0500 | |
commit | a148b465afcb7b33455acf69c2c72702627a9076 (patch) | |
tree | 85b415fb6ffcb49037006bc9663e21812cd6a433 /go.mod | |
parent | 47c99dc73b8b77fb2edda060f11780eb022e8bfa (diff) | |
download | coredns-a148b465afcb7b33455acf69c2c72702627a9076.tar.gz coredns-a148b465afcb7b33455acf69c2c72702627a9076.tar.zst coredns-a148b465afcb7b33455acf69c2c72702627a9076.zip |
build(deps): bump google.golang.org/api from 0.101.0 to 0.102.0 (#5741)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.101.0 to 0.102.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.101.0...v0.102.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>
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.mod | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -28,7 +28,7 @@ require ( go.etcd.io/etcd/client/v3 v3.5.5 golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2 golang.org/x/sys v0.0.0-20221010170243-090e33056c14 - google.golang.org/api v0.101.0 + google.golang.org/api v0.102.0 google.golang.org/grpc v1.50.1 google.golang.org/protobuf v1.28.1 gopkg.in/DataDog/dd-trace-go.v1 v1.43.1 @@ -39,7 +39,8 @@ require ( ) require ( - cloud.google.com/go/compute v1.10.0 // indirect + cloud.google.com/go/compute v1.12.1 // indirect + cloud.google.com/go/compute/metadata v0.2.1 // indirect github.com/Azure/go-autorest v14.2.0+incompatible // indirect github.com/Azure/go-autorest/autorest/adal v0.9.18 // indirect github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 // indirect @@ -111,7 +112,7 @@ require ( golang.org/x/tools v0.1.12 // indirect golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect google.golang.org/appengine v1.6.7 // indirect - google.golang.org/genproto v0.0.0-20221018160656-63c7b68cfc55 // indirect + google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect |