common/go.mod

57 lines
2.1 KiB
Modula-2
Raw Normal View History

2025-02-21 13:40:10 +00:00
module gitea.pena/SQuiz/common
2024-02-19 16:33:15 +00:00
2025-02-21 13:46:02 +00:00
go 1.23.2
toolchain go1.23.4
2024-02-19 16:33:15 +00:00
require (
2024-06-24 10:45:58 +00:00
github.com/ClickHouse/clickhouse-go v1.5.4
2024-03-14 10:10:01 +00:00
github.com/gofiber/fiber/v2 v2.52.0
github.com/golang-jwt/jwt/v5 v5.2.0
2024-02-19 16:33:15 +00:00
github.com/golang/protobuf v1.5.3
2024-02-19 17:16:06 +00:00
github.com/google/uuid v1.6.0
2024-02-19 16:33:15 +00:00
github.com/lib/pq v1.10.9
2025-02-21 13:46:02 +00:00
github.com/minio/minio-go/v7 v7.0.81
github.com/rs/xid v1.6.0
github.com/stretchr/testify v1.9.0
github.com/tealeg/xlsx v1.0.5
2024-06-01 16:14:53 +00:00
github.com/themakers/hlog v0.0.0-20191205140925-235e0e4baddf
2024-04-17 17:42:13 +00:00
google.golang.org/protobuf v1.33.0
2024-02-19 16:33:15 +00:00
penahub.gitlab.yandexcloud.net/backend/penahub_common v0.0.0-20240202120244-c4ef330cfe5d
)
require (
2025-02-21 13:46:02 +00:00
gitea.pena/PenaSide/common v0.0.0-20250103085335-91ea31fee517 // indirect
2024-02-19 16:33:15 +00:00
github.com/andybalholm/brotli v1.0.5 // indirect
2024-06-19 14:39:51 +00:00
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
2024-03-28 11:53:12 +00:00
github.com/dustin/go-humanize v1.0.1 // indirect
2024-04-17 17:42:13 +00:00
github.com/google/go-cmp v0.6.0 // indirect
2024-03-28 11:53:12 +00:00
github.com/json-iterator/go v1.1.12 // indirect
2025-02-21 13:46:02 +00:00
github.com/klauspost/compress v1.17.11 // indirect
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
2024-02-19 16:33:15 +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-28 11:53:12 +00:00
github.com/minio/md5-simd v1.1.2 // indirect
github.com/minio/sha256-simd v1.0.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
2024-06-01 16:14:53 +00:00
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
2024-02-19 16:33:15 +00:00
github.com/rivo/uniseg v0.2.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
2024-02-19 17:16:06 +00:00
github.com/valyala/fasthttp v1.51.0 // indirect
2024-02-19 16:33:15 +00:00
github.com/valyala/tcplisten v1.0.0 // indirect
2024-06-01 16:14:53 +00:00
go.uber.org/atomic v1.9.0 // indirect
2025-02-21 13:46:02 +00:00
go.uber.org/multierr v1.10.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
2024-03-28 11:53:12 +00:00
gopkg.in/ini.v1 v1.67.0 // indirect
2024-06-01 16:14:53 +00:00
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
2024-02-19 16:33:15 +00:00
)