mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
36 lines
1.4 KiB
Modula-2
36 lines
1.4 KiB
Modula-2
module github.com/casbin/casdoor
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/aliyun/aliyun-oss-go-sdk v2.1.6+incompatible // indirect
|
|
github.com/astaxie/beego v1.12.3
|
|
github.com/aws/aws-sdk-go v1.37.30
|
|
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
|
|
github.com/casbin/casbin/v2 v2.30.1
|
|
github.com/casbin/xorm-adapter/v2 v2.3.1
|
|
github.com/casdoor/go-sms-sender v0.0.4
|
|
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
|
|
github.com/go-gomail/gomail v0.0.0-20160411212932-81ebce5c23df
|
|
github.com/go-ldap/ldap/v3 v3.3.0
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/golang-jwt/jwt/v4 v4.1.0
|
|
github.com/google/uuid v1.2.0
|
|
github.com/jinzhu/configor v1.2.1 // indirect
|
|
github.com/mileusna/crontab v1.0.1
|
|
github.com/qiangmzsx/string-adapter/v2 v2.1.0
|
|
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
|
|
github.com/thanhpk/randstr v1.0.4
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
|
|
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
xorm.io/core v0.7.2
|
|
xorm.io/xorm v1.0.3
|
|
)
|