Add white label template for starter
This commit is contained in:
+2
-2
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user