Skip to content

Commit

Permalink
chore: update opentelemetry trace example to use stable dependencies (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed Oct 11, 2021
1 parent 782a7a7 commit 33f54ab
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 46 deletions.
7 changes: 3 additions & 4 deletions opentelemetry/go.mod
Expand Up @@ -3,8 +3,7 @@ module github.com/GoogleCloudPlatform/golang-samples/opentelemetry
go 1.14

require (
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v0.20.1
go.opentelemetry.io/otel v0.20.0
go.opentelemetry.io/otel/sdk v0.20.0
google.golang.org/grpc v1.40.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.0.0
go.opentelemetry.io/otel v1.0.1
go.opentelemetry.io/otel/sdk v1.0.1
)

0 comments on commit 33f54ab

Please sign in to comment.