Update Go dependencies from Dependency Dashboard - #6472
Open
lorenzozanee wants to merge 1 commit into
Open
Conversation
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>
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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/ansiv0.11.7->v0.11.8github.com/go-chi/chi/v5v5.3.1->v5.3.2github.com/go-git/go-billy/v5v5.9.0->v5.9.1github.com/pressly/goose/v3v3.27.1->v3.27.3modernc.org/sqlitev1.49.1->v1.54.0,go.opentelemetry.io/contrib/instrumentation/net/http/otelhttpv0.68.0->v0.69.0,github.com/felixge/httpsnoopv1.0.4->v1.1.0,github.com/sethvargo/go-retryv0.3.0->v0.4.0,github.com/mattn/go-isatty/go-runewidthpatches,golang.org/x/expupdate,modernc.org/libcv1.72.1->v1.74.3Fixes #561
Type of change
Test plan
golangci-lint run --allow-parallel-runners ./...— 0 issues)go vet ./...— cleango mod tidy— no diff beyond committed changestask test) — not run in this environment (requires build); vet + lint guard regression for these patch bumpsTests / Test Go CodeandLint Go CodeworkflowsNo API or behavior change expected; patches are backward compatible.