X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=pex_test.go;h=7d8f6d5d0528e8c14e9e58f75b2fe8fd6e9fed43;hb=044be4820fd437a4d13e5d6505808aeb6b2875aa;hp=2b973296a68a8f510d35c5b8ce50a20e3cf812ea;hpb=0b6209062d730cbbda0bb66391089f5c2b0e8084;p=btrtrc.git diff --git a/pex_test.go b/pex_test.go index 2b973296..7d8f6d5d 100644 --- a/pex_test.go +++ b/pex_test.go @@ -4,10 +4,10 @@ import ( "net" "testing" + "github.com/anacrolix/dht/v2/krpc" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/anacrolix/dht/v2/krpc" pp "github.com/anacrolix/torrent/peer_protocol" )