| module go.chromium.org/luci |
| |
| go 1.20 |
| |
| require ( |
| cloud.google.com/go/bigquery v1.45.0 |
| cloud.google.com/go/bigtable v1.18.1 |
| cloud.google.com/go/cloudtasks v1.9.0 |
| cloud.google.com/go/compute/metadata v0.2.3 |
| cloud.google.com/go/datastore v1.10.0 |
| cloud.google.com/go/errorreporting v0.3.0 |
| cloud.google.com/go/iam v0.10.0 |
| cloud.google.com/go/kms v1.8.0 |
| cloud.google.com/go/logging v1.6.1 |
| cloud.google.com/go/profiler v0.3.1 |
| cloud.google.com/go/pubsub v1.28.0 |
| cloud.google.com/go/secretmanager v1.10.0 |
| cloud.google.com/go/spanner v1.43.0 |
| cloud.google.com/go/storage v1.29.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/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a |
| github.com/alicebob/miniredis/v2 v2.30.0 |
| github.com/bazelbuild/buildtools v0.0.0-20221004120235-7186f635531b |
| github.com/bazelbuild/remote-apis v0.0.0-20230411132548-35aee1c4a425 |
| github.com/bazelbuild/remote-apis-sdks v0.0.0-20230511173731-022d76cc3978 |
| 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.1 |
| github.com/envoyproxy/protoc-gen-validate v0.9.1 |
| 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/s2a-go v0.0.0-20230227181719-36dafe55c348 |
| github.com/google/tink/go v1.7.0 |
| github.com/google/uuid v1.3.0 |
| github.com/googleapis/gax-go/v2 v2.7.0 |
| 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.15 |
| 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-20230118155911-fcc1fa29197c |
| github.com/russross/blackfriday/v2 v2.1.0 |
| github.com/sergi/go-diff v1.3.1 |
| github.com/smartystreets/assertions v1.13.0 |
| github.com/smartystreets/goconvey v1.7.2 |
| github.com/vmihailenco/msgpack/v5 v5.3.5 |
| github.com/yosuke-furukawa/json5 v0.1.1 |
| github.com/yuin/gopher-lua v0.0.0-20220504180219-658193537a64 |
| go.opencensus.io v0.24.0 |
| go.starlark.net v0.0.0-20230122040757-066229b0515d |
| golang.org/x/crypto v0.5.0 |
| golang.org/x/net v0.7.0 |
| golang.org/x/oauth2 v0.4.0 |
| golang.org/x/sync v0.1.0 |
| golang.org/x/sys v0.5.0 |
| golang.org/x/term v0.5.0 |
| golang.org/x/text v0.7.0 |
| golang.org/x/time v0.3.0 |
| golang.org/x/tools v0.5.0 |
| gonum.org/v1/gonum v0.12.0 |
| google.golang.org/api v0.108.0 |
| google.golang.org/appengine v1.6.8-0.20221117013220-504804fb50de |
| google.golang.org/genproto v0.0.0-20230124163310-31e0e69b6fc2 |
| google.golang.org/grpc v1.52.3 |
| 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.107.0 // indirect |
| cloud.google.com/go/compute v1.15.1 // indirect |
| cloud.google.com/go/longrunning v0.3.0 // indirect |
| cloud.google.com/go/monitoring v1.8.0 // indirect |
| cloud.google.com/go/trace v1.4.0 // 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-20221103000818-d260c55eee4c // indirect |
| github.com/googleapis/enterprise-certificate-proxy v0.2.1 // 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/vmihailenco/tagparser/v2 v2.0.0 // indirect |
| golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect |
| golang.org/x/mod v0.7.0 // indirect |
| golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect |
| ) |