Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
tttoad committed May 30, 2022
1 parent 4261ecf commit 7535656
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bridge/opentracing/go.mod
Expand Up @@ -12,8 +12,11 @@ require (
)

require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)

replace go.opentelemetry.io/otel/trace => ../../trace

0 comments on commit 7535656

Please sign in to comment.