mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-14 10:13:10 +02:00
4e71b4ef4f
* Bump google.golang.org/grpc in /exporters/trace/jaeger Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.29.1 to 1.30.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.29.1...v1.30.0) Signed-off-by: dependabot[bot] <support@github.com> * Auto-fix go.sum changes in dependent modules Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
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.6.1
|
|
go.opentelemetry.io/otel v0.6.0
|
|
google.golang.org/api v0.28.0
|
|
google.golang.org/grpc v1.30.0
|
|
)
|