aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-07-10 07:48:24 -0700
committerGravatar GitHub <noreply@github.com> 2023-07-10 07:48:24 -0700
commita338c25e0594939b3f7151e5f46e4cbd3d1d643f (patch)
tree9fa0816388ffc8e653a7ee6b000171a151896eb8 /go.mod
parent6fd025f5b1236a655d512bbd1751c6e1b88689b6 (diff)
downloadcoredns-a338c25e0594939b3f7151e5f46e4cbd3d1d643f.tar.gz
coredns-a338c25e0594939b3f7151e5f46e4cbd3d1d643f.tar.zst
coredns-a338c25e0594939b3f7151e5f46e4cbd3d1d643f.zip
build(deps): bump google.golang.org/api from 0.129.0 to 0.130.0 (#6199)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.129.0 to 0.130.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.129.0...v0.130.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.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 3775f8824..c322b7c59 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.11.0
golang.org/x/sys v0.10.0
- google.golang.org/api v0.129.0
+ google.golang.org/api v0.130.0
google.golang.org/grpc v1.56.1
google.golang.org/protobuf v1.31.0
gopkg.in/DataDog/dd-trace-go.v1 v1.51.0
@@ -107,7 +107,7 @@ require (
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
golang.org/x/mod v0.9.0 // indirect
- golang.org/x/net v0.11.0 // indirect
+ golang.org/x/net v0.12.0 // indirect
golang.org/x/oauth2 v0.9.0 // indirect
golang.org/x/term v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
@@ -117,7 +117,7 @@ require (
google.golang.org/appengine v1.6.7 // 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
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230629202037-9506855d4529 // 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