# oligot/go-mod-upgrade

Update outdated Go dependencies interactively

Repository: https://github.com/oligot/go-mod-upgrade
Canonical: https://ross.abutalabs.com/products/go-mod-upgrade
Language: Go
License: MIT
License Family: permissive
Last push: 2026-08-23T08:46:42+00:00

## Health v2 (maintenance only)
Score: 70/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 16, longevity 100
- inputs: {"age_days": 2408, "days_push": 10, "days_rel": 344, "gap_med": 218, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1106, forks 53 (observed 2026-08-28T04:03:36.534629+00:00)

## What it is
A command-line tool that interactively updates outdated Go module dependencies, similar to yarn upgrade-interactive but for Go. It lists available patch, minor, and prerelease upgrades with color coding and lets users select which dependencies to update.

## Use cases
- update outdated go dependencies interactively
- list available go module upgrades in ci
- bulk update go.mod dependencies
- check which go dependencies have newer versions
- ignore certain modules when upgrading go deps

## When to choose
- you maintain a Go project using modules and want an interactive way to update direct dependencies
- you want a non-interactive --list mode for CI pipelines to surface available upgrades

## When to avoid
- you need to upgrade major versions, since only patch and minor updates are supported
- you need automated non-interactive upgrades without review, e.g. dependabot-style workflows

## Facets
- artifact type: cli-tool
- maturity: active
- function: cli, package-manager, developer-tools
- domain: developer-tools, version-control
- platform: windows, go, cli
- tags: go-modules, dependency-updates, interactive-cli, yarn-upgrade-interactive, command-line, linux, macos

## Member repositories
- oligot/go-mod-upgrade (main) score 70

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:36.534629+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:44:15.909449+00:00, confidence not recorded.
  - readme: https://github.com/oligot/go-mod-upgrade (fetched 2026-08-28T04:03:36.534629+00:00, sha 81824fd29da4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
