2020-03-02 13:54:57 -08:00
|
|
|
module go.opentelemetry.io/otel/exporters/trace/jaeger
|
2019-10-24 19:13:01 +03:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
2019-11-01 11:40:29 -07:00
|
|
|
replace go.opentelemetry.io/otel => ../../..
|
2019-10-24 19:13:01 +03:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/apache/thrift v0.13.0
|
2020-03-04 16:12:25 -05:00
|
|
|
github.com/google/go-cmp v0.4.0
|
2019-10-31 19:52:46 +02:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2020-03-31 13:02:15 -04:00
|
|
|
go.opentelemetry.io/otel v0.4.1
|
2020-03-04 16:12:25 -05:00
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
|
|
|
|
google.golang.org/api v0.20.0
|
|
|
|
google.golang.org/grpc v1.27.1
|
2019-10-24 19:13:01 +03:00
|
|
|
)
|