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

15 lines
299 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.1.7
github.com/wechatpay-apiv3/wechatpay-go v0.2.11
)
require (
github.com/smartwalle/crypto4go v1.0.2 // indirect
golang.org/x/crypto v0.0.0-20190506204251-e1dfcc566284 // indirect
)