32 lines
965 B
Modula-2
32 lines
965 B
Modula-2
module gitea.pena/SQuiz/answerer
|
|
|
|
go 1.23.2
|
|
|
|
toolchain go1.23.4
|
|
|
|
require (
|
|
github.com/ClickHouse/clickhouse-go v1.5.4
|
|
github.com/gofiber/fiber/v2 v2.52.5
|
|
github.com/google/uuid v1.6.0
|
|
github.com/lib/pq v1.10.9
|
|
github.com/rs/xid v1.6.0
|
|
github.com/skeris/appInit v1.0.2
|
|
go.uber.org/zap v1.27.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
|
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 // indirect
|
|
github.com/klauspost/compress v1.17.11 // 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.2.0 // indirect
|
|
github.com/stretchr/testify v1.9.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.11.0 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
)
|