1
0

Remove unused tools from tools.go

This commit is contained in:
kolaente
2021-03-28 17:24:56 +02:00
parent e2aa916bdd
commit d7f3c653f9
3 changed files with 8 additions and 17 deletions

View File

@ -21,18 +21,9 @@ package tools
// This file is needed for go mod to recognize the tools we use.
import (
_ "github.com/client9/misspell/cmd/misspell"
_ "github.com/cweill/gotests"
_ "github.com/fzipp/gocyclo"
_ "github.com/gordonklaus/ineffassign"
_ "github.com/swaggo/swag/cmd/swag"
_ "golang.org/x/lint/golint"
_ "src.techknowlogick.com/xgo"
_ "github.com/jgautheron/goconst/cmd/goconst"
_ "honnef.co/go/tools/cmd/staticcheck"
_ "github.com/shurcooL/vfsgen"
_ "github.com/magefile/mage"
)