mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-12 10:04:29 +02:00
818105ca73
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: evantorrie <evantorrie@users.noreply.github.com> Co-authored-by: Liz Fong-Jones <lizf@honeycomb.io>
20 lines
556 B
Modula-2
20 lines
556 B
Modula-2
module go.opentelemetry.io/otel/exporters/otlp
|
|
|
|
replace go.opentelemetry.io/otel => ../..
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/golang/protobuf v1.3.5 // indirect
|
|
github.com/google/go-cmp v0.5.0
|
|
github.com/grpc-ecosystem/grpc-gateway v1.14.3 // indirect
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/open-telemetry/opentelemetry-proto v0.3.0
|
|
github.com/stretchr/testify v1.4.0
|
|
go.opentelemetry.io/otel v0.6.0
|
|
golang.org/x/text v0.3.2 // indirect
|
|
google.golang.org/grpc v1.29.1
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|
|
|
|
go 1.13
|