Abhilash S.L | 3b49463 | 2019-07-16 15:51:09 +0530 | [diff] [blame] | 1 | module github.com/armon/go-metrics |
| 2 | |
| 3 | go 1.12 |
| 4 | |
| 5 | require ( |
| 6 | github.com/DataDog/datadog-go v2.2.0+incompatible |
| 7 | github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible |
| 8 | github.com/circonus-labs/circonusllhist v0.1.3 // indirect |
| 9 | github.com/hashicorp/go-immutable-radix v1.0.0 |
| 10 | github.com/hashicorp/go-retryablehttp v0.5.3 // indirect |
| 11 | github.com/pascaldekloe/goe v0.1.0 |
| 12 | github.com/pkg/errors v0.8.1 // indirect |
| 13 | github.com/prometheus/client_golang v0.9.2 |
| 14 | github.com/stretchr/testify v1.3.0 // indirect |
| 15 | github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 // indirect |
| 16 | ) |