aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethkey/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ethkey/main.go')
-rw-r--r--cmd/ethkey/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ethkey/main.go b/cmd/ethkey/main.go
index c434da0c0..f87303808 100644
--- a/cmd/ethkey/main.go
+++ b/cmd/ethkey/main.go
@@ -20,7 +20,7 @@ import (
"fmt"
"os"
- "github.com/ethereum/go-ethereum/cmd/utils"
+ "github.com/dexon-foundation/dexon/cmd/utils"
"gopkg.in/urfave/cli.v1"
)