Is it expected that pants go modules support does ...
# general
l
Is it expected that pants go modules support does not work with replace directivies? I have a small go tool I am trying to move into our pants-managed monorepo and when I try to run it with
./pants run
I get lots of
could not import <http://github.com/|github.com/>... (open : no such file or directory)
. While
go run .
on the same code works fine.