Remove tool deps from shippable modules.

This commit is contained in:
monopole
2021-02-24 17:37:16 -08:00
parent 66504c263c
commit cd2b0fce7e
35 changed files with 8 additions and 3787 deletions

View File

@@ -5,5 +5,8 @@
package hack
import (
// for code generation
_ "golang.org/x/tools/cmd/stringer"
// for lint checks
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
)