]> Sergey Matveev's repositories - btrtrc.git/blobdiff - client.go
gorond
[btrtrc.git] / client.go
index 167cf0cbfce963535b32a98b6d0d5160f345a560..c66a65a095845b3244ad00cf68eda833e85e3a90 100644 (file)
--- a/client.go
+++ b/client.go
@@ -31,7 +31,6 @@ import (
        "github.com/anacrolix/missinggo/v2/bitmap"
        "github.com/anacrolix/missinggo/v2/pproffd"
        "github.com/anacrolix/sync"
-       "github.com/anacrolix/torrent/types/infohash"
        "github.com/davecgh/go-spew/spew"
        "github.com/dustin/go-humanize"
        gbtree "github.com/google/btree"
@@ -47,6 +46,7 @@ import (
        request_strategy "github.com/anacrolix/torrent/request-strategy"
        "github.com/anacrolix/torrent/storage"
        "github.com/anacrolix/torrent/tracker"
+       "github.com/anacrolix/torrent/types/infohash"
        "github.com/anacrolix/torrent/webtorrent"
 )