11 lines
234 B
Modula-2
11 lines
234 B
Modula-2
module github.com/paultyng/go-unifi
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/tj/assert v0.0.3
|
|
golang.org/x/tools/gopls v0.4.4 // indirect
|
|
)
|