]> Sergey Matveev's repositories - btrtrc.git/blobdiff - tracker/tracker.go
Update all imports of dht to v2
[btrtrc.git] / tracker / tracker.go
index c3eefb98d929957f569fda9280275ac6aee576e7..93f11ccd8d589ad14fee5e698bed3d4df938fd08 100644 (file)
@@ -6,7 +6,7 @@ import (
        "net/http"
        "net/url"
 
-       "github.com/anacrolix/dht/krpc"
+       "github.com/anacrolix/dht/v2/krpc"
 )
 
 // Marshalled as binary by the UDP client, so be careful making changes.