OSDN Git Service

rename (#465)
[bytom/vapor.git] / cmd / vaporcli / commands / key.go
index a317908..626c4d9 100644 (file)
@@ -7,9 +7,9 @@ import (
        "github.com/spf13/cobra"
        jww "github.com/spf13/jwalterweatherman"
 
-       "github.com/vapor/crypto/ed25519/chainkd"
-       chainjson "github.com/vapor/encoding/json"
-       "github.com/vapor/util"
+       "github.com/bytom/vapor/crypto/ed25519/chainkd"
+       chainjson "github.com/bytom/vapor/encoding/json"
+       "github.com/bytom/vapor/util"
 )
 
 var createKeyCmd = &cobra.Command{