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.
pay/go.mod

16 lines
324 B

module git.oa00.com/go/pay
go 1.17
require (
git.oa00.com/go/rsa v1.0.0
github.com/smartwalle/alipay/v3 v3.2.21
github.com/wechatpay-apiv3/wechatpay-go v0.2.18
)
require (
github.com/smartwalle/ncrypto v1.0.4 // indirect
github.com/smartwalle/ngx v1.0.9 // indirect
github.com/smartwalle/nsign v1.0.9 // indirect
)