]> Sergey Matveev's repositories - btrtrc.git/blobdiff - webtorrent/tracker-client.go
gorond ./...
[btrtrc.git] / webtorrent / tracker-client.go
index 195c06b033dee4c1bf743b64df37a6ad38ea859f..64885bf4d1fea79fe35803b6a76a9b14bb55f705 100644 (file)
@@ -5,17 +5,17 @@ import (
        "crypto/rand"
        "encoding/json"
        "fmt"
-       "github.com/anacrolix/generics"
-       "go.opentelemetry.io/otel/trace"
        "sync"
        "time"
 
+       "github.com/anacrolix/generics"
        "github.com/anacrolix/log"
-
-       "github.com/anacrolix/torrent/tracker"
        "github.com/gorilla/websocket"
        "github.com/pion/datachannel"
        "github.com/pion/webrtc/v3"
+       "go.opentelemetry.io/otel/trace"
+
+       "github.com/anacrolix/torrent/tracker"
 )
 
 type TrackerClientStats struct {