mirror of
https://github.com/nikdoof/hg612-exporter.git
synced 2025-12-13 10:22:14 +00:00
chore: update module name
This commit is contained in:
5
go.mod
5
go.mod
@@ -1,11 +1,10 @@
|
||||
module github.com/jakekeeys/hg612-exporter
|
||||
module github.com/nikdoof/hg612-exporter
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/gorilla/handlers v1.5.1
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/prometheus/client_golang v1.10.0
|
||||
github.com/prometheus/client_golang v1.11.0
|
||||
github.com/sirupsen/logrus v1.8.1
|
||||
github.com/urfave/cli/v2 v2.3.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user