Skip to content

Commit 98e7a02

Browse files
authored
Go deps version upgrade (#1569)
* go deps version upgrade * make presubmit changes
1 parent 3d1bae2 commit 98e7a02

File tree

76 files changed

+648
-627
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+648
-627
lines changed

api/backend.swagger.json

+8
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@
225225
"assignments": {
226226
"type": "array",
227227
"items": {
228+
"type": "object",
228229
"$ref": "#/definitions/openmatchAssignmentGroup"
229230
},
230231
"description": "Assignments is a list of assignment groups that contain assignment and the Tickets to which they should be applied."
@@ -237,6 +238,7 @@
237238
"failures": {
238239
"type": "array",
239240
"items": {
241+
"type": "object",
240242
"$ref": "#/definitions/openmatchAssignmentFailure"
241243
},
242244
"description": "Failures is a list of all the Tickets that failed assignment along with the cause of failure."
@@ -415,6 +417,7 @@
415417
"tickets": {
416418
"type": "array",
417419
"items": {
420+
"type": "object",
418421
"$ref": "#/definitions/openmatchTicket"
419422
},
420423
"description": "Tickets belonging to this match."
@@ -447,6 +450,7 @@
447450
"pools": {
448451
"type": "array",
449452
"items": {
453+
"type": "object",
450454
"$ref": "#/definitions/openmatchPool"
451455
},
452456
"description": "Set of pools to be queried when generating a match for this MatchProfile."
@@ -471,19 +475,22 @@
471475
"double_range_filters": {
472476
"type": "array",
473477
"items": {
478+
"type": "object",
474479
"$ref": "#/definitions/openmatchDoubleRangeFilter"
475480
},
476481
"description": "Set of Filters indicating the filtering criteria. Selected tickets must\nmatch every Filter."
477482
},
478483
"string_equals_filters": {
479484
"type": "array",
480485
"items": {
486+
"type": "object",
481487
"$ref": "#/definitions/openmatchStringEqualsFilter"
482488
}
483489
},
484490
"tag_present_filters": {
485491
"type": "array",
486492
"items": {
493+
"type": "object",
487494
"$ref": "#/definitions/openmatchTagPresentFilter"
488495
}
489496
},
@@ -634,6 +641,7 @@
634641
"details": {
635642
"type": "array",
636643
"items": {
644+
"type": "object",
637645
"$ref": "#/definitions/protobufAny"
638646
},
639647
"description": "A list of messages that carry the error details. There is a common set of\nmessage types for APIs to use."

api/evaluator.swagger.json

+2
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@
172172
"tickets": {
173173
"type": "array",
174174
"items": {
175+
"type": "object",
175176
"$ref": "#/definitions/openmatchTicket"
176177
},
177178
"description": "Tickets belonging to this match."
@@ -285,6 +286,7 @@
285286
"details": {
286287
"type": "array",
287288
"items": {
289+
"type": "object",
288290
"$ref": "#/definitions/protobufAny"
289291
},
290292
"description": "A list of messages that carry the error details. There is a common set of\nmessage types for APIs to use."

api/frontend.swagger.json

+2
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@
417417
"tickets": {
418418
"type": "array",
419419
"items": {
420+
"type": "object",
420421
"$ref": "#/definitions/openmatchTicket"
421422
},
422423
"title": "All of the Tickets that were successfully assigned"
@@ -608,6 +609,7 @@
608609
"details": {
609610
"type": "array",
610611
"items": {
612+
"type": "object",
611613
"$ref": "#/definitions/protobufAny"
612614
},
613615
"description": "A list of messages that carry the error details. There is a common set of\nmessage types for APIs to use."

api/matchfunction.swagger.json

+6
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188
"tickets": {
189189
"type": "array",
190190
"items": {
191+
"type": "object",
191192
"$ref": "#/definitions/openmatchTicket"
192193
},
193194
"description": "Tickets belonging to this match."
@@ -220,6 +221,7 @@
220221
"pools": {
221222
"type": "array",
222223
"items": {
224+
"type": "object",
223225
"$ref": "#/definitions/openmatchPool"
224226
},
225227
"description": "Set of pools to be queried when generating a match for this MatchProfile."
@@ -244,19 +246,22 @@
244246
"double_range_filters": {
245247
"type": "array",
246248
"items": {
249+
"type": "object",
247250
"$ref": "#/definitions/openmatchDoubleRangeFilter"
248251
},
249252
"description": "Set of Filters indicating the filtering criteria. Selected tickets must\nmatch every Filter."
250253
},
251254
"string_equals_filters": {
252255
"type": "array",
253256
"items": {
257+
"type": "object",
254258
"$ref": "#/definitions/openmatchStringEqualsFilter"
255259
}
256260
},
257261
"tag_present_filters": {
258262
"type": "array",
259263
"items": {
264+
"type": "object",
260265
"$ref": "#/definitions/openmatchTagPresentFilter"
261266
}
262267
},
@@ -404,6 +409,7 @@
404409
"details": {
405410
"type": "array",
406411
"items": {
412+
"type": "object",
407413
"$ref": "#/definitions/protobufAny"
408414
},
409415
"description": "A list of messages that carry the error details. There is a common set of\nmessage types for APIs to use."

api/query.swagger.json

+6
Original file line numberDiff line numberDiff line change
@@ -279,19 +279,22 @@
279279
"double_range_filters": {
280280
"type": "array",
281281
"items": {
282+
"type": "object",
282283
"$ref": "#/definitions/openmatchDoubleRangeFilter"
283284
},
284285
"description": "Set of Filters indicating the filtering criteria. Selected tickets must\nmatch every Filter."
285286
},
286287
"string_equals_filters": {
287288
"type": "array",
288289
"items": {
290+
"type": "object",
289291
"$ref": "#/definitions/openmatchStringEqualsFilter"
290292
}
291293
},
292294
"tag_present_filters": {
293295
"type": "array",
294296
"items": {
297+
"type": "object",
295298
"$ref": "#/definitions/openmatchTagPresentFilter"
296299
}
297300
},
@@ -324,6 +327,7 @@
324327
"backfills": {
325328
"type": "array",
326329
"items": {
330+
"type": "object",
327331
"$ref": "#/definitions/openmatchBackfill"
328332
},
329333
"description": "Backfills that meet all the filtering criteria requested by the pool."
@@ -367,6 +371,7 @@
367371
"tickets": {
368372
"type": "array",
369373
"items": {
374+
"type": "object",
370375
"$ref": "#/definitions/openmatchTicket"
371376
},
372377
"description": "Tickets that meet all the filtering criteria requested by the pool."
@@ -486,6 +491,7 @@
486491
"details": {
487492
"type": "array",
488493
"items": {
494+
"type": "object",
489495
"$ref": "#/definitions/protobufAny"
490496
},
491497
"description": "A list of messages that carry the error details. There is a common set of\nmessage types for APIs to use."

go.mod

+14-15
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,27 @@ require (
3131
github.com/golang/protobuf v1.5.2
3232
github.com/gomodule/redigo v2.0.1-0.20191111085604-09d84710e01a+incompatible
3333
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
34-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.0
34+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2
3535
github.com/pkg/errors v0.9.1
3636
github.com/prometheus/client_golang v1.11.1
3737
github.com/rs/xid v1.2.1
3838
github.com/sirupsen/logrus v1.7.0
3939
github.com/spf13/viper v1.7.1
4040
github.com/stretchr/testify v1.8.1
4141
go.opencensus.io v0.24.0
42-
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10
42+
golang.org/x/net v0.7.0
4343
golang.org/x/sync v0.1.0
44-
google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37
45-
google.golang.org/grpc v1.51.0
44+
google.golang.org/genproto v0.0.0-20230223222841-637eb2293923
45+
google.golang.org/grpc v1.53.0
4646
google.golang.org/protobuf v1.28.1
4747
k8s.io/api v0.26.1 // kubernetes-1.14.10
4848
k8s.io/apimachinery v0.26.1
4949
k8s.io/client-go v0.26.1
5050
)
5151

5252
require (
53-
cloud.google.com/go/compute v1.13.0 // indirect
54-
cloud.google.com/go/compute/metadata v0.2.1 // indirect
53+
cloud.google.com/go/compute v1.18.0 // indirect
54+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
5555
cloud.google.com/go/container v1.7.0 // indirect
5656
cloud.google.com/go/monitoring v1.8.0 // indirect
5757
cloud.google.com/go/trace v1.4.0 // indirect
@@ -60,8 +60,8 @@ require (
6060
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
6161
github.com/aws/aws-sdk-go v1.35.26 // indirect
6262
github.com/beorn7/perks v1.0.1 // indirect
63-
github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect
64-
github.com/cespare/xxhash/v2 v2.1.1 // indirect
63+
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
64+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
6565
github.com/davecgh/go-spew v1.1.1 // indirect
6666
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
6767
github.com/go-logr/logr v1.2.3 // indirect
@@ -75,9 +75,8 @@ require (
7575
github.com/google/go-cmp v0.5.9 // indirect
7676
github.com/google/gofuzz v1.1.0 // indirect
7777
github.com/google/uuid v1.3.0 // indirect
78-
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
78+
github.com/googleapis/enterprise-certificate-proxy v0.2.1 // indirect
7979
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
80-
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
8180
github.com/hashicorp/errwrap v1.1.0 // indirect
8281
github.com/hashicorp/go-multierror v1.1.0 // indirect
8382
github.com/hashicorp/golang-lru v0.5.1 // indirect
@@ -107,12 +106,12 @@ require (
107106
github.com/subosito/gotenv v1.2.0 // indirect
108107
github.com/uber/jaeger-client-go v2.25.0+incompatible // indirect
109108
github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb // indirect
110-
golang.org/x/oauth2 v0.3.0 // indirect
111-
golang.org/x/sys v0.3.0 // indirect
112-
golang.org/x/term v0.3.0 // indirect
113-
golang.org/x/text v0.5.0 // indirect
109+
golang.org/x/oauth2 v0.5.0 // indirect
110+
golang.org/x/sys v0.5.0 // indirect
111+
golang.org/x/term v0.5.0 // indirect
112+
golang.org/x/text v0.7.0 // indirect
114113
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
115-
google.golang.org/api v0.103.0 // indirect
114+
google.golang.org/api v0.108.0 // indirect
116115
google.golang.org/appengine v1.6.7 // indirect
117116
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
118117
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)