/allDeps

`go list -deps -test` does not recursively get the dependencies of the tests. allDeps recursively gets dependencies including those of the tests.

Primary LanguageGo

Stargazers