38 lines
1009 B
Modula-2
38 lines
1009 B
Modula-2
module app/shelfly
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/gorilla/mux v1.8.1
|
|
gorm.io/gorm v1.25.12
|
|
gorm.io/plugin/dbresolver v1.5.3
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.8.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.22 // indirect
|
|
golang.org/x/mod v0.25.0 // indirect
|
|
golang.org/x/net v0.41.0 // indirect
|
|
golang.org/x/sync v0.15.0 // indirect
|
|
golang.org/x/tools v0.33.0 // indirect
|
|
gorm.io/datatypes v1.2.5 // indirect
|
|
gorm.io/hints v1.1.2 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
|
github.com/huin/goupnp v1.3.0
|
|
github.com/jackpal/go-nat-pmp v1.0.2
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/joho/godotenv v1.5.1
|
|
golang.org/x/crypto v0.39.0
|
|
golang.org/x/text v0.26.0 // indirect
|
|
gorm.io/driver/mysql v1.5.7 // indirect
|
|
gorm.io/driver/sqlite v1.5.7
|
|
gorm.io/gen v0.3.26
|
|
)
|