mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-11-24 08:22:25 +02:00
24 lines
830 B
Modula-2
24 lines
830 B
Modula-2
module go.opentelemetry.io
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/apache/thrift v0.12.0
|
|
github.com/client9/misspell v0.3.4
|
|
github.com/gogo/protobuf v1.2.1 // indirect
|
|
github.com/golangci/golangci-lint v1.18.0
|
|
github.com/google/go-cmp v0.3.0
|
|
github.com/hashicorp/golang-lru v0.5.3
|
|
github.com/onsi/ginkgo v1.8.0 // indirect
|
|
github.com/onsi/gomega v1.5.0 // indirect
|
|
github.com/opentracing/opentracing-go v1.1.1-0.20190913142402-a7454ce5950e
|
|
github.com/sirupsen/logrus v1.2.0 // indirect
|
|
github.com/spf13/cobra v0.0.5 // indirect
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20190424203555-c05e17bb3b2d // indirect
|
|
golang.org/x/sys v0.0.0-20190614160838-b47fdc937951 // indirect
|
|
golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72
|
|
google.golang.org/api v0.9.0
|
|
google.golang.org/grpc v1.22.1
|
|
)
|