OSDN Git Service

rename (#465)
[bytom/vapor.git] / p2p / discover / dht / node.go
index 91c6da9..99fa958 100644 (file)
@@ -14,8 +14,8 @@ import (
        "strings"
        "time"
 
-       "github.com/vapor/common"
-       "github.com/vapor/crypto"
+       "github.com/bytom/vapor/common"
+       "github.com/bytom/vapor/crypto"
 )
 
 // Node represents a host on the network.