diff --git a/cmd/geth/main.go b/cmd/geth/main.go index f4f219e1bf365a11a830a3d3f41a804884e357d3..92c3b7a905a6f61f9424ce5bd87deceb6d7e715d 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -43,6 +43,8 @@ import ( "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/eth" "github.com/ethereum/go-ethereum/logger" + "github.com/mattn/go-colorable" + "github.com/mattn/go-isatty" "github.com/peterh/liner" ) import _ "net/http/pprof"