2020-03-02 23:54:57 +02:00
|
|
|
module go.opentelemetry.io/otel/exporters/trace/jaeger
|
2019-10-24 18:13:01 +02:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
2019-11-01 20:40:29 +02:00
|
|
|
replace go.opentelemetry.io/otel => ../../..
|
2019-10-24 18:13:01 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/apache/thrift v0.13.0
|
2020-03-04 23:12:25 +02: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-21 23:06:39 +02:00
|
|
|
go.opentelemetry.io/otel v0.3.0
|
2020-03-04 23:12:25 +02: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 18:13:01 +02:00
|
|
|
)
|