From 20c44c8c5a4de1a36ffc858161d53d306fa48a5f Mon Sep 17 00:00:00 2001 From: Matty Evans Date: Wed, 22 Jan 2025 09:58:44 +1000 Subject: [PATCH] chore(goeth2): bump to latest electra commit --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 9725295..6c9c769 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/ethpandaops/checkpointz go 1.22 -replace github.com/attestantio/go-eth2-client => github.com/attestantio/go-eth2-client v0.21.12-0.20241106172750-50a032c91938 +replace github.com/attestantio/go-eth2-client => github.com/attestantio/go-eth2-client v0.23.1-0.20250116194652-2157b429c0f7 require ( github.com/attestantio/go-eth2-client v0.21.12-0.20241106172750-50a032c91938 diff --git a/go.sum b/go.sum index 546871b..e30bcb8 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/attestantio/go-eth2-client v0.21.12-0.20241106172750-50a032c91938 h1:4e4Yu5DLC4o+fiyGJ9h6P2q2FbfzRWP0xJZeY+f9ziw= -github.com/attestantio/go-eth2-client v0.21.12-0.20241106172750-50a032c91938/go.mod h1:vy5jU/uDZ2+RcVzq5BfnG+bQ3/6uu9DGwCrGsPtjJ1A= +github.com/attestantio/go-eth2-client v0.23.1-0.20250116194652-2157b429c0f7 h1:k+x71pLHEEPNVHS+hMlC+G5hjMT0ynAZZygOSkPayrI= +github.com/attestantio/go-eth2-client v0.23.1-0.20250116194652-2157b429c0f7/go.mod h1:vy5jU/uDZ2+RcVzq5BfnG+bQ3/6uu9DGwCrGsPtjJ1A= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= github.com/btcsuite/btcd/btcec/v2 v2.3.4 h1:3EJjcN70HCu/mwqlUsGK8GcNVyLVxFDlWurTXGPFfiQ=