mirror of
https://github.com/mdlayher/apcupsd_exporter.git
synced 2024-11-25 11:25:25 +01:00
a4a2b2f150
Signed-off-by: Matt Layher <mdlayher@gmail.com>
14 lines
433 B
Modula-2
14 lines
433 B
Modula-2
module github.com/mdlayher/apcupsd_exporter
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/mdlayher/apcupsd v0.0.0-20200608131503-2bf01da7bf1b
|
|
github.com/prometheus/client_golang v1.6.0
|
|
github.com/prometheus/common v0.10.0 // indirect
|
|
github.com/prometheus/procfs v0.1.0 // indirect
|
|
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
|
|
google.golang.org/protobuf v1.24.0 // indirect
|
|
)
|