From 405b948320764633a1a24017ff85e0d55a7ef1a6 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 18 Oct 2018 23:39:53 +0200 Subject: [PATCH] Import path changed... Signed-off-by: Knut Ahlers --- .config/gotools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/gotools.yml b/.config/gotools.yml index 2b4476d..de4d6b2 100644 --- a/.config/gotools.yml +++ b/.config/gotools.yml @@ -47,7 +47,7 @@ packages: - { name: github.com/dominikh/go-tools/cmd/keyify, single: true } - { name: github.com/fatih/gomodifytags, single: true } - { name: github.com/fatih/motion, single: true } - - { name: github.com/golang/lint/golint, single: true } + - { name: golang.org/x/lint/golint, single: true } - { name: github.com/jstemmer/gotags, single: true } - { name: github.com/kisielk/errcheck, single: true } - { name: github.com/klauspost/asmfmt/cmd/asmfmt, single: true }