13 lines
417 B
Modula-2
13 lines
417 B
Modula-2
module github.com/unpoller/influxunifi
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
|
|
github.com/unpoller/poller v0.0.0-20210623101401-f12841d79a28
|
|
github.com/unpoller/unifi v0.0.9-0.20210623100314-3dccfdbc4c80
|
|
github.com/unpoller/webserver v0.0.0-20210623101543-90d89bb0acdf
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
|
|
golift.io/cnfg v0.0.7
|
|
)
|