Update module github.com/a-h/templ to v0.3.977

This commit is contained in:
Renovate Bot 2026-01-01 07:01:16 +00:00
parent c59d09e4c9
commit 562d545d1b
2 changed files with 6 additions and 2 deletions

View file

@ -3,7 +3,7 @@ module gitlab.com/durfy/durpify/handlers
go 1.24.4
require (
github.com/a-h/templ v0.3.906
github.com/a-h/templ v0.3.977
github.com/charmbracelet/log v0.4.2
gopkg.in/yaml.v3 v3.0.1
)
@ -23,5 +23,5 @@ require (
github.com/rivo/uniseg v0.4.7 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/sys v0.34.0 // indirect
)