2020-10-20 21:57:29 +08:00
|
|
|
module github.com/casdoor/casdoor
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
2020-10-20 23:14:03 +08:00
|
|
|
require (
|
2021-03-14 15:50:36 +08:00
|
|
|
github.com/aliyun/aliyun-oss-go-sdk v2.1.6+incompatible // indirect
|
2021-02-14 19:41:51 +08:00
|
|
|
github.com/astaxie/beego v1.12.3
|
2021-03-14 15:50:36 +08:00
|
|
|
github.com/aws/aws-sdk-go v1.37.30
|
|
|
|
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
|
2021-02-28 20:23:50 +08:00
|
|
|
github.com/casbin/casbin/v2 v2.23.4
|
|
|
|
github.com/casbin/xorm-adapter/v2 v2.2.0
|
2021-03-14 22:48:09 +08:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2020-10-20 23:14:03 +08:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2021-02-13 20:10:41 +08:00
|
|
|
github.com/google/uuid v1.2.0
|
2021-03-14 15:50:36 +08:00
|
|
|
github.com/jinzhu/configor v1.2.1 // indirect
|
2021-05-02 23:18:12 +08:00
|
|
|
github.com/mileusna/crontab v1.0.1
|
2021-02-28 20:23:50 +08:00
|
|
|
github.com/qiangmzsx/string-adapter/v2 v2.1.0
|
2021-03-14 15:50:36 +08:00
|
|
|
github.com/qor/oss v0.0.0-20191031055114-aef9ba66bf76
|
|
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
2021-03-06 16:39:17 +08:00
|
|
|
github.com/thanhpk/randstr v1.0.4
|
2021-03-14 15:50:36 +08:00
|
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
|
2021-02-14 00:22:24 +08:00
|
|
|
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
|
2021-03-14 15:50:36 +08:00
|
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
|
|
|
|
gopkg.in/ini.v1 v1.62.0
|
2020-10-20 23:14:03 +08:00
|
|
|
xorm.io/core v0.7.2
|
2021-02-28 20:23:50 +08:00
|
|
|
xorm.io/xorm v1.0.3
|
2020-10-20 23:14:03 +08:00
|
|
|
)
|