44 lines
1.6 KiB
Modula-2
44 lines
1.6 KiB
Modula-2
module lms.de/backend
|
|
|
|
go 1.21.0
|
|
|
|
require (
|
|
git.ex.umbach.dev/Alex/roese-utils v1.0.21
|
|
git.ex.umbach.dev/LMS/libcore v1.0.8
|
|
github.com/gofiber/fiber/v2 v2.52.5
|
|
github.com/gofiber/websocket/v2 v2.2.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/rs/zerolog v1.33.0
|
|
golang.org/x/crypto v0.27.0
|
|
gorm.io/driver/mysql v1.5.7
|
|
gorm.io/gorm v1.25.11
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
|
github.com/fasthttp/websocket v1.5.10 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.5 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-playground/validator/v10 v10.22.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.8.1 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/savsgio/gotils v0.0.0-20240704082632-aef3928b8a38 // indirect
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.55.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/net v0.29.0 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
golang.org/x/text v0.18.0 // indirect
|
|
)
|