learnlytics-go/templ/examples/static-generator/go.mod
2025-03-20 12:35:13 +01:00

18 lines
297 B
Modula-2

module github.com/a-h/templ/examples/static-generator
go 1.23
toolchain go1.23.3
require (
github.com/a-h/templ v0.2.233
github.com/gosimple/slug v1.14.0
)
require (
github.com/gosimple/unidecode v1.0.1 // indirect
github.com/yuin/goldmark v1.7.4
)
replace github.com/a-h/templ => ../../