forked from mirrors/statsd_exporter
8e28d7acca
* Drop /vendor. * Bump Go modules. * Bump build orb. Signed-off-by: Ben Kochie <superq@gmail.com>
13 lines
327 B
Modula-2
13 lines
327 B
Modula-2
module github.com/prometheus/statsd_exporter
|
|
|
|
require (
|
|
github.com/go-kit/kit v0.10.0
|
|
github.com/hashicorp/golang-lru v0.5.4
|
|
github.com/prometheus/client_golang v1.9.0
|
|
github.com/prometheus/client_model v0.2.0
|
|
github.com/prometheus/common v0.19.0
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
go 1.13
|