mirror of
https://github.com/mdlayher/apcupsd_exporter.git
synced 2024-11-22 10:55:35 +01:00
9 lines
174 B
Modula-2
9 lines
174 B
Modula-2
module github.com/mdlayher/apcupsd_exporter
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/mdlayher/apcupsd v0.0.0-20190305172604-59e23b522064
|
|
github.com/prometheus/client_golang v0.9.2
|
|
)
|