aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Abhinav Gupta <mail@abhinavg.net> 2019-01-02 16:33:56 -0800
committerGravatar GitHub <noreply@github.com> 2019-01-02 16:33:56 -0800
commit4f14effe2d5e01058696fc1038255d0b2dd54179 (patch)
tree8f2c60f6595b14722448f6ef61b7097fba9754ad /Makefile
parentd7723f129c89c90c19e4eee8e7d7ce543d6cb6cc (diff)
downloadsally-4f14effe2d5e01058696fc1038255d0b2dd54179.tar.gz
sally-4f14effe2d5e01058696fc1038255d0b2dd54179.tar.zst
sally-4f14effe2d5e01058696fc1038255d0b2dd54179.zip
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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