31 lines
1.1 KiB
Modula-2
31 lines
1.1 KiB
Modula-2
|
module penahub.gitlab.yandexcloud.net/backend/quiz/core.git
|
||
|
|
||
|
go 1.21.4
|
||
|
|
||
|
require (
|
||
|
github.com/gofiber/fiber/v2 v2.52.0
|
||
|
github.com/golang-jwt/jwt/v5 v5.2.0
|
||
|
github.com/lib/pq v1.10.9
|
||
|
github.com/skeris/appInit v1.0.2
|
||
|
github.com/tealeg/xlsx v1.0.5
|
||
|
github.com/themakers/hlog v0.0.0-20191205140925-235e0e4baddf
|
||
|
go.uber.org/zap v1.26.0
|
||
|
penahub.gitlab.yandexcloud.net/backend/penahub_common v0.0.0-20240202120244-c4ef330cfe5d
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
||
|
github.com/google/uuid v1.6.0 // indirect
|
||
|
github.com/klauspost/compress v1.17.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.15 // indirect
|
||
|
github.com/rivo/uniseg v0.2.0 // indirect
|
||
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||
|
github.com/valyala/fasthttp v1.51.0 // indirect
|
||
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
||
|
go.uber.org/multierr v1.10.0 // indirect
|
||
|
golang.org/x/sys v0.15.0 // indirect
|
||
|
penahub.gitlab.yandexcloud.net/backend/quiz/common.git v0.0.0-20240219174347-aa1b1a89378e // indirect
|
||
|
)
|