-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 819 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 819 Bytes
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
module github.com/loopcontext/deliver-api-go
go 1.15
// For local dev
// replace github.com/loopcontext/go-graphql-orm latest => ../go-graphql-orm
require (
github.com/99designs/gqlgen v0.13.0
github.com/akrylysov/algnhsa v0.12.1
github.com/cloudevents/sdk-go v1.2.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gofrs/uuid v4.0.0+incompatible
github.com/gorilla/mux v1.8.0
github.com/graph-gophers/dataloader v5.0.0+incompatible
github.com/jinzhu/gorm v1.9.16
github.com/loopcontext/cloudevents-aws-transport v1.0.9
github.com/loopcontext/go-graphql-orm v0.0.0-20210302221454-2d745f04c960
github.com/mitchellh/mapstructure v1.4.1
github.com/rs/cors v1.7.0
github.com/rs/zerolog v1.20.0
github.com/urfave/cli v1.22.5
github.com/vektah/gqlparser/v2 v2.1.0
gopkg.in/gormigrate.v1 v1.6.0
)