X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=peer_protocol%2Fpex_test.go;h=5e5e96c14a3f0854f8c366bb63f3dd3b3cb9352a;hb=044be4820fd437a4d13e5d6505808aeb6b2875aa;hp=cc45059e7bd04e906093762d0583e7401de9f1be;hpb=9ded7e7e872940d2fa60206af9f7f07aa214eb80;p=btrtrc.git diff --git a/peer_protocol/pex_test.go b/peer_protocol/pex_test.go index cc45059e..5e5e96c1 100644 --- a/peer_protocol/pex_test.go +++ b/peer_protocol/pex_test.go @@ -6,9 +6,9 @@ import ( "net" "testing" + "github.com/anacrolix/dht/v2/krpc" "github.com/stretchr/testify/require" - "github.com/anacrolix/dht/v2/krpc" "github.com/anacrolix/torrent/bencode" )