google / go-licenses

A lightweight tool to report on the licenses used by a Go package and its dependencies. Highlight! Versioned external URL to licenses can be found at the same time.
Apache License 2.0
833 stars 125 forks source link

Enable module version logging in custom reports #151

Closed slaskawi closed 2 years ago

slaskawi commented 2 years ago

One of our project's requirements is to log dependency version in a CSV. To some degree, this can be achieved parsing by parsing the library name (version is often embedded into the name) but this approach requires additional scripting.