Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/jaegertracing/jaeger from 1.21.0 to 1.28.0 in /exporter/jaegerthrifthttpexporter #1288

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions exporter/jaegerthrifthttpexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/jaeger
go 1.14

require (
github.com/apache/thrift v0.13.0
github.com/apache/thrift v0.15.0
github.com/census-instrumentation/opencensus-proto v0.3.0
github.com/google/go-cmp v0.5.4
github.com/jaegertracing/jaeger v1.21.0
github.com/stretchr/testify v1.6.1
github.com/google/go-cmp v0.5.6
github.com/jaegertracing/jaeger v1.28.0
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/collector v0.16.1-0.20201207152538-326931de8c32
go.uber.org/zap v1.16.0
google.golang.org/protobuf v1.25.0
go.uber.org/zap v1.19.1
google.golang.org/protobuf v1.27.1
)
Loading