gomove
gomove copied to clipboard
Add lookup conf & go.mod support
- lookup config allows multiple dependencies at the same time. This is useful when moving a whole org.
- #8 updating the go.mod file and deleting associated checksums in the go.sum file. You should run go mod tidy afterwards.
- Removed some noisy logs when replacing multiple dependencies at the same time.