支付模块
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
274 B

  1. module code.fnuoos.com/go_rely_warehouse/zyos_go_pay.git
  2. go 1.15
  3. require (
  4. code.fnuoos.com/go_rely_warehouse/zyos_go_tools.git v1.0.8
  5. github.com/go-sql-driver/mysql v1.6.0
  6. github.com/iGoogle-ink/gopay v1.5.36
  7. xorm.io/builder v0.3.10 // indirect
  8. xorm.io/xorm v1.3.0
  9. )