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.
created at April 19, 2019, 7:12 a.m.
GoThanks automatically stars Go's official repository and your go.mod github dependencies, providing a simple way to say thanks to the maintainers of the modules you use and the contributors of Go itself.
created at Nov. 10, 2019, 7:48 a.m.
Type-safe functions for common Go slice operations
created at Nov. 26, 2019, 5:20 a.m.