On Sat, Jul 31, 2021 at 1:32 AM Jay Conrod wrote:
>
> The go command only applies replace directives from the main module's go.mod
> file. In this example, replace directives in your module B would be applied,
> but replace directives in A (or any other dependency) would be ignored. This
> is i
The go command only applies replace directives from the main module's
go.mod file. In this example, replace directives in your module B would be
applied, but replace directives in A (or any other dependency) would be
ignored. This is important for avoiding conflicts that can't easily be
resolved (f