| module go.chromium.org/luci |
| |
| go 1.19 |
| |
| require ( |
| cloud.google.com/go/bigquery v1.42.0 |
| cloud.google.com/go/bigtable v1.16.0 |
| cloud.google.com/go/cloudtasks v1.6.0 |
| cloud.google.com/go/compute v1.10.0 |
| cloud.google.com/go/datastore v1.8.0 |
| cloud.google.com/go/errorreporting v0.2.0 |
| cloud.google.com/go/iam v0.5.0 |
| cloud.google.com/go/kms v1.4.0 |
| cloud.google.com/go/logging v1.5.0 |
| cloud.google.com/go/profiler v0.3.0 |
| cloud.google.com/go/pubsub v1.25.1 |
| cloud.google.com/go/secretmanager v1.7.0 |
| cloud.google.com/go/spanner v1.39.0 |
| cloud.google.com/go/storage v1.27.0 |
| contrib.go.opencensus.io/exporter/stackdriver v0.13.12 |
| github.com/Microsoft/go-winio v0.6.0 |
| github.com/alecthomas/participle/v2 v2.0.0-alpha7 |
| github.com/alicebob/miniredis/v2 v2.23.0 |
| github.com/bazelbuild/buildtools v0.0.0-20221004120235-7186f635531b |
| github.com/bazelbuild/remote-apis v0.0.0-20220510175640-3b4b64021035 |
| github.com/bazelbuild/remote-apis-sdks v0.0.0-20220518145948-4b34b65cbf91 |
| github.com/danjacques/gofslock v0.0.0-20220131014315-6e321f4509c8 |
| github.com/dgraph-io/badger/v3 v3.2103.2 |
| github.com/dustin/go-humanize v1.0.0 |
| github.com/envoyproxy/protoc-gen-validate v0.6.13 |
| github.com/golang/mock v1.6.0 |
| github.com/golang/protobuf v1.5.2 |
| github.com/gomodule/redigo v1.8.9 |
| github.com/google/go-cmp v0.5.9 |
| github.com/google/tink/go v1.7.0 |
| github.com/google/uuid v1.3.0 |
| github.com/googleapis/gax-go/v2 v2.5.1 |
| github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75 |
| github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible |
| github.com/julienschmidt/httprouter v1.3.0 |
| github.com/klauspost/compress v1.15.9 |
| github.com/luci/gtreap v0.0.0-20161228054646-35df89791e8f |
| github.com/maruel/subcommands v1.1.1 |
| github.com/mattn/go-tty v0.0.4 |
| github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d |
| github.com/mitchellh/go-homedir v1.1.0 |
| github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 |
| github.com/pmezard/go-difflib v1.0.0 |
| github.com/protocolbuffers/txtpbfmt v0.0.0-20220926135727-61ed6f8e4d6e |
| github.com/russross/blackfriday/v2 v2.1.0 |
| github.com/sergi/go-diff v1.2.0 |
| github.com/smartystreets/assertions v1.13.0 |
| github.com/smartystreets/goconvey v1.7.2 |
| github.com/yosuke-furukawa/json5 v0.1.1 |
| go.opencensus.io v0.23.0 |
| go.starlark.net v0.0.0-20221010140840-6bf6f0955179 |
| golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898 |
| golang.org/x/net v0.0.0-20221012135044-0b7e1fb9d458 |
| golang.org/x/oauth2 v0.0.0-20221006150949-b44042a4b9c1 |
| golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 |
| golang.org/x/sys v0.0.0-20220908150016-7ac13a9a928d |
| golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 |
| golang.org/x/time v0.0.0-20220609170525-579cf78fd858 |
| golang.org/x/tools v0.1.12 |
| google.golang.org/api v0.99.0 |
| google.golang.org/appengine v1.6.8-0.20220805212354-d981f2f002d3 |
| google.golang.org/genproto v0.0.0-20221018160656-63c7b68cfc55 |
| google.golang.org/grpc v1.50.1 |
| google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0 |
| google.golang.org/protobuf v1.28.1 |
| gopkg.in/yaml.v2 v2.4.0 |
| ) |
| |
| require ( |
| cloud.google.com/go v0.104.0 // indirect |
| cloud.google.com/go/monitoring v1.5.0 // indirect |
| cloud.google.com/go/trace v1.2.0 // indirect |
| github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect |
| github.com/aws/aws-sdk-go v1.44.20 // indirect |
| github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect |
| github.com/cespare/xxhash v1.1.0 // indirect |
| github.com/cespare/xxhash/v2 v2.1.2 // indirect |
| github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe // indirect |
| github.com/cncf/xds/go v0.0.0-20220520190051-1e77728a1eaa // indirect |
| github.com/dgraph-io/ristretto v0.1.0 // indirect |
| github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1 // indirect |
| github.com/gogo/protobuf v1.3.2 // indirect |
| github.com/golang/glog v1.0.0 // indirect |
| github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
| github.com/golang/snappy v0.0.4 // indirect |
| github.com/google/flatbuffers v2.0.6+incompatible // indirect |
| github.com/google/pprof v0.0.0-20220520215854-d04f2422c8a1 // indirect |
| github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect |
| github.com/gopherjs/gopherjs v1.17.2 // indirect |
| github.com/iancoleman/strcase v0.2.0 // indirect |
| github.com/jmespath/go-jmespath v0.4.0 // indirect |
| github.com/jtolds/gls v4.20.0+incompatible // indirect |
| github.com/kr/pretty v0.3.0 // indirect |
| github.com/lyft/protoc-gen-star v0.6.1 // indirect |
| github.com/mattn/go-colorable v0.1.12 // indirect |
| github.com/mattn/go-isatty v0.0.14 // indirect |
| github.com/mitchellh/go-wordwrap v1.0.1 // indirect |
| github.com/mostynb/zstdpool-syncpool v0.0.12 // indirect |
| github.com/pborman/uuid v1.2.1 // indirect |
| github.com/pkg/errors v0.9.1 // indirect |
| github.com/pkg/xattr v0.4.7 // indirect |
| github.com/prometheus/prometheus v2.5.0+incompatible // indirect |
| github.com/rogpeppe/go-internal v1.8.0 // indirect |
| github.com/spf13/afero v1.9.2 // indirect |
| github.com/texttheater/golang-levenshtein v1.0.1 // indirect |
| github.com/yuin/gopher-lua v0.0.0-20220504180219-658193537a64 // indirect |
| golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect |
| golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect |
| golang.org/x/text v0.3.7 // indirect |
| golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect |
| ) |