-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (32 loc) · 1.3 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
module github.com/soumitradev/Dwitter
go 1.16
require (
cloud.google.com/go/storage v1.21.0
firebase.google.com/go/v4 v4.7.1
github.com/disintegration/imaging v1.6.2
github.com/functionalfoundry/graphqlws v0.0.0-20200611113535-7bc58903ce7b
github.com/go-playground/validator/v10 v10.10.0
github.com/go-redis/redis/v8 v8.11.4
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0 // indirect
github.com/graphql-go/graphql v0.8.0
github.com/graphql-go/handler v0.2.3
github.com/iancoleman/strcase v0.2.0
github.com/joho/godotenv v1.4.0
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.18.1 // indirect
github.com/prisma/prisma-client-go v0.13.1
github.com/sendgrid/rest v2.6.8+incompatible
github.com/sendgrid/sendgrid-go v3.11.0+incompatible
github.com/shopspring/decimal v1.3.1
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/takuoki/gocase v1.0.0
github.com/unrolled/secure v1.10.0
github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
golang.org/x/image v0.0.0-20220302094943-723b81ca9867 // indirect
google.golang.org/api v0.70.0
)