28 lines
867 B
Modula-2
28 lines
867 B
Modula-2
module trankilou.fr/lassistanoque
|
|
|
|
go 1.26.5
|
|
|
|
require (
|
|
gitea.trankilou.fr/fabien/lasebuche v0.0.0-20260808210632-98bd52d7c29e
|
|
github.com/golang-jwt/jwt/v5 v5.3.1
|
|
github.com/golang-migrate/migrate/v4 v4.19.1
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/labstack/echo/v5 v5.3.1
|
|
github.com/mattn/go-sqlite3 v1.14.42
|
|
github.com/sixafter/nanoid v1.64.5
|
|
github.com/spf13/cobra v1.10.2
|
|
golang.org/x/crypto v0.54.0
|
|
turso.tech/database/tursogo v0.7.2
|
|
)
|
|
|
|
require (
|
|
github.com/ebitengine/purego v0.9.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/sixafter/aes-ctr-drbg v1.19.2 // indirect
|
|
github.com/sixafter/prng-chacha v1.16.5 // indirect
|
|
github.com/spf13/pflag v1.0.9 // indirect
|
|
github.com/tursodatabase/turso-go-platform-libs v0.7.2 // indirect
|
|
golang.org/x/sys v0.47.0 // indirect
|
|
golang.org/x/time v0.15.0 // indirect
|
|
)
|