go-licenses
go-licenses copied to clipboard
Add Bazel support
Is there a possibility to support Bazel and not only the native Go tooling?
Does go-licenses 1.0 work with bazel?
AFAIU no it does not.
Bazel fetches the depedencies based on rules on the WORKSPACE file and stores them in different directories than the native go tooling
https://docs.bazel.build/versions/0.24.0/be/functions.html#licenses
Should bazel handle licenses by itself? It already has dependency info for all packages including, but not limited to Go.
hey @Bobgy i think this refers to the license of the app not of the depedencies