订单分佣规则
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.

15 lines
396 B

  1. module code.fnuoos.com/go_rely_warehouse/zyos_go_order_relate_rule.git
  2. go 1.15
  3. require (
  4. github.com/go-redis/redis v6.15.9+incompatible
  5. github.com/gomodule/redigo v1.8.9 // indirect
  6. github.com/jinzhu/copier v0.3.5
  7. github.com/syyongx/php2go v0.9.6
  8. go.uber.org/zap v1.13.0
  9. golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
  10. gopkg.in/natefinch/lumberjack.v2 v2.0.0
  11. xorm.io/xorm v1.3.1
  12. )