Type-safe functions for common Go slice operations
updated at May 25, 2023, 6:24 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.
updated at Oct. 31, 2024, 3:07 a.m.
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.
updated at Nov. 13, 2024, 8:39 a.m.