Tinder / bazel-diff

Performs Bazel Target Diffing between two revisions in Git, allowing for Test Target Selection and Selective Building
Other
397 stars 59 forks source link

Are hashes computed for external deps when go deps are brought in with bzlmod #228

Open kriscfoster opened 1 month ago

kriscfoster commented 1 month ago

Trying to understand if bazel-diff still works for go deps brought in via the new gazelle/rules_go bzlmod mechanism - https://github.com/bazelbuild/rules_go/blob/master/docs/go/core/bzlmod.md.

Our hashes file does not include any of the external go dependencies since migrating to the new mechanism.