2019-11-01 20:40:29 +02:00
|
|
|
module go.opentelemetry.io/otel
|
2019-06-16 16:30:46 +02:00
|
|
|
|
2019-09-24 17:26:21 +02:00
|
|
|
go 1.13
|
2019-06-16 16:30:46 +02:00
|
|
|
|
|
|
|
require (
|
2019-10-29 22:27:22 +02:00
|
|
|
github.com/DataDog/sketches-go v0.0.0-20190923095040-43f19ad77ff7
|
2019-11-15 23:01:20 +02:00
|
|
|
github.com/benbjohnson/clock v1.0.0
|
2020-02-06 20:51:00 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2019-10-09 08:33:19 +02:00
|
|
|
github.com/google/go-cmp v0.3.1
|
2019-10-29 22:27:22 +02:00
|
|
|
github.com/google/gofuzz v1.0.0 // indirect
|
2020-02-06 20:51:00 +02:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2019-09-25 08:12:22 +02:00
|
|
|
github.com/opentracing/opentracing-go v1.1.1-0.20190913142402-a7454ce5950e
|
2019-10-29 22:27:22 +02:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-11-26 21:47:15 +02:00
|
|
|
google.golang.org/genproto v0.0.0-20191009194640-548a555dbc03 // indirect
|
2019-10-09 08:33:19 +02:00
|
|
|
google.golang.org/grpc v1.24.0
|
2020-02-06 20:51:00 +02:00
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
2019-06-16 16:30:46 +02:00
|
|
|
)
|