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

22 lines
803 B
Modula-2
Raw Normal View History

2020-06-02 15:45:21 +00:00
module github.com/tribalwarshelp/api
go 1.14
require (
github.com/99designs/gqlgen v0.11.3
github.com/gin-gonic/gin v1.6.3
github.com/go-pg/pg/v10 v10.0.0-beta.2
2020-06-02 15:45:21 +00:00
github.com/go-playground/validator/v10 v10.3.0 // indirect
2020-06-12 16:26:48 +00:00
github.com/go-redis/redis/v8 v8.0.0-beta.5
2020-06-02 15:45:21 +00:00
github.com/joho/godotenv v1.3.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/pkg/errors v0.9.1
github.com/segmentio/encoding v0.1.14 // indirect
2020-06-23 14:58:08 +00:00
github.com/tribalwarshelp/map-generator v0.0.0-20200623143352-cc037d744be2
2020-06-29 13:01:42 +00:00
github.com/tribalwarshelp/shared v0.0.0-20200629123803-0cd6cb6f1e87
2020-06-02 15:45:21 +00:00
github.com/vektah/gqlparser/v2 v2.0.1
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect
2020-06-02 15:45:21 +00:00
gopkg.in/yaml.v2 v2.3.0 // indirect
)