]> Sergey Matveev's repositories - btrtrc.git/blobdiff - wstracker.go
gorond ./...
[btrtrc.git] / wstracker.go
index 4ed5a5999f565c974b8a0bea32f3a2abb67a1ee5..431863a064bd0c9ee44a3a630659d25c0f79ba4e 100644 (file)
@@ -8,12 +8,12 @@ import (
        "sync"
 
        "github.com/anacrolix/log"
-       "github.com/anacrolix/torrent/tracker/http"
        "github.com/gorilla/websocket"
+       "github.com/pion/datachannel"
 
        "github.com/anacrolix/torrent/tracker"
+       "github.com/anacrolix/torrent/tracker/http"
        "github.com/anacrolix/torrent/webtorrent"
-       "github.com/pion/datachannel"
 )
 
 type websocketTrackerStatus struct {