canvas layout

This commit is contained in:
Sas Andy
2024-04-23 14:28:12 +07:00
parent 30c18bb14b
commit a35e8e69d3
7 changed files with 318 additions and 154 deletions

6
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/emarifer/go-templ-project-structure
go 1.21.0
require (
github.com/a-h/templ v0.2.476
github.com/a-h/templ v0.2.663
github.com/labstack/echo/v4 v4.11.3
github.com/mattn/go-sqlite3 v1.14.19
golang.org/x/text v0.14.0
@@ -20,8 +20,8 @@ require (
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/time v0.3.0 // indirect
modernc.org/libc v1.37.6 // indirect