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.
|
- module code.fnuoos.com/go_rely_warehouse/zyos_go_pay.git
-
- go 1.15
-
- require (
- github.com/gin-gonic/gin v1.8.0 // indirect
- github.com/go-sql-driver/mysql v1.6.0
- github.com/iGoogle-ink/gopay v1.5.36
- github.com/pkg/errors v0.8.1 // indirect
- gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
- gopkg.in/go-playground/validator.v9 v9.29.1 // indirect
- xorm.io/builder v0.3.10 // indirect
- xorm.io/xorm v1.3.0
- )
|