aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethkey/message.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ethkey/message.go')
-rw-r--r--cmd/ethkey/message.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/ethkey/message.go b/cmd/ethkey/message.go
index 5caea69ff..9bbfd68f3 100644
--- a/cmd/ethkey/message.go
+++ b/cmd/ethkey/message.go
@@ -21,10 +21,10 @@ import (
"fmt"
"io/ioutil"
- "github.com/ethereum/go-ethereum/accounts/keystore"
- "github.com/ethereum/go-ethereum/cmd/utils"
- "github.com/ethereum/go-ethereum/common"
- "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/common"
+ "github.com/dexon-foundation/dexon/crypto"
"gopkg.in/urfave/cli.v1"
)