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

16 lines
396 B
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-02-21 09:17:54 +00:00
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.6.3
github.com/go-pg/pg/v10 v10.7.7
github.com/gosimple/slug v1.9.0
2021-02-21 09:17:54 +00:00
github.com/joho/godotenv v1.3.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.0
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
)