aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-06-06 13:23:11 +0200
committerGravatar GitHub <noreply@github.com> 2023-06-06 13:23:11 +0200
commit7bf37c1da049a1ac00e10d9f68b64219886574de (patch)
tree4fa9a06ed2c274c6b6ecfc4d6784d27ee76b76b9 /go.mod
parent4a67aa1b74af6ffb55dec8531b0321c529205bc0 (diff)
downloadcoredns-7bf37c1da049a1ac00e10d9f68b64219886574de.tar.gz
coredns-7bf37c1da049a1ac00e10d9f68b64219886574de.tar.zst
coredns-7bf37c1da049a1ac00e10d9f68b64219886574de.zip
build(deps): bump google.golang.org/api from 0.124.0 to 0.125.0 (#6145)
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, 6 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index f67e96904..67c8220c4 100644
--- a/go.mod
+++ b/go.mod
@@ -28,7 +28,7 @@ require (
go.etcd.io/etcd/client/v3 v3.5.9
golang.org/x/crypto v0.9.0
golang.org/x/sys v0.8.0
- google.golang.org/api v0.124.0
+ google.golang.org/api v0.125.0
google.golang.org/grpc v1.55.0
google.golang.org/protobuf v1.30.0
gopkg.in/DataDog/dd-trace-go.v1 v1.51.0
@@ -40,7 +40,7 @@ require (
)
require (
- cloud.google.com/go/compute v1.19.0 // indirect
+ cloud.google.com/go/compute v1.19.3 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect
@@ -80,7 +80,7 @@ require (
github.com/google/s2a-go v0.1.4 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
- github.com/googleapis/gax-go/v2 v2.8.0 // indirect
+ github.com/googleapis/gax-go/v2 v2.10.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
@@ -115,7 +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-20230410155749-daa745c078e1 // indirect
+ google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect
+ google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // 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