Add golangci-lint to tools
This commit is contained in:
5
go.mod
5
go.mod
@@ -4,13 +4,12 @@ module github.com/paultyng/go-unifi
|
|||||||
go 1.16
|
go 1.16
|
||||||
|
|
||||||
require (
|
require (
|
||||||
|
github.com/golangci/golangci-lint v1.51.2 // indirect
|
||||||
github.com/hashicorp/go-version v1.6.0
|
github.com/hashicorp/go-version v1.6.0
|
||||||
github.com/iancoleman/strcase v0.2.0
|
github.com/iancoleman/strcase v0.2.0
|
||||||
github.com/kr/pretty v0.1.0 // indirect
|
|
||||||
github.com/stretchr/testify v1.8.1
|
github.com/stretchr/testify v1.8.1
|
||||||
github.com/tj/assert v0.0.3
|
github.com/tj/assert v0.0.3
|
||||||
github.com/ulikunitz/xz v0.5.11
|
github.com/ulikunitz/xz v0.5.11
|
||||||
github.com/xor-gate/ar v0.0.0-20170530204233-5c72ae81e2b7
|
github.com/xor-gate/ar v0.0.0-20170530204233-5c72ae81e2b7
|
||||||
golang.org/x/tools v0.5.0
|
golang.org/x/tools v0.6.0
|
||||||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user