summaryrefslogtreecommitdiff
path: root/go.mod
blob: dbdd885051b80285f3cdc635db912e0930082182 (plain)
1
2
3
4
5
6
7
8
9
10
module src.userspace.com.au/netflow_exporter

go 1.15

require (
	github.com/prometheus/client_golang v1.7.1
	github.com/prometheus/client_model v0.2.0
	github.com/prometheus/common v0.14.0
	github.com/tehmaze/netflow v0.0.0-20170921210347-852af103667f
)