Repoint to local repo
Allows the colaboration on modules without having to change a load of the stack.
1go work mod edit -replace="github.com/hbstack/socials=C:\Users\kev\hbstack-socials"
Undo repointing
1go work mod edit -dropreplace="github.com/hbstack/socials"