Check dep is a program that parses the go.mod a of package (current
directory) and prints all the modules that need to be updated, or that haven't
received any updates in the last 6 months (they might no longer be maintained).
Install
go get -u github.com/Nivl/check-deps
usage
check-deps [flags]
Flag
Description
--check-old
check for modules without updates for the last 6 months