go.mod 383 B

1234567891011121314
  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/sirupsen/logrus v1.9.0
  7. github.com/spf13/cast v1.4.1
  8. github.com/stretchr/testify v1.7.1
  9. github.com/tidwall/gjson v1.14.1
  10. golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
  11. gopkg.in/h2non/gock.v1 v1.1.2
  12. )