aboutsummaryrefslogtreecommitdiff
path: root/dht
diff options
context:
space:
mode:
authorFelix Hanley <felix@userspace.com.au>2018-04-01 14:30:24 +0000
committerFelix Hanley <felix@userspace.com.au>2018-04-01 14:30:24 +0000
commitfbc564026fa84c7f9142cdcf60accdf6b5bdaeaf (patch)
treeb55b5bdcc28c86ace50427c1d3fb94b1df627c9d /dht
parentcb1d36ac4386047cc06776a495538a310c37eb47 (diff)
downloaddhtsearch-fbc564026fa84c7f9142cdcf60accdf6b5bdaeaf.tar.gz
dhtsearch-fbc564026fa84c7f9142cdcf60accdf6b5bdaeaf.tar.bz2
Pull bencode library instead of inline. Update deps.
Diffstat (limited to 'dht')
-rw-r--r--dht/node.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dht/node.go b/dht/node.go
index 61d4d67..700bfdb 100644
--- a/dht/node.go
+++ b/dht/node.go
@@ -6,9 +6,9 @@ import (
"net"
"time"
- "github.com/felix/dhtsearch/bencode"
"github.com/felix/dhtsearch/krpc"
"github.com/felix/dhtsearch/models"
+ "github.com/felix/go-bencode"
"github.com/felix/logger"
"github.com/hashicorp/golang-lru"
"golang.org/x/time/rate"