aboutsummaryrefslogtreecommitdiff
path: root/bt/worker.go
diff options
context:
space:
mode:
Diffstat (limited to 'bt/worker.go')
-rw-r--r--bt/worker.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bt/worker.go b/bt/worker.go
index b00d1e5..157fc17 100644
--- a/bt/worker.go
+++ b/bt/worker.go
@@ -10,9 +10,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"
)