forked from bullteam/zeus-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
50 lines (47 loc) · 2.17 KB
/
go.mod
File metadata and controls
50 lines (47 loc) · 2.17 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
40
41
42
43
44
45
46
47
48
49
50
module zeus
go 1.13
require (
cloud.google.com/go v0.39.0 // indirect
github.com/Unknwon/goconfig v0.0.0-20190425194916-3dba17dd7b9e // indirect
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
github.com/appleboy/gin-jwt/v2 v2.6.2
github.com/astaxie/beego v1.11.1
github.com/beego/i18n v0.0.0-20161101132742-e9308947f407
github.com/billcobbler/casbin-redis-watcher v0.0.0-20180829182704-69cab1cdcf44
github.com/bullteam/go-dingtalk v0.0.0-20191103124359-201d069950ae
github.com/casbin/casbin v1.8.3
github.com/dgryski/dgoogauth v0.0.0-20190221195224-5a805980a5f3
github.com/garyburd/redigo v1.6.0 // indirect
github.com/gin-contrib/cors v1.3.0
github.com/gin-gonic/gin v1.4.0
github.com/go-openapi/jsonpointer v0.19.0 // indirect
github.com/go-openapi/jsonreference v0.19.0 // indirect
github.com/go-openapi/spec v0.19.0 // indirect
github.com/go-openapi/swag v0.19.0 // indirect
github.com/go-redis/redis v6.15.2+incompatible
github.com/google/go-cmp v0.3.0 // indirect
github.com/icepy/go-dingtalk v0.0.0-20180430151047-e8997a391814
github.com/jinzhu/gorm v1.9.11
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/pkg/errors v0.8.1
github.com/rafaeljusto/redigomock v0.0.0-20190202135759-257e089e14a1 // indirect
github.com/rs/zerolog v1.14.3
github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.3.2
github.com/stretchr/testify v1.3.0
github.com/swaggo/gin-swagger v1.1.0
github.com/swaggo/swag v1.5.0
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190525145741-7be61e1b0e51 // indirect
google.golang.org/appengine v1.6.0 // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/go-playground/validator.v8 v8.18.2
gopkg.in/ldap.v3 v3.0.3
)
replace github.com/ugorji/go v1.1.4 => github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43