move third-party import to package of project

This commit is contained in:
rafaelss 2024-11-06 12:07:02 -03:00 committed by Chen Kai
parent 98bff4170d
commit 4c828c98bc

View file

@ -14,8 +14,6 @@ import (
"strings" "strings"
"syscall" "syscall"
"time" "time"
"github.com/ethereum/go-ethereum/internal/debug"
"os" "os"
@ -23,6 +21,7 @@ import (
"github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/core" "github.com/ethereum/go-ethereum/core"
"github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/internal/debug"
"github.com/ethereum/go-ethereum/internal/flags" "github.com/ethereum/go-ethereum/internal/flags"
"github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/metrics" "github.com/ethereum/go-ethereum/metrics"