diff options
Diffstat (limited to 'cmd/ethkey/utils.go')
-rw-r--r-- | cmd/ethkey/utils.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/ethkey/utils.go b/cmd/ethkey/utils.go index 99f5e923d..c3e06304e 100644 --- a/cmd/ethkey/utils.go +++ b/cmd/ethkey/utils.go @@ -22,9 +22,9 @@ import ( "io/ioutil" "strings" - "github.com/dexon-foundation/dexon/cmd/utils" - "github.com/dexon-foundation/dexon/console" - "github.com/dexon-foundation/dexon/crypto" + "github.com/tangerine-network/go-tangerine/cmd/utils" + "github.com/tangerine-network/go-tangerine/console" + "github.com/tangerine-network/go-tangerine/crypto" "gopkg.in/urfave/cli.v1" ) |