This repository was archived by the owner on Mar 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ require (
66 github.com/attestantio/go-eth2-client v0.19.4
77 github.com/deckarep/golang-set/v2 v2.6.0
88 github.com/ethereum/go-ethereum v1.13.4
9- github.com/ferranbt/fastssz v0.1.3
109 github.com/kelseyhightower/envconfig v1.4.0
1110 github.com/rs/zerolog v1.31.0
1211 github.com/stretchr/testify v1.8.4
@@ -31,6 +30,7 @@ require (
3130 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
3231 github.com/ethereum/c-kzg-4844 v0.3.1 // indirect
3332 github.com/fatih/color v1.13.0 // indirect
33+ github.com/ferranbt/fastssz v0.1.3 // indirect
3434 github.com/fsnotify/fsnotify v1.6.0 // indirect
3535 github.com/go-logr/logr v1.2.4 // indirect
3636 github.com/go-logr/stdr v1.2.2 // indirect
@@ -92,6 +92,6 @@ require (
9292)
9393
9494replace (
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
9696 github.com/umbracle/go-eth-consensus => github.com/sygmaprotocol/go-eth-consensus v0.0.0-20240209115220-99232c637bc3
9797)
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
273273github.com/mmcloughlin/addchain v0.4.0 h1:SobOdjm2xLj1KkXN5/n0xTIWyZA2+s99UCY1iPfkHRY =
274274github.com/mmcloughlin/addchain v0.4.0 /go.mod h1:A86O+tHqZLMNO4w6ZZ4FlVQEadcoqkyU72HC5wJ4RlU =
275275github.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 =
278278github.com/nxadm/tail v1.4.4 /go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A =
279279github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE =
280280github.com/nxadm/tail v1.4.8 /go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU =
You can’t perform that action at this time.
0 commit comments