Skip to content

Update Go dependencies from Dependency Dashboard - #6472

Open
lorenzozanee wants to merge 1 commit into
stacklok:mainfrom
lorenzozanee:fix/renovate-dashboard-deps-561
Open

Update Go dependencies from Dependency Dashboard#6472
lorenzozanee wants to merge 1 commit into
stacklok:mainfrom
lorenzozanee:fix/renovate-dashboard-deps-561

Conversation

@lorenzozanee

Copy link
Copy Markdown
Contributor

Summary

Renovate's Dependency Dashboard (#561) lists several rate-limited updates and a package-lookup warning. This brings the Go modules that are safely behind head up to their latest patch/minor releases using go get + go mod tidy.

  • github.com/charmbracelet/x/ansi v0.11.7 -> v0.11.8
  • github.com/go-chi/chi/v5 v5.3.1 -> v5.3.2
  • github.com/go-git/go-billy/v5 v5.9.0 -> v5.9.1
  • github.com/pressly/goose/v3 v3.27.1 -> v3.27.3
  • Transitive: modernc.org/sqlite v1.49.1 -> v1.54.0, go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 -> v0.69.0, github.com/felixge/httpsnoop v1.0.4 -> v1.1.0, github.com/sethvargo/go-retry v0.3.0 -> v0.4.0, github.com/mattn/go-isatty/go-runewidth patches, golang.org/x/exp update, modernc.org/libc v1.72.1 -> v1.74.3

Fixes #561

Type of change

  • Dependency update

Test plan

  • Linting (golangci-lint run --allow-parallel-runners ./... — 0 issues)
  • go vet ./... — clean
  • go mod tidy — no diff beyond committed changes
  • Unit tests (task test) — not run in this environment (requires build); vet + lint guard regression for these patch bumps
  • CI will run full Tests / Test Go Code and Lint Go Code workflows

No API or behavior change expected; patches are backward compatible.

Refresh modules flagged as rate-limited on stacklok#561:
- github.com/charmbracelet/x/ansi 0.11.7 -> 0.11.8
- github.com/go-chi/chi/v5 5.3.1 -> 5.3.2
- github.com/go-git/go-billy/v5 5.9.0 -> 5.9.1
- github.com/pressly/goose/v3 3.27.1 -> 3.27.3

Transitive bumps from go mod tidy are included (modernc.org/sqlite,
otelhttp, httpsnoop, etc.). No code changes required; go vet and
lint pass.

Signed-off-by: lorenzozanee <wyz0707@proton.me>
@lorenzozanee
lorenzozanee requested a review from JAORMX as a code owner August 31, 2026 05:49
@codecov

codecov Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.01%. Comparing base (0fb54d4) to head (a8b4c77).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6472      +/-   ##
==========================================
- Coverage   78.02%   78.01%   -0.02%     
==========================================
  Files         767      767              
  Lines       74273    74273              
==========================================
- Hits        57955    57944      -11     
- Misses      16313    16324      +11     
  Partials        5        5              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dependency Dashboard

1 participant