diff options
Diffstat (limited to 'bt/worker.go')
| -rw-r--r-- | bt/worker.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bt/worker.go b/bt/worker.go index 157fc17..f3c45d0 100644 --- a/bt/worker.go +++ b/bt/worker.go @@ -10,10 +10,10 @@ import ( "net" "time" - "github.com/felix/dhtsearch/krpc" - "github.com/felix/dhtsearch/models" - "github.com/felix/go-bencode" - "github.com/felix/logger" + "src.userspace.com.au/dhtsearch/krpc" + "src.userspace.com.au/dhtsearch/models" + "src.userspace.com.au/go-bencode" + "src.userspace.com.au/logger" ) const ( |
