learnlytics-go/templ/examples/integration-chi/go.mod

13 lines
199 B
Modula-2
Raw Normal View History

2025-03-20 12:35:13 +01:00
module github.com/a-h/templ/examples/integration-chi
go 1.23
toolchain go1.23.3
require (
github.com/a-h/templ v0.2.364
github.com/go-chi/chi/v5 v5.2.0
)
replace github.com/a-h/templ => ../../