Skip to content

deps: upgrade all dependencies to latest#133

Merged
jongio merged 2 commits into
mainfrom
deps/upgrade-all
Jul 9, 2026
Merged

deps: upgrade all dependencies to latest#133
jongio merged 2 commits into
mainfrom
deps/upgrade-all

Conversation

@jongio

@jongio jongio commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Upgrade all Go module dependencies to their latest versions.

Upgrades

  • golang.org/x/term: v0.44.0 -> v0.45.0
  • golang.org/x/crypto: v0.53.0 -> v0.54.0 (indirect)
  • golang.org/x/net: v0.56.0 -> v0.57.0 (indirect)
  • golang.org/x/sys: v0.46.0 -> v0.47.0 (indirect)
  • golang.org/x/text: v0.38.0 -> v0.40.0 (indirect)

Verification

  • go build ./... clean
  • go vet ./... clean
  • go test ./... all packages pass
  • golangci-lint run ./... 0 issues
  • go mod verify all modules verified
  • go mod tidy clean

Co-authored-by: Copilot App [email protected]

@jongio jongio self-assigned this Jul 9, 2026
@jongio jongio added the deps Dependency upgrades label Jul 9, 2026
@codecov-commenter

codecov-commenter commented Jul 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.36%. Comparing base (af5c10a) to head (4cce234).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #133   +/-   ##
=======================================
  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 d0589fe into main Jul 9, 2026
6 checks passed
@jongio jongio deleted the deps/upgrade-all branch July 9, 2026 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deps Dependency upgrades

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants