-
Notifications
You must be signed in to change notification settings - Fork 99
/
go.mod
25 lines (23 loc) · 1.02 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
module github.com/qor/auth
go 1.13
require (
github.com/golang-jwt/jwt/v4 v4.5.1
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/sessions v1.2.0 // indirect
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
github.com/jinzhu/gorm v1.9.16
github.com/mrjones/oauth v0.0.0-20190623134757-126b35219450
github.com/qor/assetfs v0.0.0-20170713023933-ff57fdc13a14 // indirect
github.com/qor/mailer v0.0.0-20180329083248-0555e49f99ac
github.com/qor/middlewares v0.0.0-20170822143614-781378b69454
github.com/qor/qor v0.0.0-20200729071734-d587cffbbb93
github.com/qor/redirect_back v0.0.0-20170907030740-b4161ed6f848
github.com/qor/render v1.1.1
github.com/qor/responder v0.0.0-20171031032654-b6def473574f
github.com/qor/roles v0.0.0-20171127035124-d6375609fe3e
github.com/qor/session v0.0.0-20170907035918-8206b0adab70
golang.org/x/crypto v0.31.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
)