aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-03-13 10:16:23 -0400
committerGravatar GitHub <noreply@github.com> 2023-03-13 10:16:23 -0400
commit7fb2aca487b8d83f81da77b05481dabbe4cd1728 (patch)
treea0e6039660c367513962ca08112a54c3f5de9602 /go.mod
parentccfbb8b28f2647c62360802579f4f9e6dc745ac9 (diff)
downloadcoredns-7fb2aca487b8d83f81da77b05481dabbe4cd1728.tar.gz
coredns-7fb2aca487b8d83f81da77b05481dabbe4cd1728.tar.zst
coredns-7fb2aca487b8d83f81da77b05481dabbe4cd1728.zip
build(deps): bump google.golang.org/api from 0.110.0 to 0.112.0 (#5960)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.110.0 to 0.112.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.110.0...v0.112.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 0f225d277..9b785ba24 100644
--- a/go.mod
+++ b/go.mod
@@ -28,7 +28,7 @@ require (
go.etcd.io/etcd/client/v3 v3.5.7
golang.org/x/crypto v0.7.0
golang.org/x/sys v0.6.0
- google.golang.org/api v0.110.0
+ google.golang.org/api v0.112.0
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
gopkg.in/DataDog/dd-trace-go.v1 v1.48.0
@@ -106,14 +106,14 @@ require (
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.8.0 // indirect
- golang.org/x/oauth2 v0.5.0 // indirect
+ golang.org/x/oauth2 v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
golang.org/x/tools v0.6.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-20230209215440-0dfe4f8abfcc // indirect
+ google.golang.org/genproto v0.0.0-20230303212802-e74f57abe488 // 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