o2o公共业务代码
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.

12 lines
262 B

  1. module code.fnuoos.com/go_rely_warehouse/zyos_go_o2o_business.git
  2. go 1.15
  3. require (
  4. github.com/go-redis/redis v6.15.9+incompatible
  5. github.com/go-sql-driver/mysql v1.6.0
  6. github.com/gomodule/redigo/redis v0.0.1
  7. go.uber.org/zap v1.23.0
  8. xorm.io/xorm v1.3.1
  9. )