libyear

A libyear implementation for Go.

From LibYear project page:

A simple measure of software dependency freshness. It is a single number telling you how up-to-date your dependencies are.

Install

go install github.com/tetafro/go-libyear@latest

Run

go-libyear golangci-lint/go.mod

github.com/BurntSushi/toml                     3 years 315 days
github.com/golangci/go-misc                    3 years 275 days
github.com/go-xmlfmt/xmlfmt                    2 years 249 days
github.com/uudashr/gocognit                    2 years 198 days
github.com/ultraware/whitespace                2 years 134 days
github.com/OpenPeeDeeP/depguard                2 years 112 days
github.com/maratori/testpackage                2 years 61 days
github.com/mgechev/dots                        2 years 2 days
github.com/spf13/viper                         1 years 298 days
github.com/nakabonne/nestif                    1 years 272 days
github.com/fzipp/gocyclo                       1 years 237 days
github.com/nishanths/exhaustive                1 years 233 days
github.com/ryancurrah/gomodguard               1 years 220 days
github.com/daixiang0/gci                       1 years 206 days
github.com/kunwardeep/paralleltest             1 years 203 days
mvdan.cc/unparam                               1 years 183 days
# ...

GitHub

View Github