33 lines
1.1 KiB
Modula-2
33 lines
1.1 KiB
Modula-2
module gitea.qpismont.fr/qpismont/trepa
|
|
|
|
go 1.24.1
|
|
|
|
require (
|
|
github.com/go-playground/validator/v10 v10.25.0
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/jackc/pgx v3.6.2+incompatible
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/magiconair/properties v1.8.9
|
|
github.com/matthewhartstonge/argon2 v1.2.0
|
|
github.com/stretchr/testify v1.10.0
|
|
)
|
|
|
|
require (
|
|
github.com/cockroachdb/apd v1.1.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/gofrs/uuid v4.4.0+incompatible // indirect
|
|
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/shopspring/decimal v1.4.0 // indirect
|
|
golang.org/x/crypto v0.36.0 // indirect
|
|
golang.org/x/net v0.34.0 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|