]> Sergey Matveev's repositories - btrtrc.git/commitdiff
bitbucket.org/anacrolix/sync moved to github
authorMatt Joiner <anacrolix@gmail.com>
Fri, 20 Mar 2015 05:46:39 +0000 (16:46 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Fri, 20 Mar 2015 05:46:39 +0000 (16:46 +1100)
client.go
dht/dht.go
dht/getpeers.go

index 37feaacc21639dbd68f22f4e8660be98035b642f..28a9ce43052300f1c93964cf7e53351fc930b3cd 100644 (file)
--- a/client.go
+++ b/client.go
@@ -51,7 +51,7 @@ import (
        "github.com/anacrolix/torrent/tracker"
        _ "github.com/anacrolix/torrent/tracker/udp"
        . "github.com/anacrolix/torrent/util"
-       "bitbucket.org/anacrolix/sync"
+       "github.com/anacrolix/sync"
        "github.com/anacrolix/utp"
        "github.com/anacrolix/libtorgo/bencode"
        "github.com/anacrolix/libtorgo/metainfo"
index ec6bca3c19df9cd5fa863dfcbbd1910cb7affe17..d2f148799f944262600c5792db103b11a6ceaa16 100644 (file)
@@ -17,7 +17,7 @@ import (
        "github.com/anacrolix/torrent/iplist"
        "github.com/anacrolix/torrent/logonce"
        "github.com/anacrolix/torrent/util"
-       "bitbucket.org/anacrolix/sync"
+       "github.com/anacrolix/sync"
        "github.com/anacrolix/libtorgo/bencode"
 )
 
index 8f3e4fb6996eaedf4c15da245c4a3a02e4086eb0..326bb992d994683601738708106a21e5f1a8f16c 100644 (file)
@@ -9,7 +9,7 @@ import (
        "github.com/anacrolix/torrent/logonce"
 
        "github.com/anacrolix/torrent/util"
-       "bitbucket.org/anacrolix/sync"
+       "github.com/anacrolix/sync"
        "github.com/willf/bloom"
 )