Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
4cecoder opened this issue May 5, 2022 · 1 comment
Open

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

4cecoder opened this issue May 5, 2022 · 1 comment

Comments

@4cecoder
Copy link

4cecoder commented May 5, 2022

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

Go Version
1.18.1

@4cecoder 4cecoder changed the title Just trying to run go-licences check ./vendor/... trying to run go-licences check ./vendor/... May 5, 2022
@Bobgy
Copy link
Collaborator

Bobgy commented May 5, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants