-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (31 loc) · 1.2 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
module github.com/bradpurchase/grocerytime-backend
go 1.16
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/dchest/uniuri v1.2.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-gormigrate/gormigrate/v2 v2.0.0
github.com/gofrs/uuid v3.3.0+incompatible
github.com/gorilla/mux v1.8.0
github.com/graphql-go/graphql v0.7.9
github.com/graphql-go/handler v0.2.3
github.com/grsmv/goweek v0.0.0-20170103202425-523a631ad28c
github.com/joho/godotenv v1.3.0
github.com/kr/text v0.2.0 // indirect
github.com/lestrrat-go/jwx v1.1.3
github.com/lib/pq v1.8.0 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/satori/go.uuid v1.2.0
github.com/sendgrid/rest v2.6.2+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.7.2+incompatible
github.com/sideshow/apns2 v0.20.0
github.com/stretchr/testify v1.6.1
github.com/tidwall/gjson v1.6.5
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/text v0.3.4 // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gorm.io/datatypes v1.0.1
gorm.io/driver/postgres v1.0.8
gorm.io/gorm v1.21.6
)