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 /glide.yaml | |
| 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 'glide.yaml')
| -rw-r--r-- | glide.yaml | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -14,10 +14,6 @@ testImport: - go/gcimporter15 - package: github.com/kisielk/errcheck - package: github.com/kisielk/gotool -- package: honnef.co/go/staticcheck +- package: honnef.co/go/tools subpackages: - cmd/staticcheck -- package: honnef.co/go/lint - subpackages: - - lintutil -- package: honnef.co/go/ssa |