Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Releases: mcoops/deplist

v1.0.5 Release

29 Jan 03:41
Compare
Choose a tag to compare
  • Fixes go list from always defaulting to use the vendor directory

v1.0.4 Release

25 Jan 15:27
0706f91
Compare
Choose a tag to compare
  • Change golang dependency scanning to call go list instead of packages.load

v1.0.3 Release

24 Dec 05:01
d5f9343
Compare
Choose a tag to compare
  • 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

28 Oct 03:40
Compare
Choose a tag to compare

Improve error handling

v1.0.1 Release

27 Oct 00:00
Compare
Choose a tag to compare

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

03 Oct 15:30
Compare
Choose a tag to compare

Initial release scanning NodeJS, maven and Golang.