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

Reporting warnings for external packages on Windows #255

Open
delsner opened this issue Feb 12, 2024 · 0 comments
Open

Reporting warnings for external packages on Windows #255

delsner opened this issue Feb 12, 2024 · 0 comments

Comments

@delsner
Copy link

delsner commented Feb 12, 2024

I'm using go-licenses to create a conda-forge feedstock.
During the Windows build (and only on Windows), go-licenses prints warnings for most (all?) external packages, e.g.:

$ go-licenses save ./cmd/logcli --save_path ../library_licenses --ignore github.com/grafana/loki
...
W0209 18:12:36.211214    2404 library.go:163] module github.com/josharian/intern does not have dir and it's not vendored, cannot discover the license URL. Report to go-licenses developer if you see this.
W0209 18:12:36.211214    2404 library.go:163] module github.com/go-kit/kit does not have dir and it's not vendored, cannot discover the license URL. Report to go-licenses developer if you see this.
W0209 18:12:36.211214    2404 library.go:163] module github.com/spf13/afero does not have dir and it's not vendored, cannot discover the license URL. Report to go-licenses developer if you see this.
...

Therefore, I'm reporting this issue here and would appreciate any pointers on how to fix these warnings on my end.
Thank you!

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

1 participant