go-mod-outdated icon indicating copy to clipboard operation
go-mod-outdated copied to clipboard

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...

Results 7 go-mod-outdated issues
Sort by recently updated
recently updated
newest added

When i do `go get -u github.com/psampaz/go-mod-outdated` and then `go list -u -m -json all | go-mod-outdated` I get `zsh: command not found: go-mod-outdated`

This adds a new output style, `json`, that outputs the same JSON that the tool ingests as its input, allowing it to work as a "filter" of sorts and enabling...

@psampaz First of all thank you for this great project! Really useful! As a modest gift, here is a PR that offers some enhancements for the current workflow: * Use...

I'd like to be able to use the result of running this tool in my CI builds, and HTML is better supported than Markdown in my instance of Jenkins.

Currently, when this job fails in a CI job with an exit code of one, it's difficult to programmatically tell the difference between an outdated dependency and a failure caused...

I confirmed through README.md that `go-mod-outdated` currently supports golang 1.14, 1.15, and 1.16. But, the test(GitHub Action) seems to be running on golang 1.17, so what version can `go-mod-outdated` support...

For this output: ``` #16 59.78 +------------------------------------------------------------------------------+--------------------------------------+------------------------------------+--------+------------------+ #16 59.78 | MODULE | VERSION | NEW VERSION | DIRECT | VALID TIMESTAMPS | #16 59.78 +------------------------------------------------------------------------------+--------------------------------------+------------------------------------+--------+------------------+ #16 59.78 | github.com/Azure/azure-sdk-for-go/sdk/azidentity |...