2025-02-27 13:19:02 +00:00
|
|
|
module gitea.pena/SQuiz/answerer
|
2024-02-19 18:27:12 +00:00
|
|
|
|
2025-02-27 13:19:02 +00:00
|
|
|
go 1.23.2
|
2024-10-24 12:35:34 +00:00
|
|
|
|
2025-02-27 13:19:02 +00:00
|
|
|
toolchain go1.23.4
|
2024-02-19 18:27:12 +00:00
|
|
|
|
|
|
|
require (
|
2025-07-09 12:10:11 +00:00
|
|
|
github.com/ClickHouse/clickhouse-go v1.5.4
|
2025-02-27 13:19:02 +00:00
|
|
|
github.com/gofiber/fiber/v2 v2.52.5
|
2025-07-09 12:10:11 +00:00
|
|
|
github.com/google/uuid v1.6.0
|
|
|
|
github.com/lib/pq v1.10.9
|
2025-02-27 13:19:02 +00:00
|
|
|
github.com/rs/xid v1.6.0
|
2024-02-19 18:27:12 +00:00
|
|
|
github.com/skeris/appInit v1.0.2
|
2024-03-29 10:18:27 +00:00
|
|
|
go.uber.org/zap v1.27.0
|
2024-02-19 18:27:12 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-03-29 10:18:27 +00:00
|
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
2024-06-01 15:57:14 +00:00
|
|
|
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 // indirect
|
2025-02-27 13:19:02 +00:00
|
|
|
github.com/klauspost/compress v1.17.11 // indirect
|
2024-02-19 18:27:12 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2025-04-08 14:35:35 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
2025-07-09 12:10:11 +00:00
|
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
2024-02-19 18:27:12 +00:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2025-04-08 14:35:35 +00:00
|
|
|
github.com/valyala/fasthttp v1.51.0 // indirect
|
2024-02-19 18:27:12 +00:00
|
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
2024-03-29 10:18:27 +00:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2025-04-08 14:35:35 +00:00
|
|
|
golang.org/x/sys v0.28.0 // indirect
|
2024-02-19 18:27:12 +00:00
|
|
|
)
|