- Improve cmd error detection
- Use -mod=mod only in Go version >= 1.14
- Change to display all modules in one column
- Check vulnerabilities require auth data to prevent server error
- Check vulnerabilities in analyze and preview commands change to optional
- Implement optional prompt for update confirmation for updates with changes
- Add progress bar for preview command
- Add critical severity
- Implement vulnerabilities check from OSS Index for preview command
- Implement modules download with Git
- Implement analyze command
- Allow passing project path for preview command
- Fix empty directory path for new modules
- Implement in preview command check of changes in license of direct and indirect dependencies
- Allow optionally run local tests before and after an update of each module with rollback if tests fail
- Implement update of only direct modules
- Allow select interactively direct modules to update
- Add updated modules to vendor folder if it exists
- Check internet connection before starting the update process
- Implement clean and preview as separate commands
- Implement command to add missing, remove unused and update modules