Skip to content

Commit

Permalink
update go-eth2-client override
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Mar 30, 2024
1 parent ec7a311 commit 7bda585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ require (
golang.org/x/sys v0.17.0 // indirect
)

replace github.com/attestantio/go-eth2-client => github.com/pk910/go-eth2-client v0.0.0-20240330062621-0350168c6691
replace github.com/attestantio/go-eth2-client => github.com/pk910/go-eth2-client v0.0.0-20240330075337-93f905e392bd
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
github.com/onsi/gomega v1.18.1 h1:M1GfJqGRrBrrGGsbxzV5dqM2U2ApXefZCQpkukxYRLE=
github.com/pk910/go-eth2-client v0.0.0-20240330062621-0350168c6691 h1:1Hlz9a4b74UvTYx9guKSx7mqJJVTpeGlqGT2ptqnI6s=
github.com/pk910/go-eth2-client v0.0.0-20240330062621-0350168c6691/go.mod h1:Tb412NpzhsC0sbtpXS4D51y5se6nDkWAi6amsJrqX9c=
github.com/pk910/go-eth2-client v0.0.0-20240330075337-93f905e392bd h1:xUmfyl0V2t6RQ6sc+KyUcpYQ4UmBRh90ZQOgmBduI2c=
github.com/pk910/go-eth2-client v0.0.0-20240330075337-93f905e392bd/go.mod h1:Tb412NpzhsC0sbtpXS4D51y5se6nDkWAi6amsJrqX9c=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down

0 comments on commit 7bda585

Please sign in to comment.