2018-11-29 10:10:52 +00:00
|
|
|
module github.com/prometheus/statsd_exporter
|
|
|
|
|
|
|
|
require (
|
2021-06-03 14:58:36 +00:00
|
|
|
github.com/go-kit/log v0.1.0
|
2021-04-28 16:12:24 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
|
2021-06-07 13:39:54 +00:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2020-05-29 07:48:22 +00:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2021-09-01 12:29:08 +00:00
|
|
|
github.com/prometheus/common v0.30.0
|
2019-06-17 16:34:56 +00:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2021-03-18 10:15:17 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2018-11-29 10:10:52 +00:00
|
|
|
)
|
2019-09-12 15:45:39 +00:00
|
|
|
|
|
|
|
go 1.13
|