|
module github.com/unifi-poller/unifi
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
|
|
)
|