mirror of
https://github.com/strongdm/comply
synced 2024-11-05 07:25:26 +00:00
17 lines
390 B
TOML
17 lines
390 B
TOML
|
required=[
|
||
|
"honnef.co/go/tools/cmd/gosimple",
|
||
|
"github.com/alecthomas/gometalinter",
|
||
|
"github.com/client9/misspell/cmd/misspell",
|
||
|
"github.com/golang/lint/golint",
|
||
|
"github.com/gordonklaus/ineffassign",
|
||
|
"github.com/tsenart/deadcode",
|
||
|
]
|
||
|
|
||
|
[[constraint]]
|
||
|
name = "github.com/chzyer/readline"
|
||
|
branch = "master"
|
||
|
|
||
|
[[constraint]]
|
||
|
name = "github.com/juju/ansiterm"
|
||
|
branch = "master"
|