aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-10-25 10:45:36 -0400
committerGravatar GitHub <noreply@github.com> 2022-10-25 10:45:36 -0400
commit6c636b7b6ddaa8d2a2728c03ba1912b9e0ec9cac (patch)
treec4384d63e675f9575ec59c0af786f833284c2055 /go.mod
parent9dd42a2e93027cf457ea575eee5d98b3903c8b0b (diff)
downloadcoredns-6c636b7b6ddaa8d2a2728c03ba1912b9e0ec9cac.tar.gz
coredns-6c636b7b6ddaa8d2a2728c03ba1912b9e0ec9cac.tar.zst
coredns-6c636b7b6ddaa8d2a2728c03ba1912b9e0ec9cac.zip
build(deps): bump google.golang.org/api from 0.99.0 to 0.100.0 (#5711)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.99.0 to 0.100.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.99.0...v0.100.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.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 1d11804e2..5780b2e75 100644
--- a/go.mod
+++ b/go.mod
@@ -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.99.0
+ google.golang.org/api v0.100.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
@@ -78,7 +78,7 @@ require (
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
- github.com/googleapis/gax-go/v2 v2.5.1 // indirect
+ github.com/googleapis/gax-go/v2 v2.6.0 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
@@ -101,15 +101,15 @@ require (
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.17.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
- golang.org/x/net v0.0.0-20221012135044-0b7e1fb9d458 // indirect
- golang.org/x/oauth2 v0.0.0-20221006150949-b44042a4b9c1 // indirect
+ 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/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-20221010155953-15ba04fc1c0e // indirect
+ google.golang.org/genproto v0.0.0-20221014213838-99cd37c6964a // 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