18 lines
566 B
Modula-2
18 lines
566 B
Modula-2
module github.com/unifi-poller/poller
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/prometheus/client_golang v1.6.0 // indirect
|
|
github.com/prometheus/common v0.10.0
|
|
github.com/prometheus/procfs v0.1.1 // indirect
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
|
|
golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect
|
|
golift.io/cnfg v0.0.5
|
|
google.golang.org/protobuf v1.24.0 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|