16 lines
492 B
Modula-2
16 lines
492 B
Modula-2
module github.com/davidnewhall/unifi-poller
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d
|
|
github.com/prometheus/client_golang v1.3.0
|
|
github.com/prometheus/common v0.7.0
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/sys v0.0.0-20191224085550-c709ea063b76 // indirect
|
|
golift.io/cnfg v0.0.5
|
|
golift.io/unifi v4.1.7-0.20191215214413-4d78625be4cd+incompatible
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
|
)
|