go.mod 421 B

123456789101112131415
  1. module github.com/silenceper/wechat/v2
  2. go 1.16
  3. require (
  4. github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d
  5. github.com/fatih/structs v1.1.0
  6. github.com/go-redis/redis/v8 v8.11.5
  7. github.com/sirupsen/logrus v1.9.0
  8. github.com/spf13/cast v1.4.1
  9. github.com/stretchr/testify v1.7.1
  10. github.com/tidwall/gjson v1.14.1
  11. golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
  12. gopkg.in/h2non/gock.v1 v1.1.2
  13. )