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 go.opentelemetry.io/otel from 0.9.0 to 0.18.0 in /exporter/stackdriverexporter #474

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
5 changes: 3 additions & 2 deletions exporter/stackdriverexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ require (
contrib.go.opencensus.io/exporter/stackdriver v0.13.3
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v0.2.2-0.20200728233621-2752da7eaab7
github.com/golang/protobuf v1.4.2
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.7.0
go.opencensus.io v0.22.4
go.opentelemetry.io/collector v0.8.1-0.20200818152037-30c3c343c558
go.opentelemetry.io/otel v0.9.0
go.opentelemetry.io/otel v0.18.0 // indirect
go.opentelemetry.io/otel/sdk v0.18.0
go.uber.org/zap v1.15.0
google.golang.org/api v0.30.0
google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c
Expand Down
Loading