Releases: solo-io/go-list-licenses
Releases · solo-io/go-list-licenses
v0.1.4
use -e flag to skip errors during go list (#2)
v0.1.2
- Executes an additional step where
go mod download
will run before scanning licenses so all modules are cached locally for file scanning.
v0.1.1
- Some internal go libraries are not installed into the exact path specified by go list. To make license scanning more robust, we make sure to check the exact directory to check licenses for exists before we scan the directory.
v0.1.0
- By default, only direct dependencies will be examined. To examine the licenses of indirect dependencies, you must use the
--include-indirect
flag
v0.0.8
modified dependencies to skip
v0.0.7
modified dependencies to skip
v0.0.6
created new CliAllPackages method
v0.0.5
leave pkgs as empty to list deps for all packages