aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-01-29 09:17:23 -0500
committerGravatar GitHub <noreply@github.com> 2024-01-29 09:17:23 -0500
commitdc72d4eb9bb1e848312086216ba7f44ed253e795 (patch)
treec414470b38f598b9eb4eac2da529a8b94c6a63eb /go.mod
parentf47248c829b1deddc6cc376e600697ec1e23bff4 (diff)
downloadcoredns-dc72d4eb9bb1e848312086216ba7f44ed253e795.tar.gz
coredns-dc72d4eb9bb1e848312086216ba7f44ed253e795.tar.zst
coredns-dc72d4eb9bb1e848312086216ba7f44ed253e795.zip
build(deps): bump google.golang.org/api from 0.155.0 to 0.159.0 (#6479)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.155.0 to 0.159.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.155.0...v0.159.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.mod28
1 files changed, 14 insertions, 14 deletions
diff --git a/go.mod b/go.mod
index 72e7ca1e7..300939419 100644
--- a/go.mod
+++ b/go.mod
@@ -27,11 +27,11 @@ require (
github.com/quic-go/quic-go v0.40.1
go.etcd.io/etcd/api/v3 v3.5.11
go.etcd.io/etcd/client/v3 v3.5.11
- golang.org/x/crypto v0.17.0
- golang.org/x/sys v0.15.0
- google.golang.org/api v0.155.0
+ golang.org/x/crypto v0.18.0
+ golang.org/x/sys v0.16.0
+ google.golang.org/api v0.159.0
google.golang.org/grpc v1.60.1
- google.golang.org/protobuf v1.31.0
+ google.golang.org/protobuf v1.32.0
gopkg.in/DataDog/dd-trace-go.v1 v1.57.0
k8s.io/api v0.28.4
k8s.io/apimachinery v0.28.4
@@ -110,10 +110,10 @@ require (
github.com/tinylib/msgp v1.1.8 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.11 // indirect
go.opencensus.io v0.24.0 // indirect
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 // indirect
- go.opentelemetry.io/otel v1.21.0 // indirect
- go.opentelemetry.io/otel/metric v1.21.0 // indirect
- go.opentelemetry.io/otel/trace v1.21.0 // indirect
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 // indirect
+ go.opentelemetry.io/otel v1.22.0 // indirect
+ go.opentelemetry.io/otel/metric v1.22.0 // indirect
+ go.opentelemetry.io/otel/trace v1.22.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/mock v0.3.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
@@ -122,17 +122,17 @@ require (
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
golang.org/x/mod v0.12.0 // indirect
- golang.org/x/net v0.19.0 // indirect
- golang.org/x/oauth2 v0.15.0 // indirect
- golang.org/x/term v0.15.0 // indirect
+ golang.org/x/net v0.20.0 // indirect
+ golang.org/x/oauth2 v0.16.0 // indirect
+ golang.org/x/term v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.13.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/appengine v1.6.8 // indirect
- google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 // indirect
- google.golang.org/genproto/googleapis/api v0.0.0-20231211222908-989df2bf70f3 // indirect
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
+ google.golang.org/genproto v0.0.0-20240102182953-50ed04b92917 // indirect
+ google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917 // indirect
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac // 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