]> Sergey Matveev's repositories - btrtrc.git/blobdiff - cmd/torrent/main.go
gorond ./...
[btrtrc.git] / cmd / torrent / main.go
index 58a266636741de9c9654d8ddb447fee71e879b4d..2c1081bbb1bb338c53d8aa15fe2c281fa5c2e2f5 100644 (file)
@@ -11,6 +11,10 @@ import (
        "os"
        "time"
 
+       "github.com/anacrolix/bargle"
+       "github.com/anacrolix/envpprof"
+       "github.com/anacrolix/log"
+       xprometheus "github.com/anacrolix/missinggo/v2/prometheus"
        "github.com/davecgh/go-spew/spew"
        "github.com/prometheus/client_golang/prometheus"
        "github.com/prometheus/client_golang/prometheus/promhttp"
@@ -18,11 +22,6 @@ import (
        "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc"
        "go.opentelemetry.io/otel/sdk/trace"
 
-       "github.com/anacrolix/bargle"
-       "github.com/anacrolix/envpprof"
-       "github.com/anacrolix/log"
-       xprometheus "github.com/anacrolix/missinggo/v2/prometheus"
-
        "github.com/anacrolix/torrent/bencode"
        "github.com/anacrolix/torrent/version"
 )