- module github.com/silenceper/wechat/v2
- go 1.14
- 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.6-0.20220405070650-99c79f7041fc
- github.com/sirupsen/logrus v1.8.1
- github.com/spf13/cast v1.4.1
- github.com/stretchr/testify v1.7.1
- golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
- gopkg.in/h2non/gock.v1 v1.1.2
- )
|