Add user db search

- Search user by email

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2025-12-19 18:10:04 +08:00
parent dc128c0392
commit 0fb5c8b758
5 changed files with 65 additions and 0 deletions

1
go.mod
View File

@@ -17,6 +17,7 @@ require (
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/goccy/go-yaml v1.19.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgx/v5 v5.6.0 // indirect