diff options
author | 2023-07-24 09:35:13 -0700 | |
---|---|---|
committer | 2023-07-24 09:35:13 -0700 | |
commit | b6425e3de4fe67a154059481f6619c3be7e2f835 (patch) | |
tree | 6b3aed96da4f704ee87aa78354fdebd0d94eaa6c /go.mod | |
parent | ecf025586b26f9e9938d854f8c21e0fc275b01e9 (diff) | |
download | coredns-b6425e3de4fe67a154059481f6619c3be7e2f835.tar.gz coredns-b6425e3de4fe67a154059481f6619c3be7e2f835.tar.zst coredns-b6425e3de4fe67a154059481f6619c3be7e2f835.zip |
build(deps): bump google.golang.org/api from 0.131.0 to 0.132.0 (#6220)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.131.0 to 0.132.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.131.0...v0.132.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.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -28,7 +28,7 @@ require ( go.etcd.io/etcd/client/v3 v3.5.9 golang.org/x/crypto v0.11.0 golang.org/x/sys v0.10.0 - google.golang.org/api v0.131.0 + google.golang.org/api v0.132.0 google.golang.org/grpc v1.56.2 google.golang.org/protobuf v1.31.0 gopkg.in/DataDog/dd-trace-go.v1 v1.52.0 @@ -115,9 +115,9 @@ require ( golang.org/x/tools v0.7.0 // 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-20230629202037-9506855d4529 // indirect - google.golang.org/genproto/googleapis/api v0.0.0-20230629202037-9506855d4529 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130 // indirect + google.golang.org/genproto v0.0.0-20230706204954-ccb25ca9f130 // indirect + google.golang.org/genproto/googleapis/api v0.0.0-20230706204954-ccb25ca9f130 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // 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 |