Browse Source

update

tags/v1.1.5
DengBiao 2 years ago
parent
commit
b1190ec126
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      go.mod

+ 3
- 0
go.mod View File

@@ -3,9 +3,12 @@ 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
)

Loading…
Cancel
Save