mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix: avoid cleaned imports
This commit is contained in:
parent
7abfb28f07
commit
e0548d2df2
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ import (
|
|||
|
||||
eth2client "github.com/attestantio/go-eth2-client"
|
||||
"github.com/attestantio/go-eth2-client/api"
|
||||
"github.com/redis/go-redis/v9"
|
||||
|
||||
"github.com/attestantio/go-eth2-client/http"
|
||||
"github.com/rs/zerolog"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue