aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethkey/inspect.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ethkey/inspect.go')
-rw-r--r--cmd/ethkey/inspect.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/ethkey/inspect.go b/cmd/ethkey/inspect.go
index ba03d4d93..3fe2dbe3f 100644
--- a/cmd/ethkey/inspect.go
+++ b/cmd/ethkey/inspect.go
@@ -21,9 +21,9 @@ import (
"fmt"
"io/ioutil"
- "github.com/ethereum/go-ethereum/accounts/keystore"
- "github.com/ethereum/go-ethereum/cmd/utils"
- "github.com/ethereum/go-ethereum/crypto"
+ "github.com/dexon-foundation/dexon/accounts/keystore"
+ "github.com/dexon-foundation/dexon/cmd/utils"
+ "github.com/dexon-foundation/dexon/crypto"
"gopkg.in/urfave/cli.v1"
)