aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 2614df245516dc44ed80755d6d1ef9721e0110b0 (plain)
1
2
3
4
5
6
7
8
9
10
module code.crute.me/pomonaconsulting/six_monitoring

go 1.13

require (
	github.com/prometheus-community/bind_exporter v0.3.0
	github.com/prometheus/client_golang v1.4.1
	github.com/prometheus/common v0.9.1
	github.com/stretchr/testify v1.4.0
)