bazel-contrib / bazel-gazelle

Gazelle is a Bazel build file generator for Bazel projects. It natively supports Go and protobuf, and it may be extended to support new languages and custom rule sets.
Apache License 2.0
1.21k stars 381 forks source link

Remove module extension repo name hack #1879

Closed fmeum closed 3 months ago

fmeum commented 3 months ago

What type of PR is this?

Cleanup

What package or component does this PR mostly affect?

go_repository

What does this PR do? Why is it needed?

This hack is not necessary as the name of the referenced repo is static and thus can be use_repoed (in fact, it is already visible).

fmeum commented 3 months ago

Doesn't work with isolated extensions.