build: Correct import paths for vet tools

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4420
This commit is contained in:
Simon Frei 2017-10-15 10:39:50 +00:00 committed by Jakob Borg
parent 059185b325
commit 694a7de59d

View File

@ -361,9 +361,9 @@ func setup() {
"github.com/tsenart/deadcode",
"golang.org/x/net/html",
"golang.org/x/tools/cmd/cover",
"honnef.co/go/simple/cmd/gosimple",
"honnef.co/go/staticcheck/cmd/staticcheck",
"honnef.co/go/unused/cmd/unused",
"honnef.co/go/tools/cmd/gosimple",
"honnef.co/go/tools/cmd/staticcheck",
"honnef.co/go/tools/cmd/unused",
}
for _, pkg := range packages {
fmt.Println(pkg)