aboutsummaryrefslogtreecommitdiff
path: root/dht
diff options
context:
space:
mode:
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"