2018-11-29 10:10:52 +00:00
|
|
|
module github.com/prometheus/statsd_exporter
|
|
|
|
|
|
|
|
require (
|
2020-05-29 07:48:22 +00:00
|
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
|
|
|
|
github.com/go-kit/kit v0.10.0
|
|
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/prometheus/client_golang v1.6.0
|
|
|
|
github.com/prometheus/client_model v0.2.0
|
|
|
|
github.com/prometheus/common v0.10.0
|
|
|
|
github.com/sirupsen/logrus v1.6.0 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
|
|
|
|
google.golang.org/protobuf v1.24.0 // indirect
|
2019-06-17 16:34:56 +00:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2020-05-29 07:48:22 +00:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2018-11-29 10:10:52 +00:00
|
|
|
)
|
2019-09-12 15:45:39 +00:00
|
|
|
|
|
|
|
go 1.13
|