-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
48 lines (45 loc) · 1.81 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
module github.com/everFinance/go-everpay
go 1.17
require (
github.com/ethereum/go-ethereum v1.10.20
github.com/everFinance/ethrpc v1.0.4
github.com/everFinance/goar v1.5.7
github.com/everFinance/goether v1.1.9
github.com/getsentry/sentry-go v0.11.0
github.com/google/uuid v1.3.0
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
github.com/shopspring/decimal v1.2.0
github.com/stretchr/testify v1.8.0
github.com/tidwall/gjson v1.14.1
github.com/tidwall/sjson v1.2.4
gopkg.in/h2non/gentleman.v2 v2.0.5
)
require (
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
github.com/btcsuite/btcd/btcutil v1.1.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
github.com/everFinance/arseeding v1.0.3 // indirect
github.com/everFinance/gojwk v1.0.0 // indirect
github.com/everFinance/ttcrsa v1.1.3 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/hamba/avro v1.5.6 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.4 // indirect
github.com/json-iterator/go v1.1.11 // indirect
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 // indirect
github.com/panjf2000/ants/v2 v2.6.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/net v0.2.0 // indirect
golang.org/x/sys v0.2.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gorm.io/datatypes v1.0.1 // indirect
gorm.io/gorm v1.22.4 // indirect
)