diff options
author | 2023-09-11 07:40:38 -0700 | |
---|---|---|
committer | 2023-09-11 07:40:38 -0700 | |
commit | 21f3cc5d4e3216012b19f25559cb6e2f9adaef6d (patch) | |
tree | 9c890fafe0c351517bb35aa3fa7fafda6e68f261 /go.mod | |
parent | a6c00b3a172c82e2c1b97f1d47b6b26868ca07af (diff) | |
download | coredns-21f3cc5d4e3216012b19f25559cb6e2f9adaef6d.tar.gz coredns-21f3cc5d4e3216012b19f25559cb6e2f9adaef6d.tar.zst coredns-21f3cc5d4e3216012b19f25559cb6e2f9adaef6d.zip |
build(deps): bump google.golang.org/api from 0.138.0 to 0.139.0 (#6307)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.138.0 to 0.139.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.138.0...v0.139.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 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -29,7 +29,7 @@ require ( go.etcd.io/etcd/client/v3 v3.5.9 golang.org/x/crypto v0.13.0 golang.org/x/sys v0.12.0 - google.golang.org/api v0.138.0 + google.golang.org/api v0.139.0 google.golang.org/grpc v1.57.0 google.golang.org/protobuf v1.31.0 gopkg.in/DataDog/dd-trace-go.v1 v1.54.0 @@ -82,7 +82,7 @@ require ( github.com/google/go-cmp v0.5.9 // indirect github.com/google/gofuzz v1.2.0 // indirect github.com/google/pprof v0.0.0-20230509042627-b1315fad0c5a // indirect - github.com/google/s2a-go v0.1.5 // indirect + github.com/google/s2a-go v0.1.7 // indirect github.com/google/uuid v1.3.0 // indirect github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect github.com/googleapis/gax-go/v2 v2.12.0 // indirect @@ -125,7 +125,7 @@ require ( google.golang.org/appengine v1.6.7 // indirect google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // 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 |