go.mod 317 B

123456789101112
  1. module github.com/silenceper/wechat/v2
  2. go 1.14
  3. require (
  4. github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
  5. github.com/fatih/structs v1.1.0
  6. github.com/gomodule/redigo v1.8.1
  7. github.com/sirupsen/logrus v1.6.0
  8. github.com/spf13/cast v1.3.1
  9. golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
  10. )