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

Repository url paths should be versioned #33

Closed
KnicKnic opened this issue Jul 7, 2020 · 2 comments
Closed

Repository url paths should be versioned #33

KnicKnic opened this issue Jul 7, 2020 · 2 comments

Comments

@KnicKnic
Copy link

KnicKnic commented Jul 7, 2020

Rather than always give a url to master, give to the appropriate tree.

Example in project go-licenses I ran PS C:\Users\nmaliwa\go\src\github.com\google\go-licenses> .\go-licenses.exe csv .

we get output
github.com/spf13/cobra,https://github.com/spf13/cobra/blob/master/LICENSE.txt,Apache-2.0
we also know that it is tag v0.0.5
I would expect
github.com/spf13/cobra,https://github.com/spf13/cobra/blob/v0.0.5/LICENSE.txt,Apache-2.0

@dbaumgarten
Copy link

+1 for this. The guys from my legal departement want the license-link for the exact version of every open-source component I use.
If go-licenses would directly provide the correct link, that would be tremendously helpful.

@Bobgy
Copy link
Collaborator

Bobgy commented Apr 10, 2022

Fixed in #94

@Bobgy Bobgy closed this as completed Apr 10, 2022
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

3 participants