1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-11-24 08:22:25 +02:00
opentelemetry-go/go.mod

21 lines
656 B
Modula-2
Raw Normal View History

module go.opentelemetry.io
2019-06-16 16:30:46 +02:00
go 1.13
2019-06-16 16:30:46 +02:00
require (
2019-10-09 08:33:19 +02:00
cloud.google.com/go v0.46.3
github.com/apache/thrift v0.12.0
github.com/client9/misspell v0.3.4
2019-10-09 08:33:19 +02:00
github.com/gogo/protobuf v1.3.0 // indirect
github.com/golang/protobuf v1.3.2
github.com/golangci/golangci-lint v1.19.1
github.com/google/go-cmp v0.3.1
github.com/hashicorp/golang-lru v0.5.3
github.com/opentracing/opentracing-go v1.1.1-0.20190913142402-a7454ce5950e
2019-10-09 08:33:19 +02:00
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/tools v0.0.0-20190925230517-ea99b82c7b93
google.golang.org/api v0.9.0
2019-10-09 08:33:19 +02:00
google.golang.org/genproto v0.0.0-20190925194540-b8fbc687dcfb
google.golang.org/grpc v1.24.0
2019-06-16 16:30:46 +02:00
)