2019-06-18 06:04:33 +00:00
|
|
|
module github.com/kumina/unbound_exporter
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2019-08-19 07:48:30 +00:00
|
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
|
|
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect
|
2019-06-18 06:04:33 +00:00
|
|
|
github.com/prometheus/client_golang v1.0.0
|
|
|
|
github.com/prometheus/common v0.5.0
|
2019-12-11 19:20:09 +00:00
|
|
|
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect
|
2019-06-18 06:04:33 +00:00
|
|
|
)
|