-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
57 lines (54 loc) · 2.21 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
module github.com/webx-top/payment
go 1.21
require (
github.com/admpub/alipay/v3 v3.2.22
github.com/admpub/decimal v1.3.1
github.com/admpub/log v1.3.6
github.com/admpub/mugglepay v0.0.8
github.com/admpub/resty/v2 v2.7.1
github.com/objcoding/wxpay v1.0.6
github.com/qingwg/payjs v0.0.0-20190928033402-c53dbe16b371
github.com/smartwalle/paypal v1.0.2
github.com/webx-top/codec v0.3.0
github.com/webx-top/com v1.2.13
github.com/webx-top/echo v1.6.4
github.com/webx-top/restyclient v0.0.4
)
require (
github.com/admpub/color v1.8.1 // indirect
github.com/admpub/events v1.3.6 // indirect
github.com/admpub/fsnotify v1.7.0 // indirect
github.com/admpub/go-isatty v0.0.11 // indirect
github.com/admpub/go-reuseport v0.0.4 // indirect
github.com/admpub/humanize v0.0.0-20190501023926-5f826e92c8ca // indirect
github.com/admpub/once v0.0.1 // indirect
github.com/admpub/realip v0.2.4 // indirect
github.com/admpub/timeago v1.2.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/onsi/gomega v1.19.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/smartwalle/ncrypto v1.0.4 // indirect
github.com/smartwalle/ngx v1.0.9 // indirect
github.com/smartwalle/nsign v1.0.9 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/webx-top/captcha v0.1.0 // indirect
github.com/webx-top/poolx v0.0.0-20210912044716-5cfa2d58e380 // indirect
github.com/webx-top/tagfast v0.0.1 // indirect
github.com/webx-top/validation v0.0.3 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)