You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trying to rename a module without replacing the import paths
this is a huge project and a global search and replace is not feasible.
What did you expect to see?
to be able to use replace directive
replace github.com/repo/name => github.com/repo-new/name-new
when the module name is github.com/repo-new/name-new and it has the replace directive above it should just use its own packages and shouldn't require a version
What did you see instead?
replacement module without version must be directory path (rooted or starting with ./ or ../)