go-licenses icon indicating copy to clipboard operation
go-licenses copied to clipboard

trying to run go-licences check ./vendor/...

Open 4cecoder opened this issue 2 years ago • 1 comments

[67262 library.go:181] cannot find parent package of vendored module github.com/gorilla/mux

Go Version 1.18.1

4cecoder avatar May 05 '22 15:05 4cecoder

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.

Bobgy avatar May 05 '22 16:05 Bobgy