- module github.com/silenceper/wechat/v2
- go 1.14
- require (
- github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
- github.com/fatih/structs v1.1.0
- github.com/gomodule/redigo v1.8.1
- github.com/sirupsen/logrus v1.6.0
- github.com/spf13/cast v1.3.1
- github.com/stretchr/testify v1.5.1
- golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
- gopkg.in/h2non/gock.v1 v1.0.15
- )
|