Skip to content

Commit

Permalink
Add back replace statement for example/metric/sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
damemi committed Jul 14, 2023
1 parent e34fc98 commit 37b1abd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example/metric/sdk/go.mod
Expand Up @@ -36,3 +36,9 @@ require (
google.golang.org/grpc v1.53.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)

replace github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric => ../../../exporter/metric

replace github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock => ../../../internal/cloudmock

replace github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping => ../../../internal/resourcemapping

0 comments on commit 37b1abd

Please sign in to comment.