Bump to 6.0.43, use go generate
Also moved fetching of JSON information to Go for cross-OS usage.
This commit is contained in:
5
go.mod
5
go.mod
@@ -1,11 +1,14 @@
|
||||
module github.com/paultyng/go-unifi
|
||||
|
||||
go 1.15
|
||||
// set to use embed for generation
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/iancoleman/strcase v0.1.3
|
||||
github.com/kr/pretty v0.1.0 // indirect
|
||||
github.com/stretchr/testify v1.7.0
|
||||
github.com/tj/assert v0.0.3
|
||||
github.com/ulikunitz/xz v0.5.10
|
||||
github.com/xor-gate/ar v0.0.0-20170530204233-5c72ae81e2b7
|
||||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user