fix html entities being unescaped via htmlformat
1 file changed, 4 insertions(+), 4 deletions(-)
changed files
M go.mod → go.mod
@@ -4,7 +4,7 @@ go 1.25.0 require ( alin.ovh/gomponents v1.8.0 - alin.ovh/htmlformat v0.0.0-20251011110058-c13a30c72c7e + alin.ovh/htmlformat v1.0.2 alin.ovh/x v1.2.0 github.com/BurntSushi/toml v1.5.0 github.com/Southclaws/fault v0.8.2@@ -71,9 +71,9 @@ github.com/sykesm/zap-logfmt v0.0.4 // indirect github.com/thessem/zap-prettyconsole v0.5.2 // indirect github.com/xanzy/ssh-agent v0.3.3 // indirect go.uber.org/multierr v1.11.0 // indirect - golang.org/x/crypto v0.46.0 // indirect - golang.org/x/net v0.48.0 // indirect - golang.org/x/sys v0.39.0 // indirect + golang.org/x/crypto v0.47.0 // indirect + golang.org/x/net v0.49.0 // indirect + golang.org/x/sys v0.40.0 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect moul.io/zapfilter v1.7.0 // indirect