fix(deps): update module golang.org/x/net to v0.45.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-10-07 19:23:34 +00:00
committed by GitHub
parent 7fecff5c29
commit 928a50d228
19 changed files with 418 additions and 114 deletions

View File

@@ -299,7 +299,7 @@ func escape(w writer, s string) error {
case '\r':
esc = "&#13;"
default:
panic("unrecognized escape character")
panic("html: unrecognized escape character")
}
s = s[i+1:]
if _, err := w.WriteString(esc); err != nil {