glide.yaml 352 B

12345678910111213
  1. package: github.com/uber/jaeger-lib
  2. import:
  3. - package: github.com/codahale/hdrhistogram
  4. - package: github.com/go-kit/kit
  5. version: v0.5.0
  6. subpackages:
  7. - metrics/influx
  8. - package: github.com/uber-go/tally
  9. version: '>= 2.1.0, < 4'
  10. - package: github.com/prometheus/client_golang
  11. version: v0.8.0
  12. testImport:
  13. - package: github.com/stretchr/testify