Add a starter module

This commit is contained in:
Achim Rohn
2025-08-28 00:35:21 +02:00
parent 89e9e15498
commit 90955267d2
4 changed files with 106 additions and 1 deletions
+28
View File
@@ -0,0 +1,28 @@
module ersteller-lib/starter
go 1.25.0
require ersteller-lib v0.0.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.5 // 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
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-sqlite3 v1.14.29 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.40.0 // indirect
golang.org/x/net v0.41.0 // indirect
golang.org/x/sync v0.16.0 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/text v0.27.0 // indirect
maragu.dev/gomponents v1.1.0 // indirect
maragu.dev/gomponents-htmx v0.6.1 // indirect
)
replace ersteller-lib => ..