| 123456789101112131415161718192021222324252627282930313233 |
- package: github.com/uber/jaeger-client-go
- import:
- - package: github.com/apache/thrift
- version: ">=0.9.3, <0.11.0"
- subpackages:
- - lib/go/thrift
- - package: github.com/opentracing/opentracing-go
- version: ^1
- subpackages:
- - ext
- - log
- - package: golang.org/x/net
- subpackages:
- - context
- - package: github.com/uber/tchannel-go
- version: ^1.1.0
- subpackages:
- - atomic
- - thrift
- - thrift/gen-go/meta
- - tnet
- - trace/thrift/gen-go/tcollector
- - typed
- - package: github.com/stretchr/testify
- version: ^1.1.3
- subpackages:
- - assert
- - require
- - suite
- - package: github.com/crossdock/crossdock-go
- - package: github.com/uber/jaeger-lib
- subpackages:
- - metrics
|