This release primarily updates dependencies to their latest available versions that support Go 1.18.
- update dependencies
- golang.org/x/mod v0.20.0
- golang.org/x/sys v0.30.0
- fix duplicated
COPYING.MD
should beCOPYING.TXT
- added the
excluded
option (--excluded
) to exclude specific version of a repository from from the licenses check #1
- fix dual license check
- action: missed LICENSE-THIRD-PARTY in release binaries
- add license check github action
- add release binary github action
- rename to lian to avoid name conflict with other packages
- update to display the license report by default
- the license report is now displayed as a table
- added the
dump
option (--dump
) to dump all license files
- First release