From d056357e4999c6c70c8b8e85a9e4f533895ed6c2 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Wed, 26 Sep 2018 10:48:31 +0800 Subject: Change import go github.com/dexon-foundation/dexon --- console/console.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'console/console.go') 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" -- cgit v1.2.3