This repository was archived by the owner on Mar 11, 2025. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ require (
6
6
github.com/attestantio/go-eth2-client v0.19.4
7
7
github.com/deckarep/golang-set/v2 v2.6.0
8
8
github.com/ethereum/go-ethereum v1.13.4
9
- github.com/ferranbt/fastssz v0.1.3
10
9
github.com/kelseyhightower/envconfig v1.4.0
11
10
github.com/rs/zerolog v1.31.0
12
11
github.com/stretchr/testify v1.8.4
@@ -31,6 +30,7 @@ require (
31
30
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
32
31
github.com/ethereum/c-kzg-4844 v0.3.1 // indirect
33
32
github.com/fatih/color v1.13.0 // indirect
33
+ github.com/ferranbt/fastssz v0.1.3 // indirect
34
34
github.com/fsnotify/fsnotify v1.6.0 // indirect
35
35
github.com/go-logr/logr v1.2.4 // indirect
36
36
github.com/go-logr/stdr v1.2.2 // indirect
@@ -92,6 +92,6 @@ require (
92
92
)
93
93
94
94
replace (
95
- github.com/attestantio/go-eth2-client => github.com/mpetrun5/go-eth2-client v0.0.0-20231117132517-d4f046b12a1a
95
+ github.com/attestantio/go-eth2-client => github.com/mpetrun5/go-eth2-client v0.0.0-20240621123821-af346ce374dc
96
96
github.com/umbracle/go-eth-consensus => github.com/sygmaprotocol/go-eth-consensus v0.0.0-20240209115220-99232c637bc3
97
97
)
Original file line number Diff line number Diff line change @@ -273,8 +273,8 @@ github.com/mitchellh/pointerstructure v1.2.0 h1:O+i9nHnXS3l/9Wu7r4NrEdwA2VFTicjU
273
273
github.com/mmcloughlin/addchain v0.4.0 h1:SobOdjm2xLj1KkXN5/n0xTIWyZA2+s99UCY1iPfkHRY =
274
274
github.com/mmcloughlin/addchain v0.4.0 /go.mod h1:A86O+tHqZLMNO4w6ZZ4FlVQEadcoqkyU72HC5wJ4RlU =
275
275
github.com/mmcloughlin/profile v0.1.1 /go.mod h1:IhHD7q1ooxgwTgjxQYkACGA77oFTDdFVejUS1/tS/qU =
276
- github.com/mpetrun5/go-eth2-client v0.0.0-20231117132517-d4f046b12a1a h1:f3ECtQ0VqbZsi3mbtac7KTQNlP78ug6BSSawOn7Tfjk =
277
- github.com/mpetrun5/go-eth2-client v0.0.0-20231117132517-d4f046b12a1a /go.mod h1:mZve1kV9Ctj0I1HH9gdg+MnI8lZ+Cb2EktEtOYrBlsM =
276
+ github.com/mpetrun5/go-eth2-client v0.0.0-20240621123821-af346ce374dc h1:RGipGlQz+84vGVbncDNvP5W7Akfgv5WsZ2hoaPO1dUU =
277
+ github.com/mpetrun5/go-eth2-client v0.0.0-20240621123821-af346ce374dc /go.mod h1:mZve1kV9Ctj0I1HH9gdg+MnI8lZ+Cb2EktEtOYrBlsM =
278
278
github.com/nxadm/tail v1.4.4 /go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A =
279
279
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE =
280
280
github.com/nxadm/tail v1.4.8 /go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU =
You can’t perform that action at this time.
0 commit comments