@@ -3,7 +3,7 @@ module github.com/0chain/zwalletcli
3
3
go 1.21
4
4
5
5
require (
6
- github.com/0chain/gosdk v1.17.3
6
+ github.com/0chain/gosdk v1.17.10-0.20241013145631-07da576557cd
7
7
github.com/ethereum/go-ethereum v1.13.2
8
8
github.com/icza/bitio v1.1.0
9
9
github.com/olekukonko/tablewriter v0.0.5
@@ -15,7 +15,7 @@ require (
15
15
)
16
16
17
17
require (
18
- github.com/0chain/common v0.0.7 -0.20231108122201-3e2bad6b9d20 // indirect
18
+ github.com/0chain/common v1.13.1 -0.20240926135437-61b88d39bbbd // indirect
19
19
github.com/0chain/errors v1.0.3 // indirect
20
20
github.com/DataDog/zstd v1.5.2 // indirect
21
21
github.com/Luzifer/go-openssl/v3 v3.1.0 // indirect
@@ -27,17 +27,14 @@ require (
27
27
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
28
28
github.com/btcsuite/btcd/btcutil v1.1.3 // indirect
29
29
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2 // indirect
30
- github.com/cockroachdb/errors v1.9.1 // indirect
31
- github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
32
- github.com/cockroachdb/redact v1.1.3 // indirect
33
30
github.com/consensys/bavard v0.1.13 // indirect
34
31
github.com/consensys/gnark-crypto v0.12.1 // indirect
35
32
github.com/crate-crypto/go-kzg-4844 v0.6.0 // indirect
36
33
github.com/deckarep/golang-set/v2 v2.2.0 // indirect
37
34
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
38
35
github.com/ethereum/c-kzg-4844 v0.3.1 // indirect
39
36
github.com/fsnotify/fsnotify v1.6.0 // indirect
40
- github.com/getsentry/sentry-go v0.18 .0 // indirect
37
+ github.com/fxamacker/cbor/v2 v2.7 .0 // indirect
41
38
github.com/go-ole/go-ole v1.2.6 // indirect
42
39
github.com/go-stack/stack v1.8.1 // indirect
43
40
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
@@ -53,7 +50,7 @@ require (
53
50
github.com/hashicorp/golang-lru/v2 v2.0.1 // indirect
54
51
github.com/hashicorp/hcl v1.0.0 // indirect
55
52
github.com/herumi/bls-go-binary v1.31.0 // indirect
56
- github.com/hitenjain14/fasthttp v0.0.0-20240527123209-06019e79bff9 // indirect
53
+ github.com/hitenjain14/fasthttp v0.0.0-20240916135632-f9303a91736c // indirect
57
54
github.com/holiman/uint256 v1.2.3 // indirect
58
55
github.com/inconshreveable/mousetrap v1.1.0 // indirect
59
56
github.com/klauspost/compress v1.17.0 // indirect
@@ -90,6 +87,7 @@ require (
90
87
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
91
88
github.com/valyala/bytebufferpool v1.0.0 // indirect
92
89
github.com/valyala/fasthttp v1.51.0 // indirect
90
+ github.com/x448/float16 v0.8.4 // indirect
93
91
github.com/ybbus/jsonrpc/v3 v3.1.5 // indirect
94
92
github.com/yusufpapurcu/wmi v1.2.3 // indirect
95
93
go.dedis.ch/fixbuf v1.0.3 // indirect
@@ -98,14 +96,13 @@ require (
98
96
go.uber.org/goleak v1.2.1 // indirect
99
97
go.uber.org/multierr v1.11.0 // indirect
100
98
go.uber.org/zap v1.24.0 // indirect
101
- golang.org/x/crypto v0.17 .0 // indirect
99
+ golang.org/x/crypto v0.21 .0 // indirect
102
100
golang.org/x/exp v0.0.0-20230810033253-352e893a4cad // indirect
103
101
golang.org/x/mod v0.14.0 // indirect
104
- golang.org/x/sync v0.5 .0 // indirect
105
- golang.org/x/sys v0.15 .0 // indirect
102
+ golang.org/x/sync v0.7 .0 // indirect
103
+ golang.org/x/sys v0.18 .0 // indirect
106
104
golang.org/x/text v0.14.0 // indirect
107
105
golang.org/x/tools v0.16.0 // indirect
108
- google.golang.org/protobuf v1.31.0 // indirect
109
106
gopkg.in/ini.v1 v1.67.0 // indirect
110
107
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
111
108
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments