aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethkey/utils.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ethkey/utils.go')
-rw-r--r--cmd/ethkey/utils.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/ethkey/utils.go b/cmd/ethkey/utils.go
index 6f60ebaf1..99f5e923d 100644
--- a/cmd/ethkey/utils.go
+++ b/cmd/ethkey/utils.go
@@ -22,9 +22,9 @@ import (
"io/ioutil"
"strings"
- "github.com/ethereum/go-ethereum/cmd/utils"
- "github.com/ethereum/go-ethereum/console"
- "github.com/ethereum/go-ethereum/crypto"
+ "github.com/dexon-foundation/dexon/cmd/utils"
+ "github.com/dexon-foundation/dexon/console"
+ "github.com/dexon-foundation/dexon/crypto"
"gopkg.in/urfave/cli.v1"
)