Add white label template for starter

This commit is contained in:
Achim Rohn
2025-09-12 23:26:10 +02:00
parent a817f7550b
commit 35ee289765
8 changed files with 874 additions and 22 deletions
+2 -2
View File
@@ -4,13 +4,14 @@ go 1.25.0
require (
ersteller-lib v0.0.0
github.com/jackc/pgx/v5 v5.7.6
github.com/joho/godotenv v1.5.1
maragu.dev/gomponents v1.2.0
)
require (
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgx/v5 v5.7.6 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/labstack/echo/v4 v4.13.4 // indirect
github.com/labstack/gommon v0.4.2 // indirect
@@ -24,7 +25,6 @@ require (
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/text v0.29.0 // indirect
maragu.dev/gomponents v1.2.0 // indirect
maragu.dev/gomponents-htmx v0.6.1 // indirect
)