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/stretchr/testify from 1.7.1 to 1.7.5 in /receiver/jaegerreceiver #3503

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
4 changes: 2 additions & 2 deletions receiver/jaegerreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/jaegertracing/jaeger v1.32.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.47.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.47.0
github.com/stretchr/testify v1.7.1
github.com/stretchr/testify v1.7.5
github.com/uber/jaeger-lib v2.4.1+incompatible
go.opentelemetry.io/collector v0.47.1-0.20220316214317-e6ea17cf27a8
go.opentelemetry.io/collector/model v0.47.1-0.20220316214317-e6ea17cf27a8
Expand Down Expand Up @@ -62,7 +62,7 @@ require (
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/ini.v1 v1.66.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/open-telemetry/opentelemetry-collector-contrib/internal/common => ../../internal/common
Expand Down
Loading