mirrored from https://chromium.googlesource.com/infra/luci/luci-go
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathgo.mod
More file actions
202 lines (197 loc) · 9.46 KB
/
Copy pathgo.mod
File metadata and controls
202 lines (197 loc) · 9.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
// ****WARNING****
// After modifying this file, a manual roll in infra.git might be needed.
// If so, run `go mod tidy` in:
// https://chromium.googlesource.com/infra/infra/+/refs/heads/main/go/src/infra/
// Once the go.mod file in infra.git is synced up with this one, another manual roll
// might be needed for infra_internal.git.
// Similarly, run `go mod tidy` in:
// https://chrome-internal.googlesource.com/infra/infra_internal/+/refs/heads/main/go/
// This is due to the dependency of luci-go => infra => infra_internal.
// This is not an exhaustive list of all downstream repos/ manual rolls, it is merely the ones
// the LUCI team is aware of and can make updates to.
module go.chromium.org/luci
go 1.25.0
// Don't add a `toolchain` directive here. We manage the version of our Go
// toolchain with a different mechanism.
require (
cloud.google.com/go/bigquery v1.76.0
cloud.google.com/go/bigtable v1.46.0
cloud.google.com/go/cloudtasks v1.15.0
cloud.google.com/go/compute/metadata v0.9.0
cloud.google.com/go/datastore v1.22.0
cloud.google.com/go/errorreporting v0.6.0
cloud.google.com/go/iam v1.8.0
cloud.google.com/go/kms v1.28.0
cloud.google.com/go/logging v1.15.0
cloud.google.com/go/profiler v0.4.3
cloud.google.com/go/pubsub v1.50.2
cloud.google.com/go/secretmanager v1.18.0
cloud.google.com/go/spanner v1.89.0
cloud.google.com/go/storage v1.62.0
cloud.google.com/go/vertexai v0.7.1
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.27.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/propagator v0.51.0
github.com/Microsoft/go-winio v0.6.2
github.com/alecthomas/participle/v2 v2.1.0
github.com/alicebob/gopher-json v0.0.0-20230218143504-906a9b012302
github.com/alicebob/miniredis/v2 v2.35.0
github.com/armon/go-radix v1.0.0
github.com/bazelbuild/buildtools v0.0.0-20221004120235-7186f635531b
github.com/bazelbuild/remote-apis v0.0.0-20240926071355-6777112ef7de
github.com/bazelbuild/remote-apis-sdks v0.0.0-20251007172043-4cdfee7bdc2d
github.com/bmatcuk/doublestar v1.3.4
github.com/danjacques/gofslock v0.0.0-20240212154529-d899e02bfe22
github.com/dgraph-io/badger/v3 v3.2103.2
github.com/dustin/go-humanize v1.0.1
github.com/envoyproxy/protoc-gen-validate v1.3.3
github.com/go-git/go-git/v5 v5.16.2
github.com/goccy/go-yaml v1.18.0
github.com/golang/mock v1.7.0-rc.1
github.com/golang/protobuf v1.5.4
github.com/gomodule/redigo v1.9.2
github.com/google/cel-go v0.20.1
github.com/google/go-cmp v0.7.0
github.com/google/s2a-go v0.1.9
github.com/google/safeopen v0.0.0-20240125081138-66b54d5181c6
github.com/google/tink/go v1.7.0
github.com/google/uuid v1.6.0
github.com/googleapis/gax-go/v2 v2.21.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.18.0
github.com/leemcloughlin/gofarmhash v0.0.0-20160919192320-0a055c5b87a8
github.com/luci/gtreap v0.0.0-20161228054646-35df89791e8f
github.com/maruel/subcommands v1.1.1
github.com/mattn/go-tty v0.0.7
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/pelletier/go-toml/v2 v2.3.1
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
github.com/protocolbuffers/txtpbfmt v0.0.0-20250627152318-f293424e46b5
github.com/russross/blackfriday/v2 v2.1.0
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
github.com/smarty/assertions v1.16.0
github.com/vmihailenco/msgpack/v5 v5.3.5
github.com/yosuke-furukawa/json5 v0.1.1
github.com/yuin/gopher-lua v1.1.1
go.chromium.org/turboci/proto/go v0.0.0-20260819211810-3ae83c52ee19
go.opentelemetry.io/contrib/detectors/gcp v1.43.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.68.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0
go.opentelemetry.io/otel v1.43.0
go.opentelemetry.io/otel/metric v1.43.0
go.opentelemetry.io/otel/sdk v1.43.0
go.opentelemetry.io/otel/trace v1.43.0
go.starlark.net v0.0.0-20250804182900-3c9dc17c5f2e
go.uber.org/automaxprocs v1.6.0
golang.org/x/crypto v0.50.0
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
golang.org/x/net v0.53.0
golang.org/x/oauth2 v0.36.0
golang.org/x/sync v0.20.0
golang.org/x/sys v0.43.0
golang.org/x/term v0.42.0
golang.org/x/text v0.36.0
golang.org/x/time v0.15.0
golang.org/x/tools v0.43.0
gonum.org/v1/gonum v0.17.0
google.golang.org/api v0.275.0
google.golang.org/appengine v1.6.8
google.golang.org/genai v1.18.0
google.golang.org/genproto v0.0.0-20260414002931-afd174a4e478
google.golang.org/genproto/googleapis/api v0.0.0-20260414002931-afd174a4e478
google.golang.org/genproto/googleapis/bytestream v0.0.0-20260414002931-afd174a4e478
google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478
google.golang.org/grpc v1.82.1
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
google.golang.org/protobuf v1.36.11
honnef.co/go/tools v0.6.1
modernc.org/sqlite v1.21.2
)
require (
cel.dev/expr v0.25.1 // indirect
cloud.google.com/go v0.123.0 // indirect
cloud.google.com/go/aiplatform v1.123.0 // indirect
cloud.google.com/go/auth v0.20.0 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
cloud.google.com/go/longrunning v0.10.0 // indirect
cloud.google.com/go/monitoring v1.26.0 // indirect
cloud.google.com/go/pubsub/v2 v2.5.1 // indirect
cloud.google.com/go/trace v1.13.0 // indirect
dario.cat/mergo v1.0.0 // indirect
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.6.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.32.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.55.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0 // indirect
github.com/ProtonMail/go-crypto v1.1.6 // indirect
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
github.com/apache/arrow/go/v15 v15.0.2 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cloudflare/circl v1.6.1 // indirect
github.com/cncf/xds/go v0.0.0-20260202195803-dba9d589def2 // indirect
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
github.com/dgraph-io/ristretto v0.1.0 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/envoyproxy/go-control-plane/envoy v1.37.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.6.2 // indirect
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v1.2.5 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/flatbuffers v23.5.26+incompatible // indirect
github.com/google/pprof v0.0.0-20250602020802-c6617b811d0e // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.14 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/iancoleman/strcase v0.3.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
github.com/lyft/protoc-gen-star/v2 v2.0.4 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/pierrec/lz4/v4 v4.1.18 // indirect
github.com/pjbgf/sha1cd v0.3.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/xattr v0.4.9 // indirect
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/skeema/knownhosts v1.3.1 // indirect
github.com/spf13/afero v1.15.0 // indirect
github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
github.com/stoewer/go-strcase v1.3.1 // indirect
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
github.com/zeebo/xxh3 v1.0.2 // indirect
go.einride.tech/aip v0.83.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/otel/sdk/metric v1.43.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
golang.org/x/mod v0.34.0 // indirect
golang.org/x/telemetry v0.0.0-20260311193753-579e4da9a98c // indirect
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
lukechampine.com/uint128 v1.3.0 // indirect
modernc.org/cc/v3 v3.40.0 // indirect
modernc.org/ccgo/v3 v3.16.13 // indirect
modernc.org/libc v1.22.4 // indirect
modernc.org/mathutil v1.5.0 // indirect
modernc.org/memory v1.5.0 // indirect
modernc.org/opt v0.1.3 // indirect
modernc.org/strutil v1.1.3 // indirect
modernc.org/token v1.1.0 // indirect
)