34 lines
1.1 KiB
Modula-2
34 lines
1.1 KiB
Modula-2
module boostai-backend
|
|
|
|
go 1.24.11
|
|
|
|
require (
|
|
github.com/gofiber/fiber/v2 v2.52.10
|
|
github.com/golang-jwt/jwt/v5 v5.2.2
|
|
github.com/jackc/pgx/v5 v5.8.0
|
|
github.com/pressly/goose/v3 v3.26.0
|
|
golang.org/x/crypto v0.40.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.2.0 // 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/puddle/v2 v2.2.2 // indirect
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/mfridman/interpolate v0.0.2 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/sethvargo/go-retry v0.3.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.51.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
golang.org/x/text v0.32.0 // indirect
|
|
)
|