22 lines
531 B
Modula-2
22 lines
531 B
Modula-2
module game-wishlist
|
|
|
|
go 1.25.7
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt/v5 v5.3.1
|
|
github.com/joho/godotenv v1.5.1
|
|
golang.org/x/crypto v0.48.0
|
|
gorm.io/driver/sqlite v1.6.0
|
|
gorm.io/gorm v1.31.1
|
|
)
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.11.0 // indirect
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.22 // indirect
|
|
golang.org/x/net v0.50.0 // indirect
|
|
golang.org/x/text v0.34.0 // indirect
|
|
)
|