1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-03 22:52:30 +02:00
opentelemetry-go/exporter/trace/jaeger/go.mod
rghetia 15bfc5bb12
Namespace import path under "/otel" (#274)
Also fixes example module paths so that they use the vanity URL instead
of the github URL.

[Closes #184]
2019-11-01 11:40:29 -07:00

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
)