13 lines
199 B
Modula-2
13 lines
199 B
Modula-2
|
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 => ../../
|