16 lines
410 B
Modula-2
16 lines
410 B
Modula-2
module github.com/paultyng/go-unifi
|
|
|
|
// set to use embed for generation
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/golangci/golangci-lint v1.51.2 // indirect
|
|
github.com/hashicorp/go-version v1.6.0
|
|
github.com/iancoleman/strcase v0.2.0
|
|
github.com/stretchr/testify v1.8.1
|
|
github.com/tj/assert v0.0.3
|
|
github.com/ulikunitz/xz v0.5.11
|
|
github.com/xor-gate/ar v0.0.0-20170530204233-5c72ae81e2b7
|
|
golang.org/x/tools v0.6.0
|
|
)
|