Re: [go-nuts] Showing effective replace in go modules

2021-08-01 Thread Amit Saha
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

Re: [go-nuts] Showing effective replace in go modules

2021-07-30 Thread 'Jay Conrod' via golang-nuts
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