diff options
| author | Felix Hanley <felix@userspace.com.au> | 2018-04-01 14:30:24 +0000 |
|---|---|---|
| committer | Felix Hanley <felix@userspace.com.au> | 2018-04-01 14:30:24 +0000 |
| commit | fbc564026fa84c7f9142cdcf60accdf6b5bdaeaf (patch) | |
| tree | b55b5bdcc28c86ace50427c1d3fb94b1df627c9d /dht | |
| parent | cb1d36ac4386047cc06776a495538a310c37eb47 (diff) | |
| download | dhtsearch-fbc564026fa84c7f9142cdcf60accdf6b5bdaeaf.tar.gz dhtsearch-fbc564026fa84c7f9142cdcf60accdf6b5bdaeaf.tar.bz2 | |
Pull bencode library instead of inline. Update deps.
Diffstat (limited to 'dht')
| -rw-r--r-- | dht/node.go | 2 |
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" |
