go-licenses
go-licenses copied to clipboard
trying to run go-licences check ./vendor/...
[67262 library.go:181] cannot find parent package of vendored module github.com/gorilla/mux
Go Version 1.18.1
Thanks for the report! That's indeed a bug.
With the latest release you should be able to workaround by
go-licenses csv --ignore yourpkg ./...
IIUC, the intention is to check all deps, but ignore the main package.
Welcome contribution to fix the bug too.