go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/go.mod (about) 1 // ****WARNING**** 2 // After modifying this file, a manual roll in infra.git might be needed. 3 // If so, run `go mod tidy` in: 4 // https://chromium.googlesource.com/infra/infra/+/refs/heads/main/go/src/infra/ 5 // Once the go.mod file in infra.git is synced up with this one, another manual roll 6 // might be needed for infra_internal.git. 7 // Similarly, run `go mod tidy` in: 8 // https://chrome-internal.googlesource.com/infra/infra_internal/+/refs/heads/main/go/ 9 // This is due to the dependency of luci-go => infra => infra_internal. 10 // This is not an exhaustive list of all downstream repos/ manual rolls, it is merely the ones 11 // the LUCI team is aware of and can make updates to. 12 13 module go.chromium.org/luci 14 15 go 1.21 16 17 require ( 18 cloud.google.com/go/bigquery v1.59.1 19 cloud.google.com/go/bigtable v1.21.0 20 cloud.google.com/go/cloudtasks v1.12.6 21 cloud.google.com/go/compute/metadata v0.2.3 22 cloud.google.com/go/datastore v1.15.0 23 cloud.google.com/go/errorreporting v0.3.0 24 cloud.google.com/go/iam v1.1.6 25 cloud.google.com/go/kms v1.15.7 26 cloud.google.com/go/logging v1.9.0 27 cloud.google.com/go/profiler v0.4.0 28 cloud.google.com/go/pubsub v1.36.1 29 cloud.google.com/go/secretmanager v1.11.5 30 cloud.google.com/go/spanner v1.57.0 31 cloud.google.com/go/storage v1.38.0 32 github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.21.0 33 github.com/GoogleCloudPlatform/opentelemetry-operations-go/propagator v0.45.0 34 github.com/Microsoft/go-winio v0.6.1 35 github.com/alecthomas/participle/v2 v2.1.0 36 github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a 37 github.com/alicebob/miniredis/v2 v2.31.1 38 github.com/armon/go-radix v1.0.0 39 github.com/bazelbuild/buildtools v0.0.0-20221004120235-7186f635531b 40 github.com/bazelbuild/remote-apis v0.0.0-20240215191509-9ff14cecffe5 41 github.com/bazelbuild/remote-apis-sdks v0.0.0-20240304155856-a108ad8bbbf4 42 github.com/danjacques/gofslock v0.0.0-20240212154529-d899e02bfe22 43 github.com/dgraph-io/badger/v3 v3.2103.2 44 github.com/dustin/go-humanize v1.0.1 45 github.com/envoyproxy/protoc-gen-validate v1.0.4 46 github.com/golang/mock v1.6.0 47 github.com/golang/protobuf v1.5.4 48 github.com/gomodule/redigo v1.8.9 49 github.com/google/go-cmp v0.6.0 50 github.com/google/s2a-go v0.1.7 51 github.com/google/tink/go v1.7.0 52 github.com/google/uuid v1.6.0 53 github.com/googleapis/gax-go/v2 v2.12.1 54 github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75 55 github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible 56 github.com/julienschmidt/httprouter v1.3.0 57 github.com/klauspost/compress v1.17.6 58 github.com/kylelemons/godebug v1.1.0 59 github.com/luci/gtreap v0.0.0-20161228054646-35df89791e8f 60 github.com/maruel/subcommands v1.1.1 61 github.com/mattn/go-tty v0.0.5 62 github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d 63 github.com/mitchellh/go-homedir v1.1.0 64 github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 65 github.com/pmezard/go-difflib v1.0.0 66 github.com/protocolbuffers/txtpbfmt v0.0.0-20240116145035-ef3ab179eed6 67 github.com/russross/blackfriday/v2 v2.1.0 68 github.com/sergi/go-diff v1.3.1 69 github.com/smarty/assertions v1.15.1 70 github.com/smartystreets/goconvey v1.8.1 71 github.com/vmihailenco/msgpack/v5 v5.3.5 72 github.com/yosuke-furukawa/json5 v0.1.1 73 github.com/yuin/gopher-lua v1.1.0 74 go.opentelemetry.io/contrib/detectors/gcp v1.23.0 75 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.48.0 76 go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.47.0 77 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 78 go.opentelemetry.io/otel v1.23.1 79 go.opentelemetry.io/otel/sdk v1.23.1 80 go.opentelemetry.io/otel/trace v1.23.1 81 go.starlark.net v0.0.0-20240123142251-f86470692795 82 golang.org/x/crypto v0.19.0 83 golang.org/x/exp v0.0.0-20231006140011-7918f672742d 84 golang.org/x/net v0.21.0 85 golang.org/x/oauth2 v0.17.0 86 golang.org/x/sync v0.6.0 87 golang.org/x/sys v0.17.0 88 golang.org/x/term v0.17.0 89 golang.org/x/text v0.14.0 90 golang.org/x/time v0.5.0 91 golang.org/x/tools v0.18.0 92 gonum.org/v1/gonum v0.12.0 93 google.golang.org/api v0.164.0 94 google.golang.org/appengine v1.6.8 95 google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 96 google.golang.org/genproto/googleapis/api v0.0.0-20240213162025-012b6fc9bca9 97 google.golang.org/genproto/googleapis/bytestream v0.0.0-20240213162025-012b6fc9bca9 98 google.golang.org/genproto/googleapis/rpc v0.0.0-20240213162025-012b6fc9bca9 99 google.golang.org/grpc v1.61.0 100 google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0 101 google.golang.org/protobuf v1.33.0 102 gopkg.in/yaml.v2 v2.4.0 103 ) 104 105 require ( 106 cloud.google.com/go v0.112.0 // indirect 107 cloud.google.com/go/compute v1.24.0 // indirect 108 cloud.google.com/go/longrunning v0.5.5 // indirect 109 cloud.google.com/go/trace v1.10.5 // indirect 110 github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.21.0 // indirect 111 github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.45.0 // indirect 112 github.com/apache/arrow/go/v14 v14.0.2 // indirect 113 github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect 114 github.com/cespare/xxhash v1.1.0 // indirect 115 github.com/cespare/xxhash/v2 v2.2.0 // indirect 116 github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe // indirect 117 github.com/cncf/xds/go v0.0.0-20231109132714-523115ebc101 // indirect 118 github.com/dgraph-io/ristretto v0.1.0 // indirect 119 github.com/envoyproxy/go-control-plane v0.11.1 // indirect 120 github.com/felixge/httpsnoop v1.0.4 // indirect 121 github.com/go-logr/logr v1.4.1 // indirect 122 github.com/go-logr/stdr v1.2.2 // indirect 123 github.com/goccy/go-json v0.10.2 // indirect 124 github.com/gogo/protobuf v1.3.2 // indirect 125 github.com/golang/glog v1.1.2 // indirect 126 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect 127 github.com/golang/snappy v0.0.4 // indirect 128 github.com/google/flatbuffers v23.5.26+incompatible // indirect 129 github.com/google/pprof v0.0.0-20230602150820-91b7bce49751 // indirect 130 github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect 131 github.com/gopherjs/gopherjs v1.17.2 // indirect 132 github.com/iancoleman/strcase v0.3.0 // indirect 133 github.com/json-iterator/go v1.1.12 // indirect 134 github.com/jtolds/gls v4.20.0+incompatible // indirect 135 github.com/klauspost/cpuid/v2 v2.2.5 // indirect 136 github.com/kr/pretty v0.3.0 // indirect 137 github.com/lyft/protoc-gen-star/v2 v2.0.3 // indirect 138 github.com/mattn/go-colorable v0.1.13 // indirect 139 github.com/mattn/go-isatty v0.0.19 // indirect 140 github.com/mitchellh/go-wordwrap v1.0.1 // indirect 141 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect 142 github.com/modern-go/reflect2 v1.0.2 // indirect 143 github.com/mostynb/zstdpool-syncpool v0.0.12 // indirect 144 github.com/pborman/uuid v1.2.1 // indirect 145 github.com/pierrec/lz4/v4 v4.1.18 // indirect 146 github.com/pkg/errors v0.9.1 // indirect 147 github.com/pkg/xattr v0.4.9 // indirect 148 github.com/spf13/afero v1.10.0 // indirect 149 github.com/texttheater/golang-levenshtein v1.0.1 // indirect 150 github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect 151 github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e 152 github.com/zeebo/xxh3 v1.0.2 // indirect 153 go.einride.tech/aip v0.66.0 // indirect 154 go.opencensus.io v0.24.0 // indirect 155 go.opentelemetry.io/otel/metric v1.23.1 // indirect 156 golang.org/x/mod v0.15.0 // indirect 157 golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect 158 )