diff --git a/console/console.go b/console/console.go index 26e9dd6c44..1bceb7bc65 100644 --- a/console/console.go +++ b/console/console.go @@ -31,6 +31,7 @@ import ( "github.com/ethereum/go-ethereum/internal/jsre" "github.com/ethereum/go-ethereum/internal/web3ext" "github.com/ethereum/go-ethereum/rpc" + "github.com/mattn/go-colorable" "github.com/peterh/liner" "github.com/robertkrimen/otto" )