diff --git a/dht/server.go b/dht/server.go index 843a389a..e2036012 100644 --- a/dht/server.go +++ b/dht/server.go @@ -13,10 +13,11 @@ import ( "time" "github.com/anacrolix/missinggo" + "github.com/tylertreat/BoomFilters" + "github.com/anacrolix/torrent/bencode" "github.com/anacrolix/torrent/iplist" "github.com/anacrolix/torrent/logonce" - "github.com/tylertreat/BoomFilters" ) // A Server defines parameters for a DHT node server that is able to