From 4f14effe2d5e01058696fc1038255d0b2dd54179 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Wed, 2 Jan 2019 16:33:56 -0800 Subject: Update dependencies (#32) The dependencies for this repository haven't been updated in a while. This commit updates its dependencies, updating the import path for staticcheck in the process. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7f563c5..43bae42 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ errcheck: .PHONY: staticcheck staticcheck: - go install ./vendor/honnef.co/go/staticcheck/cmd/staticcheck + go install ./vendor/honnef.co/go/tools/cmd/staticcheck staticcheck $(PKGS) .PHONY: pretest -- cgit v1.2.3