build: Add staticcheck, "The best static analysis for Go that money can't buy"
dev.sh
deleted
100755 → 0
... | @@ -27,7 +27,10 @@ require ( | ... | @@ -27,7 +27,10 @@ require ( |
github.com/stretchr/testify v1.6.1 // indirect | github.com/stretchr/testify v1.6.1 // indirect | ||
github.com/txn2/txeh v1.3.0 | github.com/txn2/txeh v1.3.0 | ||
github.com/xanzy/go-gitlab v0.50.4 | github.com/xanzy/go-gitlab v0.50.4 | ||
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad | golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect | ||
golang.org/x/sys v0.0.0-20210921065528-437939a70204 // indirect | |||
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 | |||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | |||
gotest.tools/v3 v3.0.3 // indirect | gotest.tools/v3 v3.0.3 // indirect | ||
) | ) | ||
... | ... |
Please register or sign in to comment