go.mod 877 B

1234567891011121314151617181920
  1. module github.com/silenceper/wechat
  2. go 1.13
  3. require (
  4. github.com/astaxie/beego v1.7.1
  5. github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
  6. github.com/gin-gonic/gin v1.1.4
  7. github.com/golang/protobuf v0.0.0-20161117033126-8ee79997227b // indirect
  8. github.com/gomodule/redigo v2.0.1-0.20180627144507-2cd21d9966bf+incompatible
  9. github.com/manucorporat/sse v0.0.0-20160126180136-ee05b128a739 // indirect
  10. github.com/mattn/go-isatty v0.0.0-20161123143637-30a891c33c7c // indirect
  11. github.com/stretchr/testify v1.4.0 // indirect
  12. golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f
  13. golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 // indirect
  14. golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
  15. gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
  16. gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
  17. gopkg.in/yaml.v2 v2.2.6 // indirect
  18. )