!3 完成微信扫码登录数据库交互
* Improvement: use commit SHA to tag artifact * bugFix: inconsistent collation * Added Database migration for DevStar Studio 1.0 * Updated Transaction for table `user_wechat_official_account_openid` * WeChat Official Account binding/updating done * WeChat Official Account QR login Success
This commit is contained in:
4
go.mod
4
go.mod
@@ -15,6 +15,7 @@ require (
|
||||
gitea.com/lunny/dingtalk_webhook v0.0.0-20171025031554-e3534c89ef96
|
||||
gitea.com/lunny/levelqueue v0.4.2-0.20230414023320-3c0159fe0fe4
|
||||
github.com/42wim/sshsig v0.0.0-20211121163825-841cf5bbc121
|
||||
github.com/ArtisanCloud/PowerLibs/v3 v3.2.3
|
||||
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0
|
||||
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.2
|
||||
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358
|
||||
@@ -127,9 +128,10 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/ArtisanCloud/PowerLibs/v3 v3.2.3 // indirect
|
||||
github.com/ArtisanCloud/PowerSocialite/v3 v3.0.7 // indirect
|
||||
github.com/clbanning/mxj/v2 v2.7.0 // indirect
|
||||
github.com/gofrs/uuid v4.4.0+incompatible // indirect
|
||||
github.com/gomodule/redigo v1.8.4 // indirect
|
||||
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user