Summary
Dependabot-style scan of direct Go module dependencies in go.mod found 1 safe patch-level update. This is a consolidated issue for low-risk updates only - no code changes required beyond go get + go mod tidy.
| Package |
Current |
Proposed |
Key Changes |
| github.com/charmbracelet/x/exp/golden |
v0.0.0-20260720091843-3eef36eaaa28 |
v0.0.0-20260727090823-41c9e6be3365 |
2 commits: bump internal go-runewidth dependency, and update LSP config comments (chore(powernap)). No API or behavior changes. |
Safety Assessment
Both upstream commits are internal dependency bumps / tooling config chores with no changes to the package's public API or golden-testing behavior. Backward compatible.
Update Command
go get github.com/charmbracelet/x/exp/golden@v0.0.0-20260727090823-41c9e6be3365
go mod tidy
Test Notes
Run make test-unit (or make agent-report-progress) after updating to confirm no regressions in tests using the golden-file testing helper.
Generated by 🔧 Dependabot Dependency Checker · sonnet50 · 29.9 AIC · ⌖ 7.32 AIC · ⊞ 7K · ◷
Summary
Dependabot-style scan of direct Go module dependencies in go.mod found 1 safe patch-level update. This is a consolidated issue for low-risk updates only - no code changes required beyond go get + go mod tidy.
Safety Assessment
Both upstream commits are internal dependency bumps / tooling config chores with no changes to the package's public API or golden-testing behavior. Backward compatible.
Update Command
go get github.com/charmbracelet/x/exp/golden@v0.0.0-20260727090823-41c9e6be3365
go mod tidy
Test Notes
Run make test-unit (or make agent-report-progress) after updating to confirm no regressions in tests using the golden-file testing helper.