deps: update dependencies to latest - #154
Merged
Merged
Conversation
- github.com/shirou/gopsutil/v4: v4.26.6 -> v4.26.7 - github.com/lufia/plan9stats: v0.0.0-20260627054121 -> v0.0.0-20260802145828 (indirect) gopsutil v4.26.7 is a bug fix release: hardened CPU parsers against truncated input, correct Windows cpu-total computation across processor groups, a Windows net GetExtendedTcpTable GC fix, and Darwin process errno handling. No API changes, so procutil needed no updates. All other direct dependencies were already at their latest stable versions. No new major versions are published for any direct dependency. Validation: go build, go vet, golangci-lint v2.12.2, and the full test suite all pass. govulncheck reports zero vulnerabilities affecting this code. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7e11817c-e867-4318-a609-a1bb68bf206d
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #154 +/- ##
=======================================
Coverage 79.34% 79.34%
=======================================
Files 44 44
Lines 3960 3960
=======================================
Hits 3142 3142
Misses 611 611
Partials 207 207
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ 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.
Routine dependency refresh. Everything is now on its latest stable version.
Updates
gopsutil v4.26.7 is a bug fix release: hardened CPU parsers against truncated input, correct Windows cpu-total computation across processor groups, a Windows
netGetExtendedTcpTable GC fix, and Darwin process errno handling. No API changes, soprocutilneeded no code updates.Nothing held back
Every other direct dependency was already at its latest stable version (azcore v1.22.0, azidentity v1.14.0, azsecrets v1.5.0, beeep v0.11.2, client_golang v1.24.1, gobreaker/v2 v2.4.0, cobra v1.10.2, testify v1.11.1, x/term v0.45.0, x/time v0.15.0, yaml.v3 v3.0.1). No new major version is published for any direct dependency, and
go mod tidyfound no unused or missing requires.Validation
vet/lint/build/test: pass. Covers
go vet ./..., golangci-lint v2.12.2,go build ./..., and the full test suite with all 26 packages green.govulncheck: 0 vulnerabilities affecting this code. It reports GO-2026-5932 (golang.org/x/crypto/openpgp is unmaintained) at module level only. There is no fixed version available and nothing in this repo imports that package.
The race detector runs in CI on ubuntu, windows, and macos. It could not be exercised locally because no C toolchain is installed on this machine.