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/openzipkin/zipkin-go from 0.2.5 to 0.4.1 in /exporters/zipkin #528

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
10 changes: 7 additions & 3 deletions exporters/zipkin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ module go.opentelemetry.io/otel/exporters/zipkin
go 1.15

require (
github.com/google/go-cmp v0.5.6
github.com/openzipkin/zipkin-go v0.2.5
github.com/stretchr/testify v1.7.0
github.com/Shopify/toxiproxy v2.1.4+incompatible // indirect
github.com/google/go-cmp v0.5.8
github.com/gorilla/context v1.1.1 // indirect
github.com/openzipkin/zipkin-go v0.4.1
github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1 // indirect
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94 // indirect
github.com/stretchr/testify v1.8.0
go.opentelemetry.io/otel v1.0.0-RC1
go.opentelemetry.io/otel/sdk v1.0.0-RC1
go.opentelemetry.io/otel/trace v1.0.0-RC1
Expand Down
Loading