for example A deps B and B deps C
adds replace B => local/path/to/B in A/go.mod and replace C => local/path/to/C in B/go.mod
changes C doesn't rebuilds A.
it's it a bug or work as intend?
how could i make rebuild works, otherwise i may need to create git commits, update A and B package again and again.