互动
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.

47 lines
2.1 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
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
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/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
  6. github.com/aws/aws-sdk-go v1.30.7 // indirect
  7. github.com/chanxuehong/wechat v0.0.0-20200409104612-0a1fd76d7a3a
  8. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  9. github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect
  10. github.com/fsnotify/fsnotify v1.4.9 // indirect
  11. github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
  12. github.com/go-chi/chi v4.1.0+incompatible
  13. github.com/go-errors/errors v1.0.2 // indirect
  14. github.com/go-redis/redis v6.15.7+incompatible // indirect
  15. github.com/go-stack/stack v1.8.0
  16. github.com/golang/snappy v0.0.1 // indirect
  17. github.com/gorilla/websocket v1.4.2
  18. github.com/iGoogle-ink/gopay/v2 v2.0.5
  19. github.com/importcjj/sensitive v0.0.0-20200106142752-42d1c505be7b
  20. github.com/jinzhu/gorm v1.9.12 // indirect
  21. github.com/kirinlabs/HttpRequest v1.0.5
  22. github.com/ouxuanserver/osmanthuswine v0.0.0-20190916032555-480efadf4941
  23. github.com/panjf2000/ants v4.0.2+incompatible
  24. github.com/pkg/errors v0.9.1
  25. github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24
  26. github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086
  27. github.com/smartystreets/goconvey v1.6.4
  28. github.com/swaggo/http-swagger v0.0.0-20190614090009-c2865af9083e // indirect
  29. github.com/swaggo/swag v1.6.3 // indirect
  30. github.com/tealeg/xlsx v1.0.5 // indirect
  31. github.com/tencentyun/cos-go-sdk-v5 v0.7.4
  32. github.com/tencentyun/tls-sig-api-v2-golang v1.0.0
  33. github.com/xormplus/builder v0.0.0-20200331055651-240ff40009be // indirect
  34. github.com/xormplus/core v0.0.0-20200308074340-f3bce19d5f31 // indirect
  35. github.com/xormplus/xorm v0.0.0-20200410045938-f6b4c1cd3b8b
  36. go.uber.org/atomic v1.6.0
  37. go.uber.org/zap v1.14.1
  38. golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a // indirect
  39. golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
  40. google.golang.org/appengine v1.6.5 // indirect
  41. gopkg.in/natefinch/lumberjack.v2 v2.0.0
  42. gopkg.in/yaml.v2 v2.2.8 // indirect
  43. xorm.io/core v0.7.3 // indirect
  44. xorm.io/xorm v1.0.1 // indirect
  45. )