This repository has been archived on 2022-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
api/go.mod

23 lines
824 B
Modula-2
Raw Normal View History

2020-06-02 15:45:21 +00:00
module github.com/tribalwarshelp/api
go 1.15
2020-06-02 15:45:21 +00:00
require (
2020-11-06 19:23:12 +00:00
github.com/99designs/gqlgen v0.13.0
2020-07-04 12:45:28 +00:00
github.com/gin-contrib/cors v1.3.1
2020-06-02 15:45:21 +00:00
github.com/gin-gonic/gin v1.6.3
github.com/go-pg/pg/extra/pgdebug v0.2.0
github.com/go-pg/pg/v10 v10.7.3
2020-06-02 15:45:21 +00:00
github.com/go-playground/validator/v10 v10.3.0 // indirect
github.com/joho/godotenv v1.3.0
2020-07-04 12:45:28 +00:00
github.com/json-iterator/go v1.1.10 // indirect
2020-06-02 15:45:21 +00:00
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/onsi/gomega v1.10.4 // indirect
2020-06-02 15:45:21 +00:00
github.com/pkg/errors v0.9.1
github.com/tribalwarshelp/map-generator v0.0.0-20210106163923-fa048a59f5f2
github.com/tribalwarshelp/shared v0.0.0-20210115163415-972e2df3f7db
2020-11-06 19:23:12 +00:00
github.com/vektah/gqlparser/v2 v2.1.0
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
2020-06-02 15:45:21 +00:00
)