removing the packages not used anymore in cmd.go

This commit is contained in:
TopChainBoy 2024-02-18 03:22:10 +01:00
parent 9aefea2c9b
commit e87918fb98

View file

@ -18,36 +18,20 @@
package utils package utils
import ( import (
"bufio" "fmt"
"bytes" "io"
"compress/gzip" "os"
"crypto/sha256" "os/signal"
"errors" "runtime"
"fmt" "syscall"
"io" "time"
"os"
"os/signal"
"path"
"runtime"
"strings"
"syscall"
"time"
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core" "github.com/ethereum/go-ethereum/eth/ethconfig"
"github.com/ethereum/go-ethereum/core/rawdb" "github.com/ethereum/go-ethereum/internal/debug"
"github.com/ethereum/go-ethereum/core/state/snapshot" "github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/node"
"github.com/ethereum/go-ethereum/crypto" "github.com/urfave/cli/v2"
"github.com/ethereum/go-ethereum/eth/ethconfig"
"github.com/ethereum/go-ethereum/ethdb"
"github.com/ethereum/go-ethereum/internal/debug"
"github.com/ethereum/go-ethereum/internal/era"
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/node"
"github.com/ethereum/go-ethereum/params"
"github.com/ethereum/go-ethereum/rlp"
"github.com/urfave/cli/v2"
) )
const ( const (