2018-11-29 10:10:52 +00:00
|
|
|
module github.com/prometheus/statsd_exporter
|
|
|
|
|
|
|
|
require (
|
2019-10-10 02:08:25 +00:00
|
|
|
github.com/go-kit/kit v0.9.0
|
2019-04-03 15:36:34 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.1
|
2018-11-29 10:10:52 +00:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2019-06-17 16:34:56 +00:00
|
|
|
github.com/prometheus/client_golang v1.0.0
|
|
|
|
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
|
2019-10-10 02:08:25 +00:00
|
|
|
github.com/prometheus/common v0.7.0
|
2019-06-17 16:34:56 +00:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2018-11-29 10:10:52 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
2019-10-10 02:08:25 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
2018-11-29 10:10:52 +00:00
|
|
|
)
|
2019-09-12 15:45:39 +00:00
|
|
|
|
|
|
|
go 1.13
|