Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump google.golang.org/grpc from 1.32.0 to 1.51.0 in /exporter/stackdriverexporter #2036

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions exporter/stackdriverexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ require (
contrib.go.opencensus.io/exporter/stackdriver v0.13.4
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v0.12.0
github.com/census-instrumentation/opencensus-proto v0.3.0
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.7.0
go.opencensus.io v0.22.5
go.opentelemetry.io/collector v0.13.1-0.20201029205115-f137ead593ba
go.opentelemetry.io/otel v0.12.0
go.opentelemetry.io/otel/sdk v0.12.0
go.uber.org/zap v1.16.0
google.golang.org/api v0.32.0
google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d
google.golang.org/grpc v1.32.0
google.golang.org/grpc v1.51.0
google.golang.org/grpc/examples v0.0.0-20200728194956-1c32b02682df // indirect
google.golang.org/protobuf v1.25.0
google.golang.org/protobuf v1.27.1
)
Loading