render templated homepage

This commit is contained in:
2026-05-31 19:05:39 -05:00
parent 16cb057670
commit 6958eea830
7 changed files with 155 additions and 19 deletions
+1 -3
View File
@@ -3,6 +3,7 @@ module github.com/Henelik/cms
go 1.25.6
require (
github.com/a-h/templ v0.3.1020
github.com/gofiber/fiber/v2 v2.52.13
github.com/spf13/viper v1.21.0
gorm.io/driver/postgres v1.6.0
@@ -28,16 +29,13 @@ require (
github.com/mattn/go-runewidth v0.0.24 // indirect
github.com/mattn/go-sqlite3 v1.14.44 // indirect
github.com/pelletier/go-toml/v2 v2.3.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/sagikazarmark/locafero v0.12.0 // indirect
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
github.com/spf13/afero v1.15.0 // indirect
github.com/spf13/cast v1.10.0 // indirect
github.com/spf13/pflag v1.0.10 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.71.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.45.0 // indirect