@@ -3,10 +3,10 @@ module github.com/0xPolygonHermez/zkevm-node
3
3
go 1.21
4
4
5
5
require (
6
- github.com/0xPolygonHermez/zkevm-data-streamer v0.2.3
6
+ github.com/0xPolygonHermez/zkevm-data-streamer v0.2.7
7
7
github.com/didip/tollbooth/v6 v6.1.2
8
8
github.com/dop251/goja v0.0.0-20230806174421-c933cf95e127
9
- github.com/ethereum/go-ethereum v1.13.14
9
+ github.com/ethereum/go-ethereum v1.14.8
10
10
github.com/go-git/go-billy/v5 v5.5.0
11
11
github.com/go-git/go-git/v5 v5.12.0
12
12
github.com/gobuffalo/packr/v2 v2.8.3
@@ -39,39 +39,39 @@ require (
39
39
require (
40
40
dario.cat/mergo v1.0.0 // indirect
41
41
github.com/DataDog/zstd v1.5.2 // indirect
42
- github.com/Microsoft/go-winio v0.6.1 // indirect
42
+ github.com/Microsoft/go-winio v0.6.2 // indirect
43
43
github.com/ProtonMail/go-crypto v1.0.0 // indirect
44
44
github.com/StackExchange/wmi v1.2.1 // indirect
45
- github.com/VictoriaMetrics/fastcache v1.12.1 // indirect
45
+ github.com/VictoriaMetrics/fastcache v1.12.2 // indirect
46
46
github.com/bahlo/generic-list-go v0.2.0 // indirect
47
47
github.com/beorn7/perks v1.0.1 // indirect
48
48
github.com/bits-and-blooms/bitset v1.10.0 // indirect
49
- github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
49
+ github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
50
50
github.com/buger/jsonparser v1.1.1 // indirect
51
51
github.com/cespare/xxhash/v2 v2.3.0 // indirect
52
52
github.com/cloudflare/circl v1.3.7 // indirect
53
- github.com/cockroachdb/errors v1.9.1 // indirect
53
+ github.com/cockroachdb/errors v1.11.3 // indirect
54
+ github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect
54
55
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
55
- github.com/cockroachdb/pebble v0.0.0-20230928194634-aa077af62593 // indirect
56
- github.com/cockroachdb/redact v1.1.3 // indirect
56
+ github.com/cockroachdb/pebble v1.1.1 // indirect
57
+ github.com/cockroachdb/redact v1.1.5 // indirect
57
58
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
58
59
github.com/consensys/bavard v0.1.13 // indirect
59
60
github.com/consensys/gnark-crypto v0.12.1 // indirect
60
61
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
61
- github.com/crate-crypto/go-ipa v0.0.0-20231025140028-3c0104f4b233 // indirect
62
- github.com/crate-crypto/go-kzg-4844 v0.7 .0 // indirect
62
+ github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
63
+ github.com/crate-crypto/go-kzg-4844 v1.0 .0 // indirect
63
64
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
64
65
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
65
- github.com/deckarep/golang-set/v2 v2.1 .0 // indirect
66
+ github.com/deckarep/golang-set/v2 v2.6 .0 // indirect
66
67
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
67
68
github.com/dlclark/regexp2 v1.7.0 // indirect
68
69
github.com/emirpasic/gods v1.18.1 // indirect
69
- github.com/ethereum/c-kzg-4844 v0.4 .0 // indirect
70
- github.com/fjl/memsize v0.0.2 // indirect
70
+ github.com/ethereum/c-kzg-4844 v1.0 .0 // indirect
71
+ github.com/ethereum/go-verkle v0.1.1-0.20240306133620-7d920df305f0 // indirect
71
72
github.com/fsnotify/fsnotify v1.7.0 // indirect
72
73
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
73
- github.com/gballet/go-verkle v0.1.1-0.20231031103413-a67434b50f46 // indirect
74
- github.com/getsentry/sentry-go v0.18.0 // indirect
74
+ github.com/getsentry/sentry-go v0.27.0 // indirect
75
75
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
76
76
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
77
77
github.com/go-ole/go-ole v1.3.0 // indirect
@@ -130,7 +130,7 @@ require (
130
130
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
131
131
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
132
132
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
133
- github.com/sirupsen/logrus v1.9.0 // indirect
133
+ github.com/sirupsen/logrus v1.9.3 // indirect
134
134
github.com/skeema/knownhosts v1.2.2 // indirect
135
135
github.com/sourcegraph/conc v0.3.0 // indirect
136
136
github.com/spf13/cast v1.6.0 // indirect
@@ -148,22 +148,20 @@ require (
148
148
github.com/xanzy/ssh-agent v0.3.3 // indirect
149
149
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
150
150
go.uber.org/multierr v1.10.0 // indirect
151
- golang.org/x/mod v0.17.0 // indirect
152
151
golang.org/x/sys v0.26.0 // indirect
153
152
golang.org/x/term v0.25.0 // indirect
154
153
golang.org/x/text v0.19.0 // indirect
155
154
golang.org/x/time v0.5.0 // indirect
156
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
157
155
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
158
156
gopkg.in/ini.v1 v1.67.0 // indirect
159
- gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
157
+ gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
160
158
gopkg.in/warnings.v0 v0.1.2 // indirect
161
159
rsc.io/tmplfunc v0.0.3 // indirect
162
160
)
163
161
164
162
require (
165
163
github.com/gorilla/websocket v1.5.3
166
- github.com/holiman/uint256 v1.3.0
164
+ github.com/holiman/uint256 v1.3.1
167
165
github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a // indirect
168
166
)
169
167
0 commit comments