| module go.chromium.org/tast |
| |
| go 1.22.0 |
| |
| require ( |
| code.cloudfoundry.org/clock v1.1.0 |
| github.com/docker/docker v26.1.4+incompatible |
| github.com/electricbubble/gadb v0.1.0 |
| github.com/google/go-cmp v0.7.0 |
| github.com/google/subcommands v1.2.0 |
| github.com/shirou/gopsutil/v3 v3.23.5 |
| go.chromium.org/chromiumos/config/go v0.0.0-20240117201416-64f45f1e62a6 |
| go.chromium.org/chromiumos/infra/proto/go v0.0.0-20231205080657-c32887eb1d72 |
| golang.org/x/crypto v0.33.0 |
| golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 |
| golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 |
| golang.org/x/net v0.35.0 |
| golang.org/x/sync v0.11.0 |
| golang.org/x/sys v0.30.0 |
| golang.org/x/term v0.29.0 |
| golang.org/x/text v0.22.0 |
| golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d |
| google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 |
| google.golang.org/grpc v1.71.0 |
| google.golang.org/protobuf v1.36.5 |
| gopkg.in/yaml.v2 v2.4.0 |
| ) |
| |
| require ( |
| github.com/Microsoft/go-winio v0.6.1 // indirect |
| github.com/containerd/log v0.1.0 // indirect |
| github.com/distribution/reference v0.6.0 // indirect |
| github.com/docker/go-connections v0.4.0 // indirect |
| github.com/docker/go-units v0.5.0 // indirect |
| github.com/felixge/httpsnoop v1.0.4 // indirect |
| github.com/go-logr/logr v1.4.2 // indirect |
| github.com/go-logr/stdr v1.2.2 // indirect |
| github.com/go-ole/go-ole v1.2.6 // indirect |
| github.com/gogo/protobuf v1.3.2 // indirect |
| github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect |
| github.com/moby/docker-image-spec v1.3.1 // indirect |
| github.com/moby/term v0.5.0 // indirect |
| github.com/morikuni/aec v1.0.0 // indirect |
| github.com/opencontainers/go-digest v1.0.0 // indirect |
| github.com/opencontainers/image-spec v1.0.2 // indirect |
| github.com/pkg/errors v0.9.1 // indirect |
| github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect |
| github.com/shoenig/go-m1cpu v0.1.6 // indirect |
| github.com/tklauser/go-sysconf v0.3.11 // indirect |
| github.com/tklauser/numcpus v0.6.0 // indirect |
| github.com/yusufpapurcu/wmi v1.2.3 // indirect |
| go.opentelemetry.io/auto/sdk v1.1.0 // indirect |
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect |
| go.opentelemetry.io/otel v1.35.0 // indirect |
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0 // indirect |
| go.opentelemetry.io/otel/metric v1.35.0 // indirect |
| go.opentelemetry.io/otel/trace v1.35.0 // indirect |
| golang.org/x/mod v0.17.0 // indirect |
| golang.org/x/time v0.3.0 // indirect |
| gotest.tools/v3 v3.4.0 // indirect |
| ) |