-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 728 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/novacloudcz/graphql-orm-example
go 1.12
require (
github.com/99designs/gqlgen v0.10.2
github.com/akrylysov/algnhsa v0.0.0-20190319020909-05b3d192e9a7
github.com/badoux/checkmail v1.2.1
github.com/cloudevents/sdk-go v0.10.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gofrs/uuid v3.2.0+incompatible
github.com/graph-gophers/dataloader v5.0.0+incompatible
github.com/jakubknejzlik/cloudevents-aws-transport v0.1.4
github.com/jinzhu/gorm v1.9.10
github.com/mitchellh/mapstructure v0.0.0-20180203102830-a4e142e9c047
github.com/novacloudcz/graphql-orm v0.4.15
github.com/rs/cors v1.6.0
github.com/urfave/cli v1.21.0
github.com/vektah/gqlparser v1.2.0
gopkg.in/gormigrate.v1 v1.6.0
)