aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethkey/generate.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ethkey/generate.go')
-rw-r--r--cmd/ethkey/generate.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/ethkey/generate.go b/cmd/ethkey/generate.go
index fe9a0c151..aa4a51138 100644
--- a/cmd/ethkey/generate.go
+++ b/cmd/ethkey/generate.go
@@ -23,9 +23,9 @@ import (
"os"
"path/filepath"
- "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"
"github.com/pborman/uuid"
"gopkg.in/urfave/cli.v1"
)