1
1
module github.com/everFinance/arseeding
2
2
3
- go 1.17
3
+ go 1.21.1
4
+
5
+ toolchain go1.21.5
4
6
5
7
require (
6
8
github.com/aliyun/aliyun-oss-go-sdk v2.2.6+incompatible
7
9
github.com/aws/aws-sdk-go v1.27.0
8
- github.com/ethereum/go-ethereum v1.10.20
9
- github.com/everFinance/goar v1.5.7
10
+ github.com/ethereum/go-ethereum v1.13.5
11
+ github.com/everFinance/goar v1.5.8
10
12
github.com/everFinance/goether v1.1.9
11
- github.com/gin-gonic/gin v1.7.7
13
+ github.com/gin-gonic/gin v1.8.1
12
14
github.com/go-co-op/gocron v1.11.0
13
- github.com/google/uuid v1.3 .0
15
+ github.com/google/uuid v1.5 .0
14
16
github.com/gorilla/handlers v1.4.2
15
17
github.com/mkevac/debugcharts v0.0.0-20191222103121-ae1c48aa8615
16
18
github.com/panjf2000/ants/v2 v2.6.0
17
19
github.com/prometheus/client_golang v1.12.2
18
20
github.com/shopspring/decimal v1.2.0
19
- github.com/stretchr/testify v1.8.2
21
+ github.com/stretchr/testify v1.8.4
20
22
github.com/tidwall/gjson v1.14.4
21
23
github.com/ulule/limiter/v3 v3.10.0
22
- github.com/urfave/cli/v2 v2.24.4
24
+ github.com/urfave/cli/v2 v2.25.7
23
25
go.etcd.io/bbolt v1.3.6
24
26
gopkg.in/h2non/gentleman.v2 v2.0.5
25
27
gorm.io/datatypes v1.0.1
@@ -31,79 +33,98 @@ require (
31
33
require (
32
34
github.com/Khan/genqlient v0.6.0
33
35
github.com/allegro/bigcache/v3 v3.1.0
34
- github.com/everFinance/go-everpay v0.1.1
36
+ github.com/everFinance/go-everpay v0.2.0
35
37
github.com/everFinance/goarns v0.0.3
38
+ github.com/everVision/everpay-kits v0.0.6-0.20240201142725-21cc7715d94d
36
39
github.com/segmentio/kafka-go v0.4.40
37
40
go.mongodb.org/mongo-driver v1.11.4
38
41
)
39
42
40
43
require (
41
44
github.com/StackExchange/wmi v1.2.1 // indirect
42
45
github.com/beorn7/perks v1.0.1 // indirect
46
+ github.com/bits-and-blooms/bitset v1.7.0 // indirect
43
47
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
44
48
github.com/btcsuite/btcd/btcutil v1.1.3 // indirect
45
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
49
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
50
+ github.com/consensys/bavard v0.1.13 // indirect
51
+ github.com/consensys/gnark-crypto v0.12.1 // indirect
46
52
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
53
+ github.com/crate-crypto/go-kzg-4844 v0.7.0 // indirect
47
54
github.com/davecgh/go-spew v1.1.1 // indirect
48
55
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
56
+ github.com/ethereum/c-kzg-4844 v0.4.0 // indirect
49
57
github.com/everFinance/ethrpc v1.0.4 // indirect
50
58
github.com/everFinance/gojwk v1.0.0 // indirect
51
59
github.com/everFinance/ttcrsa v1.1.3 // indirect
52
- github.com/getsentry/sentry-go v0.11.0 // indirect
60
+ github.com/fxamacker/cbor/v2 v2.5.0 // indirect
61
+ github.com/getsentry/sentry-go v0.25.0 // indirect
53
62
github.com/gin-contrib/sse v0.1.0 // indirect
54
63
github.com/go-ole/go-ole v1.2.6 // indirect
55
- github.com/go-playground/locales v0.13 .0 // indirect
56
- github.com/go-playground/universal-translator v0.17 .0 // indirect
57
- github.com/go-playground/validator/v10 v10.4 .1 // indirect
64
+ github.com/go-playground/locales v0.14 .0 // indirect
65
+ github.com/go-playground/universal-translator v0.18 .0 // indirect
66
+ github.com/go-playground/validator/v10 v10.11 .1 // indirect
58
67
github.com/go-sql-driver/mysql v1.6.0 // indirect
59
68
github.com/go-stack/stack v1.8.1 // indirect
60
- github.com/golang/protobuf v1.5.2 // indirect
61
- github.com/golang/snappy v0.0.4 // indirect
62
- github.com/google/go-cmp v0.5.6 // indirect
69
+ github.com/go-webauthn/webauthn v0.8.3 // indirect
70
+ github.com/go-webauthn/x v0.1.2 // indirect
71
+ github.com/goccy/go-json v0.10.2 // indirect
72
+ github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
73
+ github.com/golang/protobuf v1.5.3 // indirect
74
+ github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
75
+ github.com/google/go-tpm v0.9.0 // indirect
63
76
github.com/gorilla/websocket v1.5.0 // indirect
64
77
github.com/hamba/avro v1.5.6 // indirect
65
- github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac // indirect
78
+ github.com/holiman/uint256 v1.2.3 // indirect
79
+ github.com/inconshreveable/log15 v2.16.0+incompatible // indirect
66
80
github.com/jinzhu/inflection v1.0.0 // indirect
67
81
github.com/jinzhu/now v1.1.4 // indirect
68
82
github.com/jmespath/go-jmespath v0.4.0 // indirect
69
83
github.com/json-iterator/go v1.1.12 // indirect
70
- github.com/klauspost/compress v1.15.9 // indirect
71
- github.com/leodido/go-urn v1.2.0 // indirect
84
+ github.com/klauspost/compress v1.16.0 // indirect
85
+ github.com/leodido/go-urn v1.2.1 // indirect
72
86
github.com/mattn/go-colorable v0.1.13 // indirect
73
87
github.com/mattn/go-isatty v0.0.17 // indirect
74
88
github.com/mattn/go-sqlite3 v1.14.5 // indirect
75
- github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
89
+ github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
90
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
91
+ github.com/mmcloughlin/addchain v0.4.0 // indirect
76
92
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
77
93
github.com/modern-go/reflect2 v1.0.2 // indirect
78
94
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
95
+ github.com/pelletier/go-toml/v2 v2.0.5 // indirect
79
96
github.com/pierrec/lz4/v4 v4.1.15 // indirect
80
97
github.com/pkg/errors v0.9.1 // indirect
81
98
github.com/pmezard/go-difflib v1.0.0 // indirect
82
- github.com/prometheus/client_model v0.2.0 // indirect
99
+ github.com/prometheus/client_model v0.2.1-0.20210607210712-147c58e9608a // indirect
83
100
github.com/prometheus/common v0.32.1 // indirect
84
101
github.com/prometheus/procfs v0.7.3 // indirect
85
102
github.com/robfig/cron/v3 v3.0.1 // indirect
86
103
github.com/russross/blackfriday/v2 v2.1.0 // indirect
87
104
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
105
+ github.com/supranational/blst v0.3.11 // indirect
88
106
github.com/tidwall/match v1.1.1 // indirect
89
107
github.com/tidwall/pretty v1.2.1 // indirect
90
- github.com/tidwall/sjson v1.2.4 // indirect
91
- github.com/tklauser/go-sysconf v0.3.11 // indirect
92
- github.com/tklauser/numcpus v0.6.0 // indirect
93
- github.com/ugorji/go/codec v1.1 .7 // indirect
108
+ github.com/tidwall/sjson v1.2.5 // indirect
109
+ github.com/tklauser/go-sysconf v0.3.12 // indirect
110
+ github.com/tklauser/numcpus v0.6.1 // indirect
111
+ github.com/ugorji/go/codec v1.2 .7 // indirect
94
112
github.com/vektah/gqlparser/v2 v2.5.1 // indirect
113
+ github.com/x448/float16 v0.8.4 // indirect
95
114
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
96
115
github.com/xdg-go/scram v1.1.2 // indirect
97
116
github.com/xdg-go/stringprep v1.0.4 // indirect
98
117
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
99
118
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
100
- golang.org/x/crypto v0.3.0 // indirect
101
- golang.org/x/net v0.9.0 // indirect
102
- golang.org/x/sync v0.1.0 // indirect
103
- golang.org/x/sys v0.8.0 // indirect
104
- golang.org/x/text v0.9.0 // indirect
105
- golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
106
- google.golang.org/protobuf v1.28.1 // indirect
119
+ golang.org/x/crypto v0.17.0 // indirect
120
+ golang.org/x/net v0.19.0 // indirect
121
+ golang.org/x/sync v0.3.0 // indirect
122
+ golang.org/x/sys v0.15.0 // indirect
123
+ golang.org/x/term v0.15.0 // indirect
124
+ golang.org/x/text v0.14.0 // indirect
125
+ golang.org/x/time v0.3.0 // indirect
126
+ google.golang.org/protobuf v1.29.1 // indirect
107
127
gopkg.in/yaml.v2 v2.4.0 // indirect
108
128
gopkg.in/yaml.v3 v3.0.1 // indirect
129
+ rsc.io/tmplfunc v0.0.3 // indirect
109
130
)
0 commit comments