-
Notifications
You must be signed in to change notification settings - Fork 123
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
Find licenses for k8s.io packages #78
Comments
Note: go-licenses is able to save the license file with |
Hi! Can you include the command you ran and the output that you got? (partial output for just the k8s.io packages would be okay) Thanks! |
IIUC, the most common reason is:
then you will hit the "Error discovering URL" problem, because go module cache are not local git folders. |
and that's the major reason I raised the v2 proposal which can handle this case properly: #70 |
Already implemented in #94. |
go-licenses is not able to fill the "link for license file" for all go libraries, even if that package's repository is linked on pkg.go.dev and is a supported repository location. For example:
Pkg:
k8s.io/utils
License link: https://github.com/kubernetes/utils/blob/master/LICENSE
Currently go-licenses is unable to discover this license link.
The text was updated successfully, but these errors were encountered: