From 6a47595815801bf7f9ce2ce12550649088a4ee9c Mon Sep 17 00:00:00 2001 From: Isma <71719097+Doozers@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:00:29 +0100 Subject: [PATCH] fix: import Signed-off-by: Isma <71719097+Doozers@users.noreply.github.com> --- plugins/pgeth-monitoring/pgeth_monitoring.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/pgeth-monitoring/pgeth_monitoring.go b/plugins/pgeth-monitoring/pgeth_monitoring.go index 485c4e9d53..16b1ca0b96 100644 --- a/plugins/pgeth-monitoring/pgeth_monitoring.go +++ b/plugins/pgeth-monitoring/pgeth_monitoring.go @@ -10,6 +10,7 @@ import ( eth2client "github.com/attestantio/go-eth2-client" "github.com/redis/go-redis/v9" + "github.com/attestantio/go-eth2-client/http" "github.com/rs/zerolog"