feat: sqlc, nix formatting

This commit is contained in:
2025-04-16 00:58:44 -04:00
parent 32f85fd0be
commit 967e2650ad
74 changed files with 1962 additions and 6811 deletions

View File

@ -5,15 +5,11 @@ go 1.24.1
require (
connectrpc.com/connect v1.18.1
connectrpc.com/cors v0.1.0
github.com/aarondl/opt v0.0.0-20240623220848-083f18ab9536
github.com/amacneil/dbmate/v2 v2.26.0
github.com/golang-jwt/jwt/v5 v5.2.2
github.com/jaswdr/faker/v2 v2.3.3
github.com/joho/godotenv v1.5.1
github.com/lib/pq v1.10.9
github.com/rs/cors v1.11.1
github.com/spotdemo4/dbmate-sqlite-modernc v0.0.2
github.com/stephenafamo/bob v0.31.0
golang.org/x/crypto v0.37.0
golang.org/x/net v0.39.0
golang.org/x/time v0.11.0
@ -22,14 +18,12 @@ require (
)
require (
github.com/aarondl/json v0.0.0-20221020222930-8b0db17ef1bf // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/qdm12/reprint v0.0.0-20200326205758-722754a53494 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/stephenafamo/scan v0.6.2 // indirect
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.24.0 // indirect