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
790 stars 117 forks source link

Add /v2 to module and imports #270

Closed damemi closed 2 days ago

damemi commented 3 weeks ago

As mentioned in https://github.com/google/go-licenses/issues/205#issuecomment-2062766387, this adds /v2 to the main module and updates imports to use the new path

damemi commented 3 weeks ago

@Bobgy please take a look, thanks!