Skip to content

Commit

Permalink
fix(otel): fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
bradub committed Jun 14, 2024
1 parent 1aaf2ed commit de74e6a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 66 deletions.
4 changes: 2 additions & 2 deletions otel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/purposeinplay/go-commons/otel
go 1.22

require (
github.com/purposeinplay/go-commons/grpc v0.0.25
github.com/purposeinplay/go-commons/grpc v0.0.26
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/contrib/instrumentation/runtime v0.52.0
go.opentelemetry.io/otel v1.27.0
Expand All @@ -23,7 +23,7 @@ require (
cloud.google.com/go/monitoring v1.19.0 // indirect
cloud.google.com/go/trace v1.10.7 // indirect
contrib.go.opencensus.io/exporter/stackdriver v0.13.14 // indirect
github.com/aws/aws-sdk-go v1.54.0 // indirect
github.com/aws/aws-sdk-go v1.54.1 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
Expand Down
66 changes: 6 additions & 60 deletions otel/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit de74e6a

Please sign in to comment.