mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-04 21:02:25 +08:00
* [feature] Format the code and improve Mini Program authorization to obtain openid(miniprogram/auth/auth.go Code2Session) * [feature] CheckEncryptedData (https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/user-info/auth.checkEncryptedData.html) * upgrade json error * upgrade json error * [feature] Wallet Transfer returns the pointer object * feat:Adaptation of new go-redis components * improve code * feat:upgrade golangci-lint-action version * fix * test ci * fix * test ci * fix * test * improve code * feat:GetPhoneNumber return ptr * fix: ptr Elem() error * improve code * improve code * improve code * improve code * upgrade go version v1.15 * improve .golangci.yml * feat:modify redis version v8.11.5 Co-authored-by: houseme <houseme@outlook.com>
16 lines
421 B
Modula-2
16 lines
421 B
Modula-2
module github.com/silenceper/wechat/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d
|
|
github.com/fatih/structs v1.1.0
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/spf13/cast v1.4.1
|
|
github.com/stretchr/testify v1.7.1
|
|
github.com/tidwall/gjson v1.14.1
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
|
|
gopkg.in/h2non/gock.v1 v1.1.2
|
|
)
|