minitor-go/go.mod
Ian Fijolek 457e19af9b Add prometheus metrics exporter
This should add metrics parity to the Python version
2019-11-15 17:14:20 -08:00

9 lines
137 B
Modula-2

module git.iamthefij.com/iamthefij/minitor-go
go 1.12
require (
github.com/prometheus/client_golang v1.2.1
gopkg.in/yaml.v2 v2.2.4
)