diff options
author | 2022-10-31 12:20:33 -0400 | |
---|---|---|
committer | 2022-10-31 12:20:33 -0400 | |
commit | 8bddf6de8941f5e5cff113b695abe293832446f4 (patch) | |
tree | 7ecfca109ad8faaf9e81688d92b50b4ea220e1c7 /go.mod | |
parent | e4cd998b1aa26c6c9c9b98f6d759e23614a80574 (diff) | |
download | coredns-8bddf6de8941f5e5cff113b695abe293832446f4.tar.gz coredns-8bddf6de8941f5e5cff113b695abe293832446f4.tar.zst coredns-8bddf6de8941f5e5cff113b695abe293832446f4.zip |
build(deps): bump google.golang.org/api from 0.100.0 to 0.101.0 (#5729)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.100.0 to 0.101.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.100.0...v0.101.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 | 6 |
1 files changed, 3 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.100.0 + google.golang.org/api v0.101.0 google.golang.org/grpc v1.50.1 google.golang.org/protobuf v1.28.1 gopkg.in/DataDog/dd-trace-go.v1 v1.43.0 @@ -104,12 +104,12 @@ require ( golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect - golang.org/x/text v0.3.8 // indirect + golang.org/x/text v0.4.0 // indirect golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect 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-20221014213838-99cd37c6964a // indirect + google.golang.org/genproto v0.0.0-20221018160656-63c7b68cfc55 // 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 |