Go Mod Outdated Versions Save

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.

v0.9.0

1 year ago

Changelog

  • bafde44 Add nestif to the list of disabled linters (#50)
  • 6cfde1d Go version update to the latest stable (#55)
  • 359c31c Prepare v0.9.0 (#59)
  • 0e5b582 Run golangci-lint-action (#54)
  • f2740e9 Skip rendering the table if there are no updates to display (#46)
  • 939a95a Update .golangci.yml
  • b269a0d Update CHANGELOG.md
  • 32fc7a3 Update README.md
  • eb6f931 Update README.md
  • 0db5223 Update docker command to delete container on exit (#53)

v0.8.0

3 years ago

Added

  • Tests for Go 1.16

Changed

  • Updated docker base image to 1.16.3
  • Updated dependencies to latest versions
  • Updated version of golangci-lint to 1.37.1

Removed

  • Tests for Go 1.13

v0.7.0

3 years ago

Added

  • Run tests for Go 1.15

Removed

  • Tests for Go 1.11 and Go 1.12

Changed

  • Updated docker base image to 1.15.2
  • Updated version of golangci-lint to 1.31

v0.6.0

4 years ago

Added

  • Added -style markdown option
  • Added tests for Go 1.14

Changed

  • Updated docker base image to 1.14.2
  • Reduced docker image size
  • Updated version of golangci-lint to 1.24

v0.5.0

4 years ago

Added

  • Run tests on Go 1.13

Changed

  • Updated docker base image to 1.13.1
  • Replaced Travis with Github Actions
  • Updated version of golangci-lint to 1.18

v0.4.0

4 years ago

Added

Run go-mod-outdated using Docker

v0.3.0

5 years ago

Added

  • Flag '-ci' to exit with non-zero exit code when an outdated dependency is found
  • osx in travis

Removed

  • tip version in travis

v0.2.0

5 years ago

Added

  • Extra column 'VALID TIMESTAMPS' which indicates if the timestamp of the new version is actually newer that the current one

Changed

  • Packages are now internal

v0.1.0

5 years ago

Added

Initial release