-
-
Notifications
You must be signed in to change notification settings - Fork 628
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
153 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,51 @@ | ||
module github.com/anacrolix/torrent/tests | ||
|
||
go 1.22.0 | ||
|
||
require ( | ||
github.com/anacrolix/backtrace v0.0.0-20221205112523-22a61db8f82e // indirect | ||
github.com/anacrolix/envpprof v1.2.1 // indirect | ||
github.com/anacrolix/gostdapp v0.1.0 // indirect | ||
github.com/anacrolix/log v0.13.2-0.20220711050817-613cb738ef30 // indirect | ||
github.com/cenkalti/backoff/v4 v4.1.3 // indirect | ||
github.com/go-logr/logr v1.2.3 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/go-ole/go-ole v1.2.6 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.12.0 // indirect | ||
github.com/honeycombio/honeycomb-opentelemetry-go v0.3.0 // indirect | ||
github.com/honeycombio/opentelemetry-go-contrib/launcher v0.0.0-20221031150637-a3c60ed98d54 // indirect | ||
github.com/lufia/plan9stats v0.0.0-20220913051719-115f729f3c8c // indirect | ||
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect | ||
github.com/sethvargo/go-envconfig v0.8.2 // indirect | ||
github.com/shirou/gopsutil/v3 v3.22.9 // indirect | ||
github.com/tklauser/go-sysconf v0.3.10 // indirect | ||
github.com/tklauser/numcpus v0.5.0 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.2 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/host v0.36.4 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/runtime v0.36.4 // indirect | ||
go.opentelemetry.io/contrib/propagators/b3 v1.11.1 // indirect | ||
go.opentelemetry.io/contrib/propagators/ot v1.11.1 // indirect | ||
go.opentelemetry.io/otel v1.11.1 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.11.1 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.33.0 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.33.0 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.33.0 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.11.1 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.11.1 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.11.1 // indirect | ||
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.11.1 // indirect | ||
go.opentelemetry.io/otel/metric v0.33.0 // indirect | ||
go.opentelemetry.io/otel/sdk v1.11.1 // indirect | ||
go.opentelemetry.io/otel/sdk/metric v0.33.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.11.1 // indirect | ||
go.opentelemetry.io/proto/otlp v0.19.0 // indirect | ||
go.uber.org/atomic v1.10.0 // indirect | ||
go.uber.org/multierr v1.8.0 // indirect | ||
golang.org/x/net v0.1.0 // indirect | ||
golang.org/x/sys v0.1.0 // indirect | ||
golang.org/x/text v0.4.0 // indirect | ||
google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c // indirect | ||
google.golang.org/grpc v1.50.1 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
) |
Oops, something went wrong.