]> Sergey Matveev's repositories - btrtrc.git/blobdiff - client_test.go
gorond test files
[btrtrc.git] / client_test.go
index c86243956ab5e8a9b93184c5561490c890b7a52f..e23ca1fa2d8d609e6df9249b25b47e4defbc0245 100644 (file)
@@ -13,15 +13,13 @@ import (
        "testing/iotest"
        "time"
 
-       "github.com/frankban/quicktest"
-       "github.com/stretchr/testify/assert"
-       "github.com/stretchr/testify/require"
-
-       "github.com/anacrolix/log"
-
        "github.com/anacrolix/dht/v2"
+       "github.com/anacrolix/log"
        "github.com/anacrolix/missinggo/v2"
        "github.com/anacrolix/missinggo/v2/filecache"
+       "github.com/frankban/quicktest"
+       "github.com/stretchr/testify/assert"
+       "github.com/stretchr/testify/require"
 
        "github.com/anacrolix/torrent/bencode"
        "github.com/anacrolix/torrent/internal/testutil"