Codebase list prometheus-haproxy-exporter / 29b4aaee-e3f2-4f16-9123-6dc6bc6f1994/main go.mod
29b4aaee-e3f2-4f16-9123-6dc6bc6f1994/main

Tree @29b4aaee-e3f2-4f16-9123-6dc6bc6f1994/main (Download .tar.gz)

go.mod @29b4aaee-e3f2-4f16-9123-6dc6bc6f1994/mainraw · history · blame

module github.com/prometheus/haproxy_exporter

go 1.14

require (
	github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect
	github.com/go-kit/kit v0.10.0
	github.com/prometheus/client_golang v1.8.0
	github.com/prometheus/common v0.15.0
	golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d // indirect
	google.golang.org/protobuf v1.25.0 // indirect
	gopkg.in/alecthomas/kingpin.v2 v2.2.6
)