]> Sergey Matveev's repositories - btrtrc.git/blobdiff - go.mod
Update github.com/anacrolix/dht/v2
[btrtrc.git] / go.mod
diff --git a/go.mod b/go.mod
index 9cb0f03ed6284b22ed4d76b17c98a6f9a9715015..ee6b623ded727a24d3efd133b77ab2769e99818d 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -7,9 +7,9 @@ require (
        github.com/RoaringBitmap/roaring v1.2.1
        github.com/ajwerner/btree v0.0.0-20211221152037-f427b3e689c0
        github.com/alexflint/go-arg v1.4.3
-       github.com/anacrolix/args v0.5.1-0.20220509024600-c3b77d0b61ac
+       github.com/anacrolix/bargle v0.0.0-20220630015206-d7a4d433886a
        github.com/anacrolix/chansync v0.3.0
-       github.com/anacrolix/dht/v2 v2.18.0
+       github.com/anacrolix/dht/v2 v2.19.0
        github.com/anacrolix/envpprof v1.2.1
        github.com/anacrolix/fuse v0.2.0
        github.com/anacrolix/generics v0.0.0-20220618083756-f99e35403a60
@@ -45,23 +45,28 @@ require (
        github.com/stretchr/testify v1.8.0
        github.com/tidwall/btree v1.3.1
        go.etcd.io/bbolt v1.3.6
+       go.opentelemetry.io/otel v1.8.0
+       go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.8.0
+       go.opentelemetry.io/otel/sdk v1.8.0
+       go.opentelemetry.io/otel/trace v1.8.0
        golang.org/x/time v0.0.0-20220609170525-579cf78fd858
 )
 
 require (
        github.com/alecthomas/atomic v0.1.0-alpha2 // indirect
        github.com/alexflint/go-scalar v1.1.0 // indirect
-       github.com/anacrolix/bargle v0.0.0-20220630015206-d7a4d433886a // indirect
        github.com/anacrolix/mmsg v1.0.0 // indirect
        github.com/anacrolix/stm v0.4.0 // indirect
        github.com/benbjohnson/immutable v0.3.0 // indirect
        github.com/beorn7/perks v1.0.1 // indirect
        github.com/bits-and-blooms/bitset v1.2.2 // indirect
+       github.com/cenkalti/backoff/v4 v4.1.3 // indirect
        github.com/cespare/xxhash/v2 v2.1.2 // indirect
        github.com/go-logr/logr v1.2.3 // indirect
        github.com/go-logr/stdr v1.2.2 // indirect
        github.com/golang/protobuf v1.5.2 // indirect
        github.com/google/uuid v1.3.0 // indirect
+       github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
        github.com/huandu/xstrings v1.3.2 // indirect
        github.com/kr/pretty v0.3.0 // indirect
        github.com/kr/text v0.2.0 // indirect
@@ -88,14 +93,18 @@ require (
        github.com/rogpeppe/go-internal v1.8.1 // indirect
        github.com/rs/dnscache v0.0.0-20211102005908-e0241e321417 // indirect
        github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect
-       go.opentelemetry.io/otel v1.8.0 // indirect
-       go.opentelemetry.io/otel/trace v1.8.0 // indirect
+       go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.8.0 // indirect
+       go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.8.0 // indirect
+       go.opentelemetry.io/proto/otlp v0.18.0 // indirect
        golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
        golang.org/x/exp v0.0.0-20220613132600-b0d781184e0d // indirect
        golang.org/x/net v0.0.0-20220630215102-69896b714898 // indirect
        golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
        golang.org/x/sys v0.0.0-20220702020025-31831981b65f // indirect
+       golang.org/x/text v0.3.7 // indirect
        golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
+       google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1 // indirect
+       google.golang.org/grpc v1.46.2 // indirect
        google.golang.org/protobuf v1.28.0 // indirect
        gopkg.in/yaml.v3 v3.0.1 // indirect
 )