go.mod 630 B

123456789101112131415161718
  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.5
  7. github.com/kr/text v0.2.0 // indirect
  8. github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
  9. github.com/sirupsen/logrus v1.8.1
  10. github.com/spf13/cast v1.3.1
  11. github.com/stretchr/testify v1.7.0
  12. golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
  13. golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 // indirect
  14. gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
  15. gopkg.in/h2non/gock.v1 v1.0.15
  16. )