common/go.mod

34 lines
1.2 KiB
Modula-2
Raw Normal View History

2024-02-19 17:35:25 +00:00
module penahub.gitlab.yandexcloud.net/backend/quiz/common.git
2024-02-19 16:33:15 +00:00
2024-02-19 17:16:06 +00:00
go 1.21.4
2024-02-19 16:33:15 +00:00
require (
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-migrate/migrate/v4 v4.17.0
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
2024-03-14 10:10:01 +00:00
github.com/rs/xid v1.5.0
2024-02-19 17:16:06 +00:00
google.golang.org/protobuf v1.32.0
2024-02-19 16:33:15 +00:00
penahub.gitlab.yandexcloud.net/backend/penahub_common v0.0.0-20240202120244-c4ef330cfe5d
2024-02-19 17:55:07 +00:00
penahub.gitlab.yandexcloud.net/backend/quiz/core.git v0.0.0-20240219174804-d78fd38511af
2024-02-19 16:33:15 +00:00
)
require (
github.com/andybalholm/brotli v1.0.5 // indirect
2024-03-14 11:10:40 +00:00
github.com/google/go-cmp v0.5.9 // indirect
2024-02-19 16:33:15 +00:00
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
2024-02-19 17:16:06 +00:00
github.com/klauspost/compress v1.17.0 // 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
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
go.uber.org/atomic v1.7.0 // indirect
golang.org/x/sys v0.15.0 // indirect
)