This commit is contained in:
Jake Keeys
2020-01-26 12:35:46 +00:00
commit f5de88e5bb
9 changed files with 764 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module github.com/jakekeeys/hg612-exporter
go 1.13
require (
github.com/gorilla/handlers v1.4.2
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.3.0
github.com/sirupsen/logrus v1.4.2
github.com/urfave/cli/v2 v2.1.1
)