mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-03-05 15:05:51 +02:00
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ET <evantorrie@users.noreply.github.com> Co-authored-by: Liz Fong-Jones <lizf@honeycomb.io>
15 lines
322 B
Modula-2
15 lines
322 B
Modula-2
module go.opentelemetry.io/otel/exporters/trace/jaeger
|
|
|
|
go 1.13
|
|
|
|
replace go.opentelemetry.io/otel => ../../..
|
|
|
|
require (
|
|
github.com/apache/thrift v0.13.0
|
|
github.com/google/go-cmp v0.5.0
|
|
github.com/stretchr/testify v1.4.0
|
|
go.opentelemetry.io/otel v0.6.0
|
|
google.golang.org/api v0.28.0
|
|
google.golang.org/grpc v1.29.1
|
|
)
|