build(server): updated go dependencies

This commit is contained in:
2025-04-10 19:13:34 -04:00
parent 439adecf0e
commit b741e5f1a2
2 changed files with 15 additions and 2 deletions

View File

@ -1,16 +1,18 @@
module github.com/spotdemo4/trevstack/server
go 1.23.6
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
@ -28,7 +30,6 @@ require (
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
github.com/stretchr/testify v1.10.0 // 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