forked from mirrors/statsd_exporter
0de518d3d5
* Adding new simple test to relay package * Adding metric testing on relay * Adding new metric to relay * Adding new test section to check on metrics * Fixing linting problems on new code * Adding license headers on file Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
14 lines
419 B
Modula-2
14 lines
419 B
Modula-2
module github.com/prometheus/statsd_exporter
|
|
|
|
require (
|
|
github.com/go-kit/log v0.1.0
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/prometheus/client_model v0.2.0
|
|
github.com/prometheus/common v0.30.0
|
|
github.com/stvp/go-udp-testing v0.0.0-20201019212854-469649b16807
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
go 1.13
|