互动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.7 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. module hudongzhuanjia
  2. go 1.12
  3. require (
  4. github.com/360EntSecGroup-Skylar/excelize/v2 v2.0.1
  5. github.com/agrison/go-tablib v0.0.0-20160310143025-4930582c22ee
  6. github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
  7. github.com/chanxuehong/wechat v0.0.0-20190521093015-fafb751f9916
  8. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  9. github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect
  10. github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
  11. github.com/gorilla/websocket v1.4.0
  12. github.com/iGoogle-ink/gopay v1.5.1 // indirect
  13. github.com/iGoogle-ink/gopay/v2 v2.0.5
  14. github.com/importcjj/sensitive v0.0.0-20200106142752-42d1c505be7b
  15. github.com/kirinlabs/HttpRequest v0.1.5
  16. github.com/ouxuanserver/osmanthuswine v0.0.0-20190916032555-480efadf4941
  17. github.com/panjf2000/ants v4.0.2+incompatible
  18. github.com/pkg/errors v0.9.1
  19. github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
  20. github.com/smartystreets/goconvey v1.6.4
  21. github.com/swaggo/http-swagger v0.0.0-20190614090009-c2865af9083e
  22. github.com/swaggo/swag v1.6.3
  23. github.com/tencentyun/cos-go-sdk-v5 v0.0.0-20190926121715-a33db3b0dede
  24. github.com/tencentyun/tls-sig-api-v2-golang v1.0.0
  25. github.com/xormplus/xorm v0.0.0-20190419084314-284871d688a4
  26. go.uber.org/atomic v1.4.0 // indirect
  27. go.uber.org/multierr v1.2.0 // indirect
  28. go.uber.org/zap v1.10.0
  29. golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
  30. golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a // indirect
  31. golang.org/x/net v0.0.0-20191021144547-ec77196f6094 // indirect
  32. golang.org/x/sys v0.0.0-20191025021431-6c3a3bfe00ae // indirect
  33. golang.org/x/tools v0.0.0-20191025023517-2077df36852e // indirect
  34. gopkg.in/natefinch/lumberjack.v2 v2.0.0
  35. gopkg.in/olahol/melody.v1 v1.0.0-20170518105555-d52139073376
  36. )