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 (
|
2023-02-28 16:48:06 +08:00
|
|
|
github.com/Masterminds/squirrel v1.5.3
|
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
|
2023-02-28 16:48:06 +08:00
|
|
|
github.com/aliyun/alibaba-cloud-sdk-go v1.62.188 // indirect
|
2022-05-03 17:59:07 +08:00
|
|
|
github.com/aws/aws-sdk-go v1.44.4
|
2023-05-23 14:43:18 +08:00
|
|
|
github.com/beego/beego v1.12.12
|
2022-04-08 23:06:48 +08:00
|
|
|
github.com/beevik/etree v1.1.0
|
2023-05-23 14:43:18 +08:00
|
|
|
github.com/casbin/casbin v1.9.1 // indirect
|
2021-05-13 22:50:50 +08:00
|
|
|
github.com/casbin/casbin/v2 v2.30.1
|
2023-08-07 00:59:17 +08:00
|
|
|
github.com/casdoor/go-sms-sender v0.12.0
|
2023-02-11 15:59:23 +08:00
|
|
|
github.com/casdoor/gomail/v2 v2.0.1
|
2023-08-08 22:30:19 +08:00
|
|
|
github.com/casdoor/oss v1.3.0
|
2023-02-12 09:33:24 +08:00
|
|
|
github.com/casdoor/xorm-adapter/v3 v3.0.4
|
2023-08-19 23:15:02 +08:00
|
|
|
github.com/casvisor/casvisor-go-sdk v1.0.3
|
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
|
2023-05-23 14:43:18 +08:00
|
|
|
github.com/elazarl/go-bindata-assetfs v1.0.1 // indirect
|
2023-04-16 00:29:56 +08:00
|
|
|
github.com/fogleman/gg v1.3.0
|
2022-09-26 18:27:17 +08:00
|
|
|
github.com/forestmgy/ldapserver v1.1.0
|
2023-03-09 13:28:23 +08:00
|
|
|
github.com/go-git/go-git/v5 v5.6.0
|
2021-07-17 14:13:00 +08:00
|
|
|
github.com/go-ldap/ldap/v3 v3.3.0
|
2023-02-28 16:48:06 +08:00
|
|
|
github.com/go-mysql-org/go-mysql v1.7.0
|
2022-03-06 22:46:02 +08:00
|
|
|
github.com/go-pay/gopay v1.5.72
|
2023-02-28 16:48:06 +08:00
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
2023-08-19 23:15:02 +08:00
|
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
2023-04-12 21:33:54 +08:00
|
|
|
github.com/go-webauthn/webauthn v0.6.0
|
2023-03-07 13:38:48 +08:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.0
|
2023-02-28 16:48:06 +08:00
|
|
|
github.com/google/uuid v1.3.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
|
2023-08-19 12:33:00 +08:00
|
|
|
github.com/lib/pq v1.10.9
|
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
|
2023-07-05 20:35:02 +08:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0
|
2023-08-19 23:15:02 +08:00
|
|
|
github.com/nikoksr/notify v0.41.0
|
2022-04-08 23:06:48 +08:00
|
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
|
2023-02-16 22:53:28 +08:00
|
|
|
github.com/nyaruka/phonenumbers v1.1.5
|
2023-06-24 18:39:54 +08:00
|
|
|
github.com/pquerna/otp v1.4.0
|
2023-05-23 14:43:18 +08:00
|
|
|
github.com/prometheus/client_golang v1.11.1
|
2023-08-08 22:30:19 +08:00
|
|
|
github.com/prometheus/client_model v0.3.0
|
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
|
2023-05-23 14:43:18 +08:00
|
|
|
github.com/russellhaering/gosaml2 v0.9.0
|
|
|
|
github.com/russellhaering/goxmldsig v1.2.0
|
|
|
|
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 // indirect
|
2022-08-20 21:22:46 +08:00
|
|
|
github.com/shirou/gopsutil v3.21.11+incompatible
|
2023-02-28 16:48:06 +08:00
|
|
|
github.com/siddontang/go-log v0.0.0-20190221022429-1e957dd83bed
|
2022-11-24 19:28:51 +08:00
|
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
2023-08-19 12:33:00 +08:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2023-08-19 23:15:02 +08:00
|
|
|
github.com/stripe/stripe-go/v74 v74.29.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
|
2023-06-24 18:39:54 +08:00
|
|
|
github.com/xorm-io/builder v0.3.13
|
2023-02-12 09:33:24 +08:00
|
|
|
github.com/xorm-io/core v0.7.4
|
|
|
|
github.com/xorm-io/xorm v1.1.6
|
2022-08-20 22:04:37 +08:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
2023-08-08 22:30:19 +08:00
|
|
|
golang.org/x/crypto v0.11.0
|
|
|
|
golang.org/x/net v0.13.0
|
|
|
|
golang.org/x/oauth2 v0.10.0
|
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
|
2023-08-08 22:30:19 +08:00
|
|
|
modernc.org/sqlite v1.18.2
|
2020-10-20 23:14:03 +08:00
|
|
|
)
|