17 lines
602 B
Modula-2
17 lines
602 B
Modula-2
module github.com/unifi-poller/webserver
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/prometheus/client_golang v1.10.0 // indirect
|
|
github.com/prometheus/common v0.20.0 // indirect
|
|
github.com/unifi-poller/poller v0.0.0-20210315011940-c43dc3c221b4
|
|
golang.org/x/crypto v0.0.0-20210415154028-4f45737414dc
|
|
golang.org/x/sys v0.0.0-20210415045647-66c3f260301c // indirect
|
|
golang.org/x/term v0.0.0-20210406210042-72f3dc4e9b72 // indirect
|
|
golift.io/cnfg v0.0.7 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|