diff options
| author | Abhinav Gupta <mail@abhinavg.net> | 2019-01-02 16:33:56 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-02 16:33:56 -0800 |
| commit | 4f14effe2d5e01058696fc1038255d0b2dd54179 (patch) | |
| tree | 8f2c60f6595b14722448f6ef61b7097fba9754ad /Makefile | |
| parent | d7723f129c89c90c19e4eee8e7d7ce543d6cb6cc (diff) | |
| download | sally-4f14effe2d5e01058696fc1038255d0b2dd54179.tar.gz | |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |