feat: add multiple SMS providers (#2182)

* feat: add amazon sns and azure acs provider

* feat: add msg91 sms provider

* feat: add infobip sms provider

* feat: add ucloud sms provider

* feat: add baidu cloud sms provider

* fix: fix logo and azure acs
This commit is contained in:
UsherFall
2023-08-07 00:59:17 +08:00
committed by GitHub
parent 3220a04fa9
commit fd9dbf8251
5 changed files with 86 additions and 20 deletions

2
go.mod
View File

@ -12,7 +12,7 @@ require (
github.com/beevik/etree v1.1.0
github.com/casbin/casbin v1.9.1 // indirect
github.com/casbin/casbin/v2 v2.30.1
github.com/casdoor/go-sms-sender v0.6.1
github.com/casdoor/go-sms-sender v0.12.0
github.com/casdoor/gomail/v2 v2.0.1
github.com/casdoor/oss v1.2.1
github.com/casdoor/xorm-adapter/v3 v3.0.4