mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-14 11:21:17 +00:00
bb2fedc556
Signed-off-by: Matthias Rampke <matthias@prometheus.io>
19 lines
652 B
Modula-2
19 lines
652 B
Modula-2
module github.com/prometheus/statsd_exporter
|
|
|
|
require (
|
|
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
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|
|
|
|
go 1.13
|