chore: refresh dependencies

This commit is contained in:
Dominic Evans
2021-05-13 10:12:33 +01:00
parent f3ade9e942
commit 5373e12542
2 changed files with 346 additions and 17 deletions

10
go.mod
View File

@@ -1,11 +1,11 @@
module github.com/jakekeeys/hg612-exporter
go 1.13
go 1.15
require (
github.com/gorilla/handlers v1.4.2
github.com/gorilla/handlers v1.5.1
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
github.com/prometheus/client_golang v1.10.0
github.com/sirupsen/logrus v1.8.1
github.com/urfave/cli/v2 v2.3.0
)