Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**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?** * Only show a warning for version mismatches between `go.mod` and `bazel_dep` if the dep is either a direct dep or the Bazel module version is lower. This avoids noisy warnings, in particular on gazelle itself due to its `go.mod` dependency on `rules_go`. * Don't suggest importing deps from isolated usages that are shared with the non-isolated usage. **Which issues(s) does this PR fix?** Fixes bazel-contrib/rules_go#4199 Work towards #1990 **Other notes for review**
- Loading branch information