mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
57 lines
2.3 KiB
Modula-2
57 lines
2.3 KiB
Modula-2
module github.com/casdoor/casdoor
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/RobotsAndPencils/go-saml v0.0.0-20170520135329-fb13cb52a46b
|
|
github.com/Unknwon/goconfig v1.0.0
|
|
github.com/alexedwards/argon2id v0.0.0-20211130144151-3585854a6387
|
|
github.com/aws/aws-sdk-go v1.44.4
|
|
github.com/beego/beego v1.12.11
|
|
github.com/beevik/etree v1.1.0
|
|
github.com/casbin/casbin/v2 v2.30.1
|
|
github.com/casbin/xorm-adapter/v3 v3.0.1
|
|
github.com/casdoor/go-sms-sender v0.5.1
|
|
github.com/casdoor/goth v1.69.0-FIX2
|
|
github.com/casdoor/oss v1.2.0
|
|
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
|
|
github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc
|
|
github.com/duo-labs/webauthn v0.0.0-20211221191814-a22482edaa3b
|
|
github.com/forestmgy/ldapserver v1.1.0
|
|
github.com/go-gomail/gomail v0.0.0-20160411212932-81ebce5c23df
|
|
github.com/go-ldap/ldap/v3 v3.3.0
|
|
github.com/go-pay/gopay v1.5.72
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/golang-jwt/jwt/v4 v4.2.0
|
|
github.com/google/go-cmp v0.5.8 // indirect
|
|
github.com/google/uuid v1.2.0
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
|
|
github.com/lestrrat-go/jwx v0.9.0
|
|
github.com/lib/pq v1.8.0
|
|
github.com/lor00x/goldap v0.0.0-20180618054307-a546dffdd1a3
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
|
|
github.com/qiangmzsx/string-adapter/v2 v2.1.0
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/russellhaering/gosaml2 v0.6.0
|
|
github.com/russellhaering/goxmldsig v1.1.1
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/shirou/gopsutil v3.21.11+incompatible
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/tealeg/xlsx v1.0.5
|
|
github.com/thanhpk/randstr v1.0.4
|
|
github.com/tklauser/go-sysconf v0.3.10 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
|
golang.org/x/crypto v0.0.0-20220208233918-bba287dce954
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
|
|
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // 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.67.0
|
|
gopkg.in/square/go-jose.v2 v2.6.0
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
xorm.io/core v0.7.2
|
|
xorm.io/xorm v1.0.4
|
|
)
|