Skip to content

Commit

Permalink
bump jaeger client version
Browse files Browse the repository at this point in the history
  • Loading branch information
talgendler committed Aug 4, 2021
1 parent 47a60de commit 0423e45
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 207 deletions.
11 changes: 8 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ go 1.14

require (
github.com/HdrHistogram/hdrhistogram-go v1.0.1 // indirect
github.com/go-masonry/mortar v1.0.8
github.com/golang/mock v1.5.0
github.com/go-masonry/mortar v1.0.12
github.com/golang/mock v1.6.0
github.com/opentracing/opentracing-go v1.2.0
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.7.0
github.com/uber/jaeger-client-go v2.25.0+incompatible
github.com/uber/jaeger-client-go v2.29.1+incompatible
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/fx v1.13.1
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect
google.golang.org/genproto v0.0.0-20210803142424-70bd63adacf2 // indirect
)
Loading

0 comments on commit 0423e45

Please sign in to comment.