diff options
Diffstat (limited to 'console/console.go')
-rw-r--r-- | console/console.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/console/console.go b/console/console.go index 3c397f800..07b27c6f0 100644 --- a/console/console.go +++ b/console/console.go @@ -28,9 +28,9 @@ import ( "strings" "syscall" - "github.com/ethereum/go-ethereum/internal/jsre" - "github.com/ethereum/go-ethereum/internal/web3ext" - "github.com/ethereum/go-ethereum/rpc" + "github.com/dexon-foundation/dexon/internal/jsre" + "github.com/dexon-foundation/dexon/internal/web3ext" + "github.com/dexon-foundation/dexon/rpc" "github.com/mattn/go-colorable" "github.com/peterh/liner" "github.com/robertkrimen/otto" |