From b50fbf85a61a395d263883828de3c77aba43d7cb Mon Sep 17 00:00:00 2001 From: Andrew Davis <1709934+Savid@users.noreply.github.com> Date: Fri, 13 Oct 2023 06:40:23 +1000 Subject: [PATCH] fix: update go-eth2-client with blob_sidecar fix --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 731bb14..cfe1a61 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/ethpandaops/beacon go 1.19 require ( - github.com/attestantio/go-eth2-client v0.18.4-0.20231004102804-73681300fc5f + github.com/attestantio/go-eth2-client v0.18.4-0.20231012194602-0eff364fec01 github.com/chuckpreslar/emission v0.0.0-20170206194824-a7ddd980baf9 github.com/ethpandaops/ethwallclock v0.2.0 github.com/go-co-op/gocron v1.16.2 diff --git a/go.sum b/go.sum index deee80e..6b4c7f7 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/attestantio/go-eth2-client v0.18.4-0.20231004102804-73681300fc5f h1:mD27pBWiiAFHt02Nml9lfjG1uYw2PwuGl9po2MHBZ1Q= -github.com/attestantio/go-eth2-client v0.18.4-0.20231004102804-73681300fc5f/go.mod h1:KSVlZSW1A3jUg5H8O89DLtqxgJprRfTtI7k89fLdhu0= +github.com/attestantio/go-eth2-client v0.18.4-0.20231012194602-0eff364fec01 h1:KSfIKKL501RgHJrQIoS+0OpJuG3pFi2o5wKPrHkcs5M= +github.com/attestantio/go-eth2-client v0.18.4-0.20231012194602-0eff364fec01/go.mod h1:KSVlZSW1A3jUg5H8O89DLtqxgJprRfTtI7k89fLdhu0= 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/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=