| module go.chromium.org/luci |
| |
| go 1.17 |
| |
| require ( |
| cloud.google.com/go v0.99.0 |
| cloud.google.com/go/bigquery v1.22.0 |
| cloud.google.com/go/bigtable v1.10.1 |
| cloud.google.com/go/cloudtasks v0.1.0 |
| cloud.google.com/go/datastore v1.5.0 |
| cloud.google.com/go/errorreporting v0.1.0 |
| cloud.google.com/go/kms v0.2.0 |
| cloud.google.com/go/logging v1.4.2 |
| cloud.google.com/go/profiler v0.1.0 |
| cloud.google.com/go/pubsub v1.17.0 |
| cloud.google.com/go/secretmanager v0.1.0 |
| cloud.google.com/go/spanner v1.29.0 |
| cloud.google.com/go/storage v1.18.2 |
| contrib.go.opencensus.io/exporter/stackdriver v0.13.8 |
| github.com/DATA-DOG/go-sqlmock v1.5.0 |
| github.com/Masterminds/squirrel v1.5.0 |
| github.com/Microsoft/go-winio v0.5.0 |
| github.com/VividCortex/mysqlerr v1.0.0 |
| github.com/alicebob/miniredis/v2 v2.15.1 |
| github.com/bazelbuild/buildtools v0.0.0-20210911013817-37179d5767a1 |
| github.com/bazelbuild/remote-apis v0.0.0-20210812183132-3e816456ee28 |
| github.com/bazelbuild/remote-apis-sdks v0.0.0-20220422144733-8780f11b1bb2 |
| github.com/danjacques/gofslock v0.0.0-20220131014315-6e321f4509c8 |
| github.com/dgraph-io/badger/v3 v3.2103.1 |
| github.com/dustin/go-humanize v1.0.0 |
| github.com/envoyproxy/protoc-gen-validate v0.6.7 |
| github.com/go-sql-driver/mysql v1.6.0 |
| github.com/golang/mock v1.6.0 |
| github.com/golang/protobuf v1.5.2 |
| github.com/gomodule/redigo v1.8.5 |
| github.com/google/go-cmp v0.5.6 |
| github.com/google/tink/go v1.6.1 |
| github.com/google/uuid v1.3.0 |
| github.com/googleapis/gax-go/v2 v2.1.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.13.5 |
| github.com/luci/gtreap v0.0.0-20161228054646-35df89791e8f |
| github.com/maruel/subcommands v1.1.0 |
| github.com/mattn/go-tty v0.0.3 |
| 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-20210910155415-af4447816e4d |
| github.com/russross/blackfriday/v2 v2.1.0 |
| github.com/sergi/go-diff v1.2.0 |
| github.com/smartystreets/assertions v1.2.0 |
| github.com/smartystreets/goconvey v1.7.2 |
| github.com/xtgo/set v1.0.0 |
| github.com/yosuke-furukawa/json5 v0.1.1 |
| go.opencensus.io v0.23.0 |
| go.starlark.net v0.0.0-20210901212718-87f333178d59 |
| golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 |
| golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d |
| golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 |
| golang.org/x/sync v0.0.0-20210220032951-036812b2e83c |
| golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 |
| golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac |
| golang.org/x/tools v0.1.5 |
| google.golang.org/api v0.63.0 |
| google.golang.org/appengine v1.6.8-0.20220404170424-ca3835e9b4d6 |
| google.golang.org/genproto v0.0.0-20220216160803-4663080d8bc8 |
| google.golang.org/grpc v1.40.1 |
| google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0 |
| google.golang.org/protobuf v1.27.1 |
| gopkg.in/yaml.v2 v2.4.0 |
| ) |
| |
| require ( |
| cloud.google.com/go/monitoring v0.2.0 // indirect |
| cloud.google.com/go/trace v0.1.0 // indirect |
| github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect |
| github.com/aws/aws-sdk-go v1.40.42 // 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-20201120205902-5459f2c99403 // indirect |
| github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed // indirect |
| github.com/dgraph-io/ristretto v0.1.0 // indirect |
| github.com/envoyproxy/go-control-plane v0.9.9-0.20210512163311-63b5d3c536b0 // 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.0+incompatible // indirect |
| github.com/google/pprof v0.0.0-20210827144239-02619b876842 // indirect |
| github.com/gopherjs/gopherjs v0.0.0-20210901121439-eee08aaf2717 // 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/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect |
| github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect |
| github.com/lyft/protoc-gen-star v0.6.0 // indirect |
| github.com/mattn/go-colorable v0.1.8 // 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.10 // indirect |
| github.com/pborman/uuid v1.2.1 // indirect |
| github.com/pkg/errors v0.9.1 // indirect |
| github.com/pkg/xattr v0.4.4 // indirect |
| github.com/rogpeppe/go-internal v1.8.0 // indirect |
| github.com/spf13/afero v1.6.0 // indirect |
| github.com/texttheater/golang-levenshtein v1.0.1 // indirect |
| github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9 // indirect |
| golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect |
| golang.org/x/mod v0.5.0 // indirect |
| golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect |
| golang.org/x/text v0.3.7 // indirect |
| golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect |
| ) |
| |
| // The next version uses errors.Is(...) and no longer works on GAE go113. |
| replace golang.org/x/net => golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 |
| |
| // The following requirements were added on 2022-03-22 to prevent blocking deployment of |
| // go111 applications. |
| exclude google.golang.org/grpc v1.44.0 |