gifted-autumn-61196
04/17/2023, 6:13 PMreplace
found in the go.mod? we have a seperate shared module that several systems depend on, and currently we use replace to point at the local version instead of the github module so tests are ran with any changes done to the shared module.happy-kitchen-89482
04/17/2023, 6:55 PMfast-nail-55400
04/17/2023, 10:04 PMreplace
with a local directory path means for Pants. I will note that Bazel rules_go appears to not support replace
with a local directory path, just replacing with a module name and version. https://github.com/bazelbuild/bazel-gazelle/pull/1450gifted-autumn-61196
04/17/2023, 11:43 PM