go.mod 436 B

12345678910111213141516
  1. module github.com/silenceper/wechat/v2
  2. go 1.16
  3. require (
  4. github.com/alicebob/miniredis/v2 v2.33.0
  5. github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874
  6. github.com/fatih/structs v1.1.0
  7. github.com/go-redis/redis/v8 v8.11.5
  8. github.com/sirupsen/logrus v1.9.3
  9. github.com/spf13/cast v1.6.0
  10. github.com/stretchr/testify v1.9.0
  11. github.com/tidwall/gjson v1.17.1
  12. golang.org/x/crypto v0.25.0
  13. gopkg.in/h2non/gock.v1 v1.1.2
  14. )