aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-03-22 11:38:30 -0400
committerGravatar GitHub <noreply@github.com> 2023-03-22 11:38:30 -0400
commitedccb146784e47993d7a94a0f71768c5742a0f6a (patch)
tree6d5612f934631195db126eeb80816807c7ccefde /go.mod
parenta8877a016fea041d6c973658922bfcc7481befe3 (diff)
downloadcoredns-edccb146784e47993d7a94a0f71768c5742a0f6a.tar.gz
coredns-edccb146784e47993d7a94a0f71768c5742a0f6a.tar.zst
coredns-edccb146784e47993d7a94a0f71768c5742a0f6a.zip
build(deps): bump google.golang.org/api from 0.112.0 to 0.114.0 (#5979)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.112.0 to 0.114.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.112.0...v0.114.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.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 65e74322b..69cbe566e 100644
--- a/go.mod
+++ b/go.mod
@@ -28,9 +28,9 @@ 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.112.0
+ google.golang.org/api v0.114.0
google.golang.org/grpc v1.53.0
- google.golang.org/protobuf v1.28.1
+ google.golang.org/protobuf v1.29.1
gopkg.in/DataDog/dd-trace-go.v1 v1.48.0
k8s.io/api v0.26.3
k8s.io/apimachinery v0.26.3
@@ -79,7 +79,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.3 // indirect
- github.com/googleapis/gax-go/v2 v2.7.0 // indirect
+ github.com/googleapis/gax-go/v2 v2.7.1 // 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
@@ -113,7 +113,7 @@ require (
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-20230303212802-e74f57abe488 // indirect
+ google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // 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