Girish Gowdra | 5d7d644 | 2020-09-08 17:03:11 -0700 | [diff] [blame] | 1 | package: github.com/uber/jaeger-client-go |
| 2 | import: |
| 3 | - package: github.com/opentracing/opentracing-go |
Girish Gowdra | 390f12f | 2021-07-01 15:53:49 -0700 | [diff] [blame^] | 4 | version: ^1.2 |
Girish Gowdra | 5d7d644 | 2020-09-08 17:03:11 -0700 | [diff] [blame] | 5 | subpackages: |
| 6 | - ext |
| 7 | - log |
| 8 | - package: github.com/crossdock/crossdock-go |
| 9 | - package: github.com/uber/jaeger-lib |
Girish Gowdra | 390f12f | 2021-07-01 15:53:49 -0700 | [diff] [blame^] | 10 | version: ^2.3.0 |
Girish Gowdra | 5d7d644 | 2020-09-08 17:03:11 -0700 | [diff] [blame] | 11 | subpackages: |
| 12 | - metrics |
| 13 | - package: github.com/pkg/errors |
| 14 | version: ~0.8.0 |
| 15 | - package: go.uber.org/zap |
| 16 | source: https://github.com/uber-go/zap.git |
| 17 | version: ^1 |
| 18 | - package: github.com/uber-go/atomic |
| 19 | version: ^1 |
| 20 | - package: github.com/prometheus/client_golang |
Girish Gowdra | 390f12f | 2021-07-01 15:53:49 -0700 | [diff] [blame^] | 21 | version: 1.1 |
| 22 | - package: github.com/prometheus/procfs |
| 23 | version: 0.0.6 |
Girish Gowdra | 5d7d644 | 2020-09-08 17:03:11 -0700 | [diff] [blame] | 24 | testImport: |
| 25 | - package: github.com/stretchr/testify |
| 26 | subpackages: |
| 27 | - assert |
| 28 | - require |
| 29 | - suite |
| 30 | - package: github.com/golang/mock |