refactor: change template generation from go-elem to templ and clean up the repository
This commit is contained in:
parent
f6b6f81826
commit
a3dc4eddfa
19 changed files with 842 additions and 874 deletions
1
go.mod
1
go.mod
|
|
@ -3,6 +3,7 @@ module echoTest
|
|||
go 1.21.5
|
||||
|
||||
require (
|
||||
github.com/a-h/templ v0.2.793
|
||||
github.com/chasefleming/elem-go v0.27.0
|
||||
github.com/jung-kurt/gofpdf v1.16.2
|
||||
github.com/labstack/echo/v4 v4.12.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue