renommage lassistanoque
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
module trankilou.fr/lassistanoque
|
||||
|
||||
go 1.26.5
|
||||
|
||||
require (
|
||||
github.com/golang-jwt/jwt/v5 v5.3.1
|
||||
github.com/golang-migrate/migrate/v4 v4.19.1
|
||||
github.com/jmoiron/sqlx v1.4.0
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user