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.19k stars 378 forks source link

go_deps should fail with a clear message when 2 modules that only differ in case are used #1954

Closed Buzz-Lightyear closed 3 days ago

Buzz-Lightyear commented 5 days ago

What type of PR is this?

Bug fix

What package or component does this PR mostly affect?

go_deps

What does this PR do? Why is it needed? Replaces https://github.com/bazelbuild/bazel-gazelle/pull/1949