Add user database migration, core reusable components, and layout structure

This commit is contained in:
2026-05-16 18:54:23 -04:00
parent c7df396a83
commit e132c7a580
33 changed files with 2348 additions and 398 deletions
+1 -1
View File
@@ -9,11 +9,11 @@ require (
github.com/jmoiron/sqlx v1.3.5
github.com/joho/godotenv v1.5.1
github.com/microsoft/go-mssqldb v1.7.2
golang.org/x/crypto v0.18.0
)
require (
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
github.com/golang-sql/sqlexp v0.1.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
)