fix(deps): update golang.org/x/net to v0.55.0
gitlab-cleanup-handler / vulnerabilities (pull_request) Successful in 1m49s
gitlab-cleanup-handler / test (pull_request) Successful in 2m5s
gitlab-cleanup-handler / build (pull_request) Successful in 6m37s

Resolves GO-2026-5026 (idna ASCII-only Punycode label rejection)
reported by govulncheck. Also bumps x/sys, x/term, x/text via go mod tidy.
This commit is contained in:
2026-06-02 06:51:43 +02:00
parent 9abdf69bcc
commit a192a0d374
2 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -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.53.0 // indirect
golang.org/x/net v0.55.0 // indirect
golang.org/x/oauth2 v0.34.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/term v0.42.0 // indirect
golang.org/x/text v0.36.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/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