I wrote a tool to check available updates in go.mod

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • go-mod-upgrade

    Update outdated Go dependencies interactively

    Yep, I have been using https://github.com/oligot/go-mod-upgrade for quite some time now and it works perfectly. It has an interactive UI (similar to yarn upgrade-interactive) as well.

  • depu

    A tool to check available updates of packages in go.mod.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • go-mod-outdated

    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.

    https://github.com/oligot/go-mod-upgrade and https://github.com/psampaz/go-mod-outdated do already the job

  • grpc-microservice-example

    Go microservice tutorial project using gRPC

    If you want something automated to open PRs, Github provides dependabot for something similar, example

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts