2023-11-01 23:21:12 +03:00
|
|
|
module gitrepo.ru/neonxp/nquest
|
|
|
|
|
|
|
|
go 1.21.3
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/dimuska139/go-email-normalizer v1.2.1
|
|
|
|
github.com/getkin/kin-openapi v0.120.0
|
2024-04-29 23:01:24 +03:00
|
|
|
github.com/google/uuid v1.5.0
|
2023-11-01 23:21:12 +03:00
|
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
|
|
github.com/labstack/echo-contrib v0.15.0
|
2024-04-29 23:01:24 +03:00
|
|
|
github.com/labstack/echo/v4 v4.11.4
|
|
|
|
github.com/oapi-codegen/runtime v1.1.1
|
|
|
|
golang.org/x/crypto v0.17.0
|
2023-11-01 23:21:12 +03:00
|
|
|
gorm.io/driver/postgres v1.5.3
|
|
|
|
gorm.io/gorm v1.25.5
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
|
|
|
|
github.com/go-openapi/jsonpointer v0.19.6 // indirect
|
|
|
|
github.com/go-openapi/swag v0.22.4 // indirect
|
|
|
|
github.com/gorilla/context v1.1.1 // indirect
|
|
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
|
|
github.com/gorilla/securecookie v1.1.1 // indirect
|
|
|
|
github.com/invopop/yaml v0.2.0 // indirect
|
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
|
|
github.com/perimeterx/marshmallow v1.1.5 // indirect
|
|
|
|
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
|
|
github.com/gorilla/sessions v1.2.1
|
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
|
|
github.com/jackc/pgx/v5 v5.4.3
|
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
2024-04-29 23:01:24 +03:00
|
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
2023-11-01 23:21:12 +03:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2024-04-29 23:01:24 +03:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2023-11-01 23:21:12 +03:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
|
|
github.com/oapi-codegen/echo-middleware v1.0.1
|
|
|
|
github.com/prometheus/client_golang v1.15.0 // indirect
|
|
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
|
|
github.com/prometheus/common v0.42.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
2024-04-29 23:01:24 +03:00
|
|
|
github.com/spf13/afero v1.11.0
|
2023-11-01 23:21:12 +03:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
|
|
github.com/wader/gormstore/v2 v2.0.3
|
2024-04-29 23:01:24 +03:00
|
|
|
golang.org/x/net v0.19.0 // indirect
|
|
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
|
|
|
golang.org/x/time v0.5.0 // indirect
|
2023-11-01 23:21:12 +03:00
|
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
|
|
)
|