From: Matt Joiner Date: Thu, 31 Jul 2025 13:18:44 +0000 (+1000) Subject: gorond X-Git-Tag: v1.59.0~2^2~77 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=c7bdc5c21ad6b1fc8ba9d3ace7826f90afd83b98;p=btrtrc.git gorond --- diff --git a/peer.go b/peer.go index 939dfba6..251be54a 100644 --- a/peer.go +++ b/peer.go @@ -18,6 +18,7 @@ import ( "github.com/anacrolix/missinggo/v2/bitmap" "github.com/anacrolix/missinggo/v2/panicif" "github.com/anacrolix/multiless" + "github.com/anacrolix/torrent/internal/alloclim" "github.com/anacrolix/torrent/mse" pp "github.com/anacrolix/torrent/peer_protocol" diff --git a/webseed-requesting.go b/webseed-requesting.go index 2376e685..4628658e 100644 --- a/webseed-requesting.go +++ b/webseed-requesting.go @@ -15,10 +15,11 @@ import ( g "github.com/anacrolix/generics" "github.com/anacrolix/generics/heap" "github.com/anacrolix/missinggo/v2/panicif" - pp "github.com/anacrolix/torrent/peer_protocol" "github.com/anacrolix/torrent/internal/request-strategy" "github.com/anacrolix/torrent/metainfo" + pp "github.com/anacrolix/torrent/peer_protocol" + "github.com/anacrolix/torrent/webseed" )