forked from jaegertracing/jaeger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 733 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/jaegertracing/jaeger/cmd/opentelemetry
go 1.14
replace github.com/jaegertracing/jaeger => ./../../
require (
github.com/Shopify/sarama v1.27.0
github.com/elastic/go-elasticsearch/v6 v6.8.10
github.com/elastic/go-elasticsearch/v7 v7.0.0
github.com/imdario/mergo v0.3.9
github.com/jaegertracing/jaeger v1.19.2
github.com/opentracing/opentracing-go v1.2.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/uber/jaeger-client-go v2.25.0+incompatible
github.com/uber/jaeger-lib v2.3.1-0.20200925164221-2cac3b34a519+incompatible
go.opencensus.io v0.22.4
go.opentelemetry.io/collector v0.10.1-0.20200917170114-639b9a80ed46
go.uber.org/zap v1.16.0
)