22 lines
615 B
Modula-2
22 lines
615 B
Modula-2
module plugins/utils
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
gitea.cdlsxd.cn/sdk/plugin v0.0.0-20240830100334-2e99a5df732b
|
|
github.com/go-playground/validator/v10 v10.22.0
|
|
github.com/tjfoc/gmsm v1.4.1
|
|
github.com/wechatpay-apiv3/wechatpay-go v0.2.18
|
|
golang.org/x/text v0.16.0
|
|
)
|
|
|
|
require (
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
golang.org/x/crypto v0.25.0 // indirect
|
|
golang.org/x/net v0.27.0 // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
)
|