@@ -3,77 +3,36 @@ module github.com/everFinance/goar
3
3
go 1.17
4
4
5
5
require (
6
- github.com/btcsuite/btcutil v1.0.2
7
- github.com/ethereum/go-ethereum v1.10.12
6
+ github.com/btcsuite/btcd/ btcutil v1.1.3
7
+ github.com/ethereum/go-ethereum v1.10.20
8
8
github.com/everFinance/arseeding v1.0.3
9
- github.com/everFinance/everpay-go v0.0.1
10
- github.com/everFinance/goether v1.1.7
9
+ github.com/everFinance/goether v1.1.8
11
10
github.com/everFinance/gojwk v1.0.0
12
11
github.com/everFinance/ttcrsa v1.1.3
13
12
github.com/hamba/avro v1.5.6
14
13
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
15
14
github.com/shopspring/decimal v1.2.0
16
- github.com/stretchr/testify v1.7 .0
15
+ github.com/stretchr/testify v1.8 .0
17
16
)
18
17
19
18
require (
20
- github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
21
- github.com/VictoriaMetrics/fastcache v1.6.0 // indirect
22
- github.com/btcsuite/btcd v0.20.1-beta // indirect
23
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
19
+ github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
24
20
github.com/davecgh/go-spew v1.1.1 // indirect
25
- github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea // indirect
26
- github.com/edsrzf/mmap-go v1.0.0 // indirect
21
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
27
22
github.com/everFinance/ethrpc v1.0.4 // indirect
28
- github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
29
- github.com/getsentry/sentry-go v0.11.0 // indirect
30
- github.com/go-logfmt/logfmt v0.5.0 // indirect
31
- github.com/go-ole/go-ole v1.2.1 // indirect
32
23
github.com/go-stack/stack v1.8.1 // indirect
33
- github.com/golang/protobuf v1.5.2 // indirect
34
- github.com/golang/snappy v0.0.4 // indirect
35
- github.com/google/uuid v1.3.0 // indirect
36
- github.com/gorilla/websocket v1.4.2 // indirect
37
- github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
38
- github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
39
- github.com/holiman/uint256 v1.2.0 // indirect
40
- github.com/huin/goupnp v1.0.2 // indirect
41
- github.com/jackpal/go-nat-pmp v1.0.2-0.20160603034137-1fa385a6f458 // indirect
42
24
github.com/jinzhu/inflection v1.0.0 // indirect
43
25
github.com/jinzhu/now v1.1.4 // indirect
44
26
github.com/json-iterator/go v1.1.11 // indirect
45
- github.com/karalabe/usb v0.0.0-20211005121534-4c5740d64559 // indirect
27
+ github.com/kr/pretty v0.2.1 // indirect
46
28
github.com/mattn/go-colorable v0.1.11 // indirect
47
29
github.com/mattn/go-isatty v0.0.14 // indirect
48
- github.com/mattn/go-runewidth v0.0.9 // indirect
49
30
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
50
31
github.com/modern-go/reflect2 v1.0.1 // indirect
51
- github.com/nxadm/tail v1.4.8 // indirect
52
- github.com/olekukonko/tablewriter v0.0.5 // indirect
53
- github.com/peterh/liner v1.1.1-0.20190123174540-a2c9a5303de7 // indirect
54
- github.com/pkg/errors v0.9.1 // indirect
55
32
github.com/pmezard/go-difflib v1.0.0 // indirect
56
- github.com/prometheus/tsdb v0.7.1 // indirect
57
- github.com/rjeczalik/notify v0.9.1 // indirect
58
- github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
59
- github.com/status-im/keycard-go v0.0.0-20190316090335-8537d3370df4 // indirect
60
- github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
61
- github.com/tidwall/gjson v1.14.1 // indirect
62
- github.com/tidwall/match v1.1.1 // indirect
63
- github.com/tidwall/pretty v1.2.0 // indirect
64
- github.com/tidwall/sjson v1.2.4 // indirect
65
- github.com/tklauser/go-sysconf v0.3.5 // indirect
66
- github.com/tklauser/numcpus v0.2.2 // indirect
67
- github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef // indirect
68
- golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
69
- golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
70
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
71
- golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
72
- golang.org/x/text v0.3.7 // indirect
73
- google.golang.org/protobuf v1.26.0 // indirect
74
- gopkg.in/h2non/gentleman.v2 v2.0.5 // indirect
75
- gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
76
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
33
+ golang.org/x/crypto v0.3.0 // indirect
34
+ golang.org/x/sys v0.2.0 // indirect
35
+ gopkg.in/yaml.v3 v3.0.1 // indirect
77
36
gorm.io/datatypes v1.0.1 // indirect
78
37
gorm.io/gorm v1.22.4 // indirect
79
38
)
0 commit comments