@@ -17,7 +17,7 @@ require (
17
17
github.com/manifoldco/promptui v0.9.0
18
18
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a
19
19
github.com/prometheus/client_model v0.5.0
20
- github.com/prometheus/common v0.44 .0
20
+ github.com/prometheus/common v0.46 .0
21
21
github.com/rs/zerolog v1.31.0
22
22
github.com/schollz/progressbar/v3 v3.13.1
23
23
github.com/spf13/cobra v1.7.0
@@ -28,7 +28,7 @@ require (
28
28
github.com/tyler-smith/go-bip32 v1.0.0
29
29
github.com/tyler-smith/go-bip39 v1.1.0
30
30
github.com/xeipuuv/gojsonschema v1.2.0
31
- golang.org/x/crypto v0.17 .0
31
+ golang.org/x/crypto v0.18 .0
32
32
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
33
33
golang.org/x/text v0.14.0
34
34
golang.org/x/time v0.3.0
@@ -38,13 +38,7 @@ require (
38
38
39
39
require github.com/alecthomas/participle/v2 v2.1.1
40
40
41
- require (
42
- github.com/go-errors/errors v1.5.1 // indirect
43
- github.com/sethvargo/go-retry v0.2.4 // indirect
44
- github.com/umbracle/ethgo v0.1.4-0.20231006072852-6b068360fc97 // indirect
45
- github.com/umbracle/fastrlp v0.1.1-0.20230504065717-58a1b8a9929d // indirect
46
- github.com/valyala/fastjson v1.6.3 // indirect
47
- )
41
+ require github.com/go-errors/errors v1.5.1 // indirect
48
42
49
43
require (
50
44
cloud.google.com/go v0.110.8 // indirect
@@ -100,7 +94,6 @@ require (
100
94
github.com/mattn/go-colorable v0.1.13 // indirect
101
95
github.com/mattn/go-isatty v0.0.20 // indirect
102
96
github.com/mattn/go-runewidth v0.0.15 // indirect
103
- github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
104
97
github.com/minio/sha256-simd v1.0.1 // indirect
105
98
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
106
99
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
@@ -119,8 +112,8 @@ require (
119
112
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
120
113
github.com/pkg/errors v0.9.1 // indirect
121
114
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
122
- github.com/prometheus/client_golang v1.17 .0 // indirect
123
- github.com/prometheus/procfs v0.11.1 // indirect
115
+ github.com/prometheus/client_golang v1.18 .0 // indirect
116
+ github.com/prometheus/procfs v0.12.0 // indirect
124
117
github.com/rivo/uniseg v0.4.4 // indirect
125
118
github.com/rogpeppe/go-internal v1.10.0 // indirect
126
119
github.com/sagikazarmark/locafero v0.3.0 // indirect
@@ -139,11 +132,11 @@ require (
139
132
go.opencensus.io v0.24.0 // indirect
140
133
go.uber.org/multierr v1.11.0 // indirect
141
134
golang.org/x/mod v0.14.0 // indirect
142
- golang.org/x/net v0.19 .0 // indirect
143
- golang.org/x/oauth2 v0.13 .0 // indirect
135
+ golang.org/x/net v0.20 .0 // indirect
136
+ golang.org/x/oauth2 v0.16 .0 // indirect
144
137
golang.org/x/sync v0.6.0 // indirect
145
138
golang.org/x/sys v0.16.0 // indirect
146
- golang.org/x/term v0.15 .0 // indirect
139
+ golang.org/x/term v0.16 .0 // indirect
147
140
golang.org/x/tools v0.16.0 // indirect
148
141
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
149
142
google.golang.org/appengine v1.6.7 // indirect
@@ -164,7 +157,6 @@ require (
164
157
165
158
require (
166
159
cloud.google.com/go/iam v1.1.3 // indirect
167
- github.com/0xPolygon/polygon-edge v1.3.2
168
160
github.com/Microsoft/go-winio v0.6.1 // indirect
169
161
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
170
162
github.com/crate-crypto/go-ipa v0.0.0-20231025140028-3c0104f4b233 // indirect
0 commit comments