-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 842 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/rijine/ads-api
go 1.14
require (
cloud.google.com/go/storage v1.10.0
github.com/99designs/gqlgen v0.11.3
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dgryski/trifles v0.0.0-20190318185328-a8d75aae118c
github.com/gofiber/adaptor/v2 v2.0.0
github.com/gofiber/fiber/v2 v2.0.6
github.com/gofiber/helmet/v2 v2.0.0
github.com/google/go-cmp v0.5.1 // indirect
github.com/jordan-wright/email v4.0.1-0.20200917010138-e1c00e156980+incompatible
github.com/vektah/gqlparser/v2 v2.0.1
go.mongodb.org/mongo-driver v1.4.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc // indirect
golang.org/x/tools v0.0.0-20200818005847-188abfa75333 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/api v0.28.0
)