fix(deps): bump golang.org/x/text to v0.39.0 and x/net to v0.56.0
cron-checker / test (push) Skipped
cron-checker / vulnerabilities (push) Skipped
cron-checker / build (push) Skipped
cron-checker / test (pull_request) Successful in 1m11s
cron-checker / vulnerabilities (pull_request) Successful in 1m28s
cron-checker / build (pull_request) Successful in 21m49s

Fixes GO-2026-5970 (infinite loop on invalid input in golang.org/x/text),
which was reachable from doCheck via the Kubernetes lister and failed the
vulnerabilities job in CI. Also bumps golang.org/x/net for GO-2026-5942,
which govulncheck reports as required but not called.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PuGr8hyEpEpTX4DyLLwfzG
This commit is contained in:
2026-08-09 20:47:45 +02:00
co-authored by Claude Opus 5
parent 92882e59cb
commit 261b703557
2 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -35,11 +35,11 @@ require (
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/net v0.55.0 // indirect
golang.org/x/net v0.56.0 // indirect
golang.org/x/oauth2 v0.34.0 // indirect
golang.org/x/sys v0.45.0 // indirect
golang.org/x/term v0.43.0 // indirect
golang.org/x/text v0.37.0 // indirect
golang.org/x/sys v0.46.0 // indirect
golang.org/x/term v0.44.0 // indirect
golang.org/x/text v0.39.0 // indirect
golang.org/x/time v0.14.0 // indirect
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect