This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
backend/go.mod

32 lines
1.2 KiB
Modula-2
Raw Normal View History

2021-02-21 09:17:54 +00:00
module github.com/zdam-egzamin-zawodowy/backend
2021-02-23 17:12:32 +00:00
go 1.16
2021-02-21 09:17:54 +00:00
require (
github.com/99designs/gqlgen v0.13.0
2021-05-04 17:19:14 +00:00
github.com/Kichiyaki/appmode v0.0.0-20210502105643-0a26207c548d
2021-07-17 07:58:09 +00:00
github.com/Kichiyaki/chilogrus v0.0.0-20210717074801-6ecc28dbf6b9
github.com/Kichiyaki/go-pg-logrus-query-logger/v10 v10.0.0-20210502060056-ad595ba7b858
2021-05-21 21:04:01 +00:00
github.com/Kichiyaki/gopgutil/v10 v10.0.0-20210521204542-cc672e361b3d
2021-05-04 17:19:14 +00:00
github.com/Kichiyaki/goutil v0.0.0-20210504132659-3d843a787db7
2021-03-06 10:54:55 +00:00
github.com/agnivade/levenshtein v1.1.0 // indirect
2021-03-06 08:32:15 +00:00
github.com/dgrijalva/jwt-go v3.2.0+incompatible
2021-07-17 07:58:09 +00:00
github.com/go-chi/chi/v5 v5.0.3
github.com/go-chi/cors v1.2.0
github.com/go-pg/pg/v10 v10.10.2
github.com/google/uuid v1.3.0
github.com/gosimple/slug v1.9.0
2021-03-06 13:02:48 +00:00
github.com/hashicorp/golang-lru v0.5.4 // indirect
2021-02-21 09:17:54 +00:00
github.com/joho/godotenv v1.3.0
2021-03-06 13:02:48 +00:00
github.com/mitchellh/mapstructure v1.4.1 // indirect
2021-02-21 09:17:54 +00:00
github.com/pkg/errors v0.9.1
github.com/sethvargo/go-password v0.2.0
github.com/sirupsen/logrus v1.8.1
2021-03-06 10:54:55 +00:00
github.com/vektah/gqlparser/v2 v2.1.0
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
2021-07-17 07:58:09 +00:00
golang.org/x/text v0.3.6 // indirect
2021-03-06 10:54:55 +00:00
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2021-07-17 07:58:09 +00:00
gopkg.in/yaml.v2 v2.4.0 // indirect
2021-02-21 09:17:54 +00:00
)