2024-06-12 13:27:42 +00:00
|
|
|
module penahub.gitlab.yandexcloud.net/backend/quiz/core
|
2024-02-19 17:48:04 +00:00
|
|
|
|
2024-06-30 18:02:23 +00:00
|
|
|
go 1.22.4
|
2024-02-19 17:48:04 +00:00
|
|
|
|
|
|
|
require (
|
2024-07-11 09:06:24 +00:00
|
|
|
github.com/go-redis/redis/v8 v8.11.5
|
2024-03-28 22:53:08 +00:00
|
|
|
github.com/gofiber/fiber/v2 v2.52.4
|
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
2024-04-03 15:32:05 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
|
2024-03-13 17:23:27 +00:00
|
|
|
github.com/joho/godotenv v1.5.1
|
2024-02-19 17:48:04 +00:00
|
|
|
github.com/lib/pq v1.10.9
|
2024-03-13 17:23:27 +00:00
|
|
|
github.com/pioz/faker v1.7.3
|
2024-06-30 18:02:23 +00:00
|
|
|
github.com/rs/xid v1.5.0
|
2024-02-19 17:48:04 +00:00
|
|
|
github.com/skeris/appInit v1.0.2
|
2024-04-03 13:44:13 +00:00
|
|
|
github.com/stretchr/testify v1.9.0
|
2024-02-19 17:48:04 +00:00
|
|
|
github.com/themakers/hlog v0.0.0-20191205140925-235e0e4baddf
|
2024-04-26 18:51:34 +00:00
|
|
|
github.com/twmb/franz-go v1.16.1
|
2024-03-26 17:48:49 +00:00
|
|
|
github.com/xuri/excelize/v2 v2.8.1
|
2024-03-28 22:53:08 +00:00
|
|
|
go.uber.org/zap v1.27.0
|
2024-05-20 15:03:35 +00:00
|
|
|
google.golang.org/grpc v1.64.0
|
2024-06-12 13:27:42 +00:00
|
|
|
google.golang.org/protobuf v1.34.2
|
|
|
|
penahub.gitlab.yandexcloud.net/backend/penahub_common v0.0.0-20240607202348-efe5f2bf3e8c
|
2024-10-25 15:26:03 +00:00
|
|
|
penahub.gitlab.yandexcloud.net/backend/quiz/common.git v0.0.0-20241025130405-8ab347d96f1f
|
2024-04-26 18:51:34 +00:00
|
|
|
penahub.gitlab.yandexcloud.net/backend/quiz/worker.git v0.0.0-20240421230341-0e086fcbb990
|
2024-07-01 08:16:47 +00:00
|
|
|
penahub.gitlab.yandexcloud.net/backend/tdlib v0.0.0-20240701075856-1731684c936f
|
2024-09-17 11:09:53 +00:00
|
|
|
penahub.gitlab.yandexcloud.net/external/trashlog v0.1.6-0.20240827173635-78ce9878c387
|
2024-02-19 17:48:04 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-06-02 08:19:22 +00:00
|
|
|
github.com/ClickHouse/clickhouse-go v1.5.4 // indirect
|
2024-03-28 22:53:08 +00:00
|
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
2024-10-25 15:26:03 +00:00
|
|
|
github.com/caarlos0/env/v8 v8.0.0 // indirect
|
2024-04-26 18:51:34 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2024-06-02 08:19:22 +00:00
|
|
|
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 // indirect
|
2024-03-13 17:23:27 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
2024-03-29 23:46:14 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
2024-05-07 17:44:31 +00:00
|
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
2024-03-28 22:53:08 +00:00
|
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
2024-02-19 17:48:04 +00:00
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2024-04-09 16:21:54 +00:00
|
|
|
github.com/klauspost/compress v1.17.8 // indirect
|
2024-03-29 23:46:14 +00:00
|
|
|
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
|
2024-04-03 15:32:05 +00:00
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
2024-02-19 17:48:04 +00:00
|
|
|
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
|
2024-03-29 23:46:14 +00:00
|
|
|
github.com/minio/md5-simd v1.1.2 // indirect
|
2024-05-07 17:44:31 +00:00
|
|
|
github.com/minio/minio-go/v7 v7.0.70 // indirect
|
2024-03-26 17:48:49 +00:00
|
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
2024-04-26 18:51:34 +00:00
|
|
|
github.com/pierrec/lz4/v4 v4.1.21 // indirect
|
2024-03-13 17:23:27 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-03-26 17:48:49 +00:00
|
|
|
github.com/richardlehane/mscfb v1.0.4 // indirect
|
|
|
|
github.com/richardlehane/msoleps v1.0.3 // indirect
|
2024-03-28 22:53:08 +00:00
|
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
2024-07-09 20:07:44 +00:00
|
|
|
github.com/tealeg/xlsx v1.0.5 // indirect
|
2024-05-20 15:03:35 +00:00
|
|
|
github.com/twmb/franz-go/pkg/kmsg v1.8.0 // indirect
|
2024-02-19 17:48:04 +00:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2024-05-20 15:03:35 +00:00
|
|
|
github.com/valyala/fasthttp v1.53.0 // indirect
|
2024-02-19 17:48:04 +00:00
|
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
2024-04-09 16:21:54 +00:00
|
|
|
github.com/xuri/efp v0.0.0-20240408161823-9ad904a10d6d // indirect
|
2024-03-28 22:53:08 +00:00
|
|
|
github.com/xuri/nfp v0.0.0-20240318013403-ab9948c2c4a7 // indirect
|
2024-06-25 14:41:26 +00:00
|
|
|
go.etcd.io/bbolt v1.3.6 // indirect
|
2024-03-28 22:53:08 +00:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2024-06-12 13:27:42 +00:00
|
|
|
golang.org/x/crypto v0.24.0 // indirect
|
|
|
|
golang.org/x/net v0.26.0 // indirect
|
|
|
|
golang.org/x/sys v0.21.0 // indirect
|
|
|
|
golang.org/x/text v0.16.0 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240610135401-a8a62080eff3 // indirect
|
2024-04-03 15:32:05 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2024-03-29 23:46:14 +00:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
2024-03-13 17:23:27 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2024-02-19 17:48:04 +00:00
|
|
|
)
|