Skip to content

deps: update all dependencies to latest#122

Merged
jongio merged 1 commit into
mainfrom
deps/dependency-upgrades
Jun 27, 2026
Merged

deps: update all dependencies to latest#122
jongio merged 1 commit into
mainfrom
deps/dependency-upgrades

Conversation

@jongio

@jongio jongio commented Jun 27, 2026

Copy link
Copy Markdown
Owner

Summary

  • Updated Go dependencies to latest available versions with go get -u ./... and go mod tidy.
  • Notable bumps: github.com/lufia/plan9stats and github.com/prometheus/procfs.

Validation

  • go mod verify
  • go build ./...
  • go test ./...
  • go vet ./...
  • golangci-lint run ./...

Note: go test -race ./... was attempted but local Windows environment lacks gcc required for cgo race builds.

Notable bumps:

- github.com/lufia/plan9stats: v0.0.0-20260330125221-c963978e514e -> v0.0.0-20260627054121-477a66015f15

- github.com/prometheus/procfs: v0.20.1 -> v0.21.0

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jongio jongio self-assigned this Jun 27, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.36%. Comparing base (9cd1f2e) to head (3cabdd8).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #122   +/-   ##
=======================================
  Coverage   79.36%   79.36%           
=======================================
  Files          44       44           
  Lines        3960     3960           
=======================================
  Hits         3143     3143           
  Misses        610      610           
  Partials      207      207           
Flag Coverage Δ
unittests 79.36% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@jongio jongio merged commit 4355723 into main Jun 27, 2026
6 checks passed
@jongio jongio deleted the deps/dependency-upgrades branch June 27, 2026 19:58
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.

2 participants