This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
Releases: mcoops/deplist
Releases · mcoops/deplist
v1.0.5 Release
- Fixes go list from always defaulting to use the vendor directory
v1.0.4 Release
- Change golang dependency scanning to call go list instead of packages.load
v1.0.3 Release
- Add support for golang replace directive. If it exists use that as the component version.
- Update golang.org/x/tools
- Add basic cli tool
v1.0.2 Release
Improve error handling
v1.0.1 Release
Update golang scanning. If pseudo version lookup fails (or any other error with go list) then fall back to just using vendor folder with no versions.
v1.0.0 Release
Initial release scanning NodeJS, maven and Golang.