commit | 8bbeae70dbae2c042abff32514325e23d6a59bf6 | [log] [tgz] |
---|---|---|
author | Srini <m.srinivas1729@gmail.com> | Fri Oct 11 14:08:17 2024 -0400 |
committer | GitHub <noreply@github.com> | Fri Oct 11 20:08:17 2024 +0200 |
tree | 5dc437ecd9b062bfa11dd02e24d2a04b3a38c89c | |
parent | 453d728911a45e4f3dac64299b06ad23e72fdf2a [diff] |
go_deps should fail with a clear message when 2 modules that only differ in case are used (#1954) **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 --------- Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>