-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 973 Bytes
/
go.mod
File metadata and controls
28 lines (25 loc) · 973 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
26
27
28
module github.com/loopcontext/auth-api-go
go 1.16
// For local dev
replace github.com/loopcontext/go-graphql-orm v0.0.0-20210302110458-c32b8f56ab03 => ../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/checkmail v0.0.1
github.com/loopcontext/cloudevents-aws-transport v1.0.9
github.com/loopcontext/go-graphql-orm v0.0.0-20210302221454-2d745f04c960
github.com/markbates/goth v1.67.1
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
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
gopkg.in/gormigrate.v1 v1.6.0
)