mirror of
https://github.com/nikdoof/hg612-exporter.git
synced 2025-12-13 10:22:14 +00:00
11 lines
207 B
Modula-2
11 lines
207 B
Modula-2
module github.com/nikdoof/hg612-exporter
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.14.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/urfave/cli/v2 v2.11.0
|
|
)
|