diff options
| author | Felix Hanley <felix@userspace.com.au> | 2019-10-29 10:58:47 +0000 |
|---|---|---|
| committer | Felix Hanley <felix@userspace.com.au> | 2019-10-29 10:58:47 +0000 |
| commit | eda2530094e72463f6aef6e7f9bf524002e248fa (patch) | |
| tree | 66e987a6229a159c0eb19c448b3af04db5f56733 /dht/routing_table_test.go | |
| parent | fbc564026fa84c7f9142cdcf60accdf6b5bdaeaf (diff) | |
| download | dhtsearch-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.go | 2 |
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) { |
