35 lines
1.2 KiB
Modula-2
35 lines
1.2 KiB
Modula-2
module chess
|
|
|
|
go 1.25.4
|
|
|
|
require (
|
|
github.com/go-playground/validator/v10 v10.28.0
|
|
github.com/gofiber/fiber/v2 v2.52.9
|
|
github.com/google/uuid v1.6.0
|
|
github.com/lixenwraith/auth v0.0.0-20251104131016-e5a810f4e226
|
|
github.com/mattn/go-sqlite3 v1.14.32
|
|
golang.org/x/term v0.37.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.2.0 // indirect
|
|
github.com/clipperhouse/stringish v0.1.1 // indirect
|
|
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.11 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
|
|
github.com/klauspost/compress v1.18.1 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.19 // indirect
|
|
github.com/philhofer/fwd v1.2.0 // indirect
|
|
github.com/tinylib/msgp v1.5.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.68.0 // indirect
|
|
golang.org/x/crypto v0.44.0 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
golang.org/x/text v0.31.0 // indirect
|
|
)
|