Browse Source

build: Correct import paths for vet tools

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4420
Simon Frei 8 years ago
parent
commit
694a7de59d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      build.go

+ 3 - 3
build.go

@@ -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)