Find outdated dependencies of your Go projects. go-mod-outdated provides a table view of the go list -u -m -json all command which lists all dependencies of a Go project and their available minor and patch updates. It also provides a way to filter indirect dependencies and dependencies without updates.
☆669Feb 19, 2023Updated 3 years ago
Alternatives and similar repositories for go-mod-outdated
Users that are interested in go-mod-outdated are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A tool to analyze and troubleshoot a Go binary size.☆1,711Apr 10, 2024Updated 2 years ago
- Shotizam analyzes the size of Go binaries☆615Jul 14, 2024Updated last year
- Update outdated Go dependencies interactively