Roni Riska | af41105 | 2019-08-13 15:18:27 +0300 | [diff] [blame] | 1 | module gerrit.o-ran-sc.org/r/ric-plt/tracelibgo |
| 2 | |
| 3 | require ( |
Roni Riska | ddcdb2e | 2019-08-30 13:36:14 +0300 | [diff] [blame] | 4 | github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect |
Roni Riska | af41105 | 2019-08-13 15:18:27 +0300 | [diff] [blame] | 5 | github.com/opentracing/opentracing-go v1.1.0 |
Roni Riska | ddcdb2e | 2019-08-30 13:36:14 +0300 | [diff] [blame] | 6 | github.com/pkg/errors v0.8.1 // indirect |
Roni Riska | af41105 | 2019-08-13 15:18:27 +0300 | [diff] [blame] | 7 | github.com/stretchr/testify v1.3.0 |
| 8 | github.com/uber/jaeger-client-go v2.16.0+incompatible |
| 9 | github.com/uber/jaeger-lib v2.0.0+incompatible // indirect |
| 10 | ) |