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

This commit is contained in:
2025-08-14 14:06:09 +00:00
parent 08cd8ae6e5
commit 2154ded6ed
2 changed files with 9 additions and 4 deletions
+4 -4
View File
@@ -5,7 +5,7 @@ go 1.23.0
toolchain go1.24.4
require (
github.com/a-h/templ v0.3.924
github.com/a-h/templ v0.3.937
github.com/gorilla/mux v1.8.0
github.com/spf13/viper v1.20.1
golang.org/x/crypto v0.40.0
@@ -36,12 +36,12 @@ require (
github.com/subosito/gotenv v1.6.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/mod v0.25.0 // indirect
golang.org/x/net v0.41.0 // indirect
golang.org/x/mod v0.26.0 // indirect
golang.org/x/net v0.42.0 // indirect
golang.org/x/sync v0.16.0 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/text v0.27.0 // indirect
golang.org/x/tools v0.34.0 // indirect
golang.org/x/tools v0.35.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)