fix(deps): bump golang.org/x/text to v0.39.0 and golang.org/x/net to v0.56.0 (#463)
Unbound Release / Check Preconditions (push) Successful in 26s
Unbound Release / Create Tag (push) Skipped
Unbound Release / Create Release (push) Successful in 29s
gitlab-cleanup-handler / build (push) Successful in 37s
gitlab-cleanup-handler / test (push) Successful in 1m10s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 1m3s
Unbound Release / Generate Changelog and Handle PR (push) Successful in 40s
Release / release (push) Successful in 1m21s
Unbound Release / Check Preconditions (push) Successful in 26s
Unbound Release / Create Tag (push) Skipped
Unbound Release / Create Release (push) Successful in 29s
gitlab-cleanup-handler / build (push) Successful in 37s
gitlab-cleanup-handler / test (push) Successful in 1m10s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 1m3s
Unbound Release / Generate Changelog and Handle PR (push) Successful in 40s
Release / release (push) Successful in 1m21s
Fixes govulncheck failures in CI: - **GO-2026-5970** — infinite loop on invalid input in `golang.org/x/text` (v0.37.0 → v0.39.0), reachable via `gitlab.RestClient.projectApiCall` → `http.Client.Do` - **GO-2026-5942** — panic parsing invalid SVCB/HTTPS RR in `golang.org/x/net/dns/dnsmessage` (v0.55.0 → v0.56.0) `go mod tidy` also pulled `x/sys` v0.46.0 and `x/term` v0.44.0. `govulncheck ./...` now reports no vulnerabilities; `go test -race ./...` passes. Reviewed-on: #463
This commit was merged in pull request #463.
This commit is contained in:
@@ -36,11 +36,11 @@ require (
|
||||
github.com/x448/float16 v0.8.4 // 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
|
||||
|
||||
Reference in New Issue
Block a user