Skip to content

Releases: solo-io/go-list-licenses

v0.1.4

20 Jan 21:21
d37e19e
Compare
Choose a tag to compare
use -e flag to skip errors during go list (#2)

v0.1.3

12 Feb 16:59
Compare
Choose a tag to compare
fixed error return bug

v0.1.2

12 Feb 16:57
Compare
Choose a tag to compare
  • 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

12 Feb 16:41
Compare
Choose a tag to compare
  • 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

08 Feb 17:32
Compare
Choose a tag to compare
  • By default, only direct dependencies will be examined. To examine the licenses of indirect dependencies, you must use the --include-indirect flag

v0.0.9

04 Feb 21:58
Compare
Choose a tag to compare
small change

v0.0.8

04 Feb 21:55
Compare
Choose a tag to compare
modified dependencies to skip

v0.0.7

04 Feb 21:51
Compare
Choose a tag to compare
modified dependencies to skip

v0.0.6

04 Feb 18:23
Compare
Choose a tag to compare
created new CliAllPackages method

v0.0.5

04 Feb 18:22
Compare
Choose a tag to compare
leave pkgs as empty to list deps for all packages