aboutsummaryrefslogtreecommitdiff
path: root/dht/messages.go
diff options
context:
space:
mode:
Diffstat (limited to 'dht/messages.go')
-rw-r--r--dht/messages.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/dht/messages.go b/dht/messages.go
index 4063f01..188ed0f 100644
--- a/dht/messages.go
+++ b/dht/messages.go
@@ -4,8 +4,8 @@ import (
"fmt"
"net"
- "github.com/felix/dhtsearch/krpc"
- "github.com/felix/dhtsearch/models"
+ "src.userspace.com.au/dhtsearch/krpc"
+ "src.userspace.com.au/dhtsearch/models"
)
func (n *Node) onPingQuery(rn remoteNode, msg map[string]interface{}) error {