From 694a7de59d75000a1a70250be6c054f809ba2b49 Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Sun, 15 Oct 2017 10:39:50 +0000 Subject: [PATCH] build: Correct import paths for vet tools GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4420 --- build.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.go b/build.go index 7d5fc8d08..452ae9c11 100644 --- a/build.go +++ b/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)