aboutsummaryrefslogtreecommitdiff
path: root/dht/routing_table_test.go
diff options
context:
space:
mode:
authorFelix Hanley <felix@userspace.com.au>2019-10-29 10:58:47 +0000
committerFelix Hanley <felix@userspace.com.au>2019-10-29 10:58:47 +0000
commiteda2530094e72463f6aef6e7f9bf524002e248fa (patch)
tree66e987a6229a159c0eb19c448b3af04db5f56733 /dht/routing_table_test.go
parentfbc564026fa84c7f9142cdcf60accdf6b5bdaeaf (diff)
downloaddhtsearch-eda2530094e72463f6aef6e7f9bf524002e248fa.tar.gz
dhtsearch-eda2530094e72463f6aef6e7f9bf524002e248fa.tar.bz2
Remove vendored files and create go.mod
Diffstat (limited to 'dht/routing_table_test.go')
-rw-r--r--dht/routing_table_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dht/routing_table_test.go b/dht/routing_table_test.go
index e251791..763df80 100644
--- a/dht/routing_table_test.go
+++ b/dht/routing_table_test.go
@@ -5,7 +5,7 @@ import (
"net"
"testing"
- "github.com/felix/dhtsearch/models"
+ "src.userspace.com.au/dhtsearch/models"
)
func TestPriorityQueue(t *testing.T) {