Skip to content

Commit

Permalink
Prepare examples for v0.2.0 release (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilebox committed Jun 1, 2020
1 parent 088b504 commit ec6b73c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/metric/go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.14
replace github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric => ../../exporter/metric

require (
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.0.0-20200519045558-2c699b108359
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.2.0
github.com/google/go-cmp v0.4.1 // indirect
go.opentelemetry.io/otel v0.6.0
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect
Expand Down
2 changes: 1 addition & 1 deletion example/trace/http/go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.13
replace github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace => ../../../exporter/trace

require (
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v0.1.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v0.2.0
go.opentelemetry.io/otel v0.5.0
google.golang.org/grpc v1.27.1
)

0 comments on commit ec6b73c

Please sign in to comment.