Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 1c1a02b

Browse files
authored
chore: bump eth2 client dependecy (#41)
1 parent 99770e5 commit 1c1a02b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff 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

9494
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
9696
github.com/umbracle/go-eth-consensus => github.com/sygmaprotocol/go-eth-consensus v0.0.0-20240209115220-99232c637bc3
9797
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ github.com/mitchellh/pointerstructure v1.2.0 h1:O+i9nHnXS3l/9Wu7r4NrEdwA2VFTicjU
273273
github.com/mmcloughlin/addchain v0.4.0 h1:SobOdjm2xLj1KkXN5/n0xTIWyZA2+s99UCY1iPfkHRY=
274274
github.com/mmcloughlin/addchain v0.4.0/go.mod h1:A86O+tHqZLMNO4w6ZZ4FlVQEadcoqkyU72HC5wJ4RlU=
275275
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=
278278
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
279279
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
280280
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=

0 commit comments

Comments
 (0)