establishing initial auth middleware and routes

This commit is contained in:
juancwu 2025-12-17 11:26:10 -05:00
commit 5c5ba78a32
6 changed files with 92 additions and 1 deletions

3
go.mod
View file

@ -6,10 +6,12 @@ require (
github.com/Oudwins/tailwind-merge-go v0.2.1
github.com/a-h/templ v0.3.960
github.com/alexedwards/argon2id v1.0.0
github.com/golang-jwt/jwt/v5 v5.2.2
github.com/jackc/pgx/v5 v5.7.6
github.com/jmoiron/sqlx v1.4.0
github.com/joho/godotenv v1.5.1
github.com/pressly/goose/v3 v3.26.0
github.com/resend/resend-go/v2 v2.28.0
modernc.org/sqlite v1.40.1
)
@ -52,7 +54,6 @@ require (
github.com/pierrec/lz4/v4 v4.1.22 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/resend/resend-go/v2 v2.28.0 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/sethvargo/go-retry v0.3.0 // indirect
github.com/shopspring/decimal v1.4.0 // indirect