fix: load .env in server startup

This commit is contained in:
2026-04-20 17:51:25 +02:00
parent 0d0401865d
commit dd06ad3483
3 changed files with 6 additions and 0 deletions

1
go.mod
View File

@@ -6,6 +6,7 @@ require (
github.com/PuerkitoBio/goquery v1.11.0
github.com/a-h/templ v0.3.1001
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.40
golang.org/x/crypto v0.45.0
)