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
|
2022-05-06 03:25:42 +02:00
|
|
|
github.com/alexedwards/argon2id v0.0.0-20211130144151-3585854a6387
|
2022-05-03 17:59:07 +08:00
|
|
|
github.com/aws/aws-sdk-go v1.44.4
|
2022-09-29 19:44:08 +08:00
|
|
|
github.com/beego/beego v1.12.11
|
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-09-27 22:50:27 +08:00
|
|
|
github.com/casbin/xorm-adapter/v3 v3.0.1
|
2022-09-27 08:37:55 +08:00
|
|
|
github.com/casdoor/go-sms-sender v0.5.1
|
2023-02-11 15:59:23 +08:00
|
|
|
github.com/casdoor/gomail/v2 v2.0.1
|
2022-05-03 17:59:07 +08:00
|
|
|
github.com/casdoor/oss v1.2.0
|
2021-05-08 23:24:30 +08:00
|
|
|
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
|
2023-01-14 20:11:23 +08:00
|
|
|
github.com/denisenkom/go-mssqldb v0.9.0
|
2022-07-12 20:06:01 +08:00
|
|
|
github.com/duo-labs/webauthn v0.0.0-20211221191814-a22482edaa3b
|
2022-09-26 18:27:17 +08:00
|
|
|
github.com/forestmgy/ldapserver v1.1.0
|
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
|
2022-11-24 19:28:51 +08:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2022-08-20 21:22:46 +08:00
|
|
|
github.com/google/go-cmp v0.5.8 // indirect
|
2021-02-13 20:10:41 +08:00
|
|
|
github.com/google/uuid v1.2.0
|
2022-04-08 23:06:48 +08:00
|
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
|
2022-12-06 17:18:29 +08:00
|
|
|
github.com/lestrrat-go/jwx v1.2.21
|
2022-08-04 20:28:09 +08:00
|
|
|
github.com/lib/pq v1.8.0
|
2022-09-24 21:48:29 +08:00
|
|
|
github.com/lor00x/goldap v0.0.0-20180618054307-a546dffdd1a3
|
2022-12-06 17:18:29 +08:00
|
|
|
github.com/markbates/goth v1.75.2
|
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
|
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
|
2022-08-20 21:22:46 +08:00
|
|
|
github.com/shirou/gopsutil v3.21.11+incompatible
|
2022-11-24 19:28:51 +08:00
|
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
2022-08-20 21:22:46 +08:00
|
|
|
github.com/stretchr/testify v1.8.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-08-20 22:04:37 +08:00
|
|
|
github.com/tklauser/go-sysconf v0.3.10 // indirect
|
|
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
2022-12-06 17:18:29 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
|
2022-05-03 17:59:07 +08:00
|
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
|
2021-08-01 11:20:06 +08:00
|
|
|
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
|
2022-08-20 21:22:46 +08:00
|
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
|
2022-12-07 13:13:23 +08:00
|
|
|
gopkg.in/ini.v1 v1.67.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
|
2023-01-14 20:11:23 +08:00
|
|
|
modernc.org/sqlite v1.10.1-0.20210314190707-798bbeb9bb84
|
2022-11-24 19:28:51 +08:00
|
|
|
xorm.io/builder v0.3.12 // indirect
|
2023-02-11 17:46:34 +08:00
|
|
|
xorm.io/core v0.7.3
|
2023-01-14 20:11:23 +08:00
|
|
|
xorm.io/xorm v1.1.2
|
2020-10-20 23:14:03 +08:00
|
|
|
)
|