43 lines
1.4 KiB
Modula-2
43 lines
1.4 KiB
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/cpuguy83/go-md2man/v2 v2.0.5 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/gorilla/csrf v1.7.2 // direct
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
)
|
|
|
|
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/urfave/cli/v2 v2.27.5
|
|
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
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
mellium.im/sasl v0.3.2 // indirect
|
|
)
|