generated from PenaSide/GolangTemplate
75 lines
3.2 KiB
Modula-2
75 lines
3.2 KiB
Modula-2
module penahub.gitlab.yandexcloud.net/pena-services/customer
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/deepmap/oapi-codegen v1.16.2
|
|
github.com/getkin/kin-openapi v0.123.0
|
|
github.com/go-resty/resty/v2 v2.11.0
|
|
github.com/gofiber/fiber/v2 v2.52.1
|
|
github.com/golang-jwt/jwt/v5 v5.2.0
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/labstack/echo/v4 v4.11.4
|
|
github.com/oapi-codegen/runtime v1.1.1
|
|
github.com/pioz/faker v1.7.3
|
|
github.com/sethvargo/go-envconfig v1.0.0
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/twmb/franz-go v1.16.1
|
|
github.com/twmb/franz-go/pkg/kadm v1.11.0
|
|
go.mongodb.org/mongo-driver v1.14.0
|
|
go.uber.org/zap v1.27.0
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240221002015-b0ce06bbee7c
|
|
google.golang.org/grpc v1.62.0
|
|
google.golang.org/protobuf v1.32.0
|
|
penahub.gitlab.yandexcloud.net/backend/penahub_common v0.0.0-20240220080149-ae9c991d3ece
|
|
penahub.gitlab.yandexcloud.net/backend/quiz/common.git v0.0.0-20240412164014-6ce70d76fedc
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
|
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-openapi/jsonpointer v0.20.2 // indirect
|
|
github.com/go-openapi/swag v0.22.9 // indirect
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/mux v1.8.1 // indirect
|
|
github.com/invopop/yaml v0.2.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/klauspost/compress v1.17.7 // indirect
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
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/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
github.com/montanaflynn/stats v0.7.1 // indirect
|
|
github.com/perimeterx/marshmallow v1.1.5 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.21 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/tealeg/xlsx v1.0.5 // indirect
|
|
github.com/twmb/franz-go/pkg/kmsg v1.7.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.52.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
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-20201027041543-1326539a0a0a // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/crypto v0.19.0 // indirect
|
|
golang.org/x/net v0.21.0 // indirect
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
golang.org/x/time v0.5.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20240221002015-b0ce06bbee7c // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240221002015-b0ce06bbee7c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|