mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-03 22:52:30 +02:00
15bfc5bb12
Also fixes example module paths so that they use the vanity URL instead of the github URL. [Closes #184]
15 lines
349 B
Modula-2
15 lines
349 B
Modula-2
module go.opentelemetry.io/otel/exporter/trace/jaeger
|
|
|
|
go 1.13
|
|
|
|
replace go.opentelemetry.io/otel => ../../..
|
|
|
|
require (
|
|
github.com/apache/thrift v0.13.0
|
|
github.com/google/go-cmp v0.3.1
|
|
github.com/stretchr/testify v1.4.0
|
|
go.opentelemetry.io/otel v0.0.0-00010101000000-000000000000
|
|
google.golang.org/api v0.11.0
|
|
google.golang.org/grpc v1.24.0
|
|
)
|