2022-01-20 14:11:46 +08:00
|
|
|
module github.com/casdoor/casdoor
|
2020-10-20 21:57:29 +08:00
|
|
|
|
2021-10-15 16:27:10 +08:00
|
|
|
go 1.16
|
2020-10-20 21:57:29 +08:00
|
|
|
|
2020-10-20 23:14:03 +08:00
|
|
|
require (
|
2022-04-08 23:06:48 +08:00
|
|
|
github.com/RobotsAndPencils/go-saml v0.0.0-20170520135329-fb13cb52a46b
|
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
|
2022-04-08 23:06:48 +08:00
|
|
|
github.com/beevik/etree v1.1.0
|
2021-05-13 22:50:50 +08:00
|
|
|
github.com/casbin/casbin/v2 v2.30.1
|
2022-01-20 14:20:37 +08:00
|
|
|
github.com/casbin/xorm-adapter/v2 v2.5.1
|
2022-03-14 20:49:03 +08:00
|
|
|
github.com/casdoor/go-sms-sender v0.2.0
|
2022-04-04 15:58:51 +08:00
|
|
|
github.com/casdoor/goth v1.69.0-FIX1
|
2021-05-08 23:24:30 +08:00
|
|
|
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
|
2021-05-09 11:38:48 +08:00
|
|
|
github.com/go-gomail/gomail v0.0.0-20160411212932-81ebce5c23df
|
2021-07-17 14:13:00 +08:00
|
|
|
github.com/go-ldap/ldap/v3 v3.3.0
|
2022-03-06 22:46:02 +08:00
|
|
|
github.com/go-pay/gopay v1.5.72
|
2020-10-20 23:14:03 +08:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2022-04-04 15:58:51 +08:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.2.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
|
2022-04-08 23:06:48 +08:00
|
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
|
2022-02-20 15:01:48 +08:00
|
|
|
github.com/lestrrat-go/jwx v0.9.0
|
2022-04-08 23:06:48 +08:00
|
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
|
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
|
2022-01-17 15:59:55 +08:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2021-12-06 21:46:50 +08:00
|
|
|
github.com/russellhaering/gosaml2 v0.6.0
|
|
|
|
github.com/russellhaering/goxmldsig v1.1.1
|
2022-04-08 23:06:48 +08:00
|
|
|
github.com/satori/go.uuid v1.2.0
|
2021-03-14 15:50:36 +08:00
|
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
2022-02-20 15:01:48 +08:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-12-31 12:56:19 +08:00
|
|
|
github.com/tealeg/xlsx v1.0.5
|
2021-03-06 16:39:17 +08:00
|
|
|
github.com/thanhpk/randstr v1.0.4
|
2022-03-06 22:46:02 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20220208233918-bba287dce954
|
2021-12-22 13:56:32 +08:00
|
|
|
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
|
2021-08-01 11:20:06 +08:00
|
|
|
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
|
2021-03-14 15:50:36 +08:00
|
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
|
2021-05-12 22:09:41 +08:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
|
2021-07-28 20:36:27 +08:00
|
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
2021-11-22 17:47:44 +08:00
|
|
|
gopkg.in/square/go-jose.v2 v2.6.0
|
2022-02-05 21:54:38 +08:00
|
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
2020-10-20 23:14:03 +08:00
|
|
|
xorm.io/core v0.7.2
|
2022-04-22 22:17:03 +08:00
|
|
|
xorm.io/xorm v1.0.4
|
2020-10-20 23:14:03 +08:00
|
|
|
)
|