@@ -11,9 +11,9 @@ use std::net::IpAddr;
11
11
use std:: panic:: Location ;
12
12
use std:: sync:: Arc ;
13
13
14
- use bittorrent_http_protocol :: v1:: requests:: announce:: { peer_from_request, Announce } ;
15
- use bittorrent_http_protocol :: v1:: responses;
16
- use bittorrent_http_protocol :: v1:: services:: peer_ip_resolver:: { self , ClientIpSources } ;
14
+ use bittorrent_http_tracker_protocol :: v1:: requests:: announce:: { peer_from_request, Announce } ;
15
+ use bittorrent_http_tracker_protocol :: v1:: responses;
16
+ use bittorrent_http_tracker_protocol :: v1:: services:: peer_ip_resolver:: { self , ClientIpSources } ;
17
17
use bittorrent_tracker_core:: announce_handler:: { AnnounceHandler , PeersWanted } ;
18
18
use bittorrent_tracker_core:: authentication:: service:: AuthenticationService ;
19
19
use bittorrent_tracker_core:: authentication:: { self , Key } ;
@@ -115,8 +115,8 @@ mod tests {
115
115
use std:: sync:: Arc ;
116
116
117
117
use aquatic_udp_protocol:: { AnnounceEvent , NumberOfBytes , PeerId } ;
118
- use bittorrent_http_protocol :: v1:: requests:: announce:: Announce ;
119
- use bittorrent_http_protocol :: v1:: services:: peer_ip_resolver:: ClientIpSources ;
118
+ use bittorrent_http_tracker_protocol :: v1:: requests:: announce:: Announce ;
119
+ use bittorrent_http_tracker_protocol :: v1:: services:: peer_ip_resolver:: ClientIpSources ;
120
120
use bittorrent_tracker_core:: announce_handler:: AnnounceHandler ;
121
121
use bittorrent_tracker_core:: authentication:: key:: repository:: in_memory:: InMemoryKeyRepository ;
122
122
use bittorrent_tracker_core:: authentication:: service:: AuthenticationService ;
0 commit comments