29 lines
914 B
Modula-2
29 lines
914 B
Modula-2
module fr.latosa-escrima
|
|
|
|
go 1.23.4
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/lib/pq v1.10.9
|
|
github.com/uptrace/bun v1.2.8
|
|
github.com/uptrace/bun/dialect/pgdialect v1.2.8
|
|
github.com/uptrace/bun/driver/pgdriver v1.2.8
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.18.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/puzpuzpuz/xsync/v3 v3.4.0 // indirect
|
|
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
|
|
github.com/uptrace/bun/extra/bundebug v1.2.8 // direct
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
golang.org/x/crypto v0.31.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
mellium.im/sasl v0.3.2 // indirect
|
|
)
|