amocrm/go.mod

37 lines
1.4 KiB
Modula-2
Raw Normal View History

2024-04-04 09:42:40 +00:00
module amocrm
go 1.21.6
require (
github.com/caarlos0/env/v8 v8.0.0
github.com/gofiber/fiber/v2 v2.52.4
2024-04-09 07:42:21 +00:00
go.mongodb.org/mongo-driver v1.14.0
2024-04-04 09:42:40 +00:00
go.uber.org/zap v1.27.0
2024-04-09 07:42:21 +00:00
penahub.gitlab.yandexcloud.net/backend/penahub_common v0.0.0-20240223054633-6cb3d5ce45b6
2024-04-04 09:42:40 +00:00
)
require (
github.com/andybalholm/brotli v1.0.5 // indirect
2024-04-09 07:42:21 +00:00
github.com/golang/snappy v0.0.1 // indirect
2024-04-09 09:17:39 +00:00
github.com/google/uuid v1.6.0 // indirect
github.com/klauspost/compress v1.17.6 // indirect
2024-04-04 09:42:40 +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-04-09 07:42:21 +00:00
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
2024-04-04 09:42:40 +00:00
github.com/rivo/uniseg v0.2.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
2024-04-09 07:42:21 +00:00
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.2 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
2024-04-04 09:42:40 +00:00
go.uber.org/multierr v1.10.0 // indirect
2024-04-09 09:17:39 +00:00
golang.org/x/crypto v0.19.0 // indirect
2024-04-09 07:42:21 +00:00
golang.org/x/sync v0.1.0 // indirect
2024-04-09 09:17:39 +00:00
golang.org/x/sys v0.17.0 // indirect
2024-04-09 07:42:21 +00:00
golang.org/x/text v0.14.0 // indirect
2024-04-09 09:17:39 +00:00
penahub.gitlab.yandexcloud.net/backend/quiz/common.git v0.0.0-20240408182839-4495237cb30d // indirect
2024-04-04 09:42:40 +00:00
)