go.mod 417 B

1234567891011121314
  1. module github.com/silenceper/wechat/v2
  2. go 1.14
  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.6-0.20220405070650-99c79f7041fc
  7. github.com/sirupsen/logrus v1.8.1
  8. github.com/spf13/cast v1.4.1
  9. github.com/stretchr/testify v1.7.1
  10. golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
  11. gopkg.in/h2non/gock.v1 v1.1.2
  12. )