mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-11-28 08:38:51 +02:00
9cdfdb2d3a
* Bump github.com/stretchr/testify from 1.4.0 to 1.6.1 Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.4.0 to 1.6.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.4.0...v1.6.1) Signed-off-by: dependabot[bot] <support@github.com> * Update go.mod * math.Inf(1)+math.Inf(-1)=NaN Math is hard * Remove indirect transitive dependency * Auto-fix go.sum changes in dependent modules Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Liz Fong-Jones <lizf@honeycomb.io> Co-authored-by: Evan Torrie <evantorrie@users.noreply.github.com> Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
19 lines
644 B
Modula-2
19 lines
644 B
Modula-2
module go.opentelemetry.io/otel
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/DataDog/sketches-go v0.0.0-20190923095040-43f19ad77ff7
|
|
github.com/benbjohnson/clock v1.0.3
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/google/go-cmp v0.5.0
|
|
github.com/google/gofuzz v1.0.0 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/opentracing/opentracing-go v1.1.1-0.20190913142402-a7454ce5950e
|
|
github.com/stretchr/testify v1.6.1
|
|
google.golang.org/genproto v0.0.0-20191009194640-548a555dbc03 // indirect
|
|
google.golang.org/grpc v1.27.1
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|