diff options
Diffstat (limited to 'dht/remote_node.go')
| -rw-r--r-- | dht/remote_node.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dht/remote_node.go b/dht/remote_node.go index 7dbf893..0a5cafa 100644 --- a/dht/remote_node.go +++ b/dht/remote_node.go @@ -4,7 +4,7 @@ import ( "fmt" "net" - "github.com/felix/dhtsearch/models" + "src.userspace.com.au/dhtsearch/models" ) type remoteNode struct { |
