-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathgo.mod
More file actions
39 lines (36 loc) · 1.55 KB
/
go.mod
File metadata and controls
39 lines (36 loc) · 1.55 KB
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
34
35
36
37
38
39
module github.com/qor/auth
go 1.24.0
require (
github.com/golang-jwt/jwt/v4 v4.5.2
github.com/google/go-github v17.0.0+incompatible
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/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.45.0
golang.org/x/oauth2 v0.27.0
)
require (
cloud.google.com/go/compute/metadata v0.3.0 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/gorilla/sessions v1.2.0 // indirect
github.com/gosimple/slug v1.9.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.1 // indirect
github.com/microcosm-cc/bluemonday v1.0.26 // indirect
github.com/qor/assetfs v0.0.0-20170713023933-ff57fdc13a14 // indirect
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
golang.org/x/net v0.47.0 // indirect
)