Skip to content

Commit 926510f

Browse files
tmshortci-robot
authored andcommitted
UPSTREAM: <carry>: Update grpc in default-catalog-consistency tests
Signed-off-by: Todd Short <tshort@redhat.com>
1 parent f272ed4 commit 926510f

10 files changed

Lines changed: 85 additions & 40 deletions

File tree

openshift/default-catalog-consistency/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ require (
120120
golang.org/x/tools v0.42.0 // indirect
121121
google.golang.org/genproto/googleapis/api v0.0.0-20260223185530-2f722ef697dc // indirect
122122
google.golang.org/genproto/googleapis/rpc v0.0.0-20260223185530-2f722ef697dc // indirect
123-
google.golang.org/grpc v1.79.1 // indirect
123+
google.golang.org/grpc v1.79.3 // indirect
124124
google.golang.org/protobuf v1.36.11 // indirect
125125
gopkg.in/inf.v0 v0.9.1 // indirect
126126
gopkg.in/warnings.v0 v0.1.2 // indirect

openshift/default-catalog-consistency/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,8 @@ google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyac
474474
google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY=
475475
google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk=
476476
google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc=
477-
google.golang.org/grpc v1.79.1 h1:zGhSi45ODB9/p3VAawt9a+O/MULLl9dpizzNNpq7flY=
478-
google.golang.org/grpc v1.79.1/go.mod h1:KmT0Kjez+0dde/v2j9vzwoAScgEPx/Bw1CYChhHLrHQ=
477+
google.golang.org/grpc v1.79.3 h1:sybAEdRIEtvcD68Gx7dmnwjZKlyfuc61Dyo9pGXXkKE=
478+
google.golang.org/grpc v1.79.3/go.mod h1:KmT0Kjez+0dde/v2j9vzwoAScgEPx/Bw1CYChhHLrHQ=
479479
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
480480
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
481481
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=

openshift/default-catalog-consistency/vendor/google.golang.org/grpc/internal/envconfig/envconfig.go

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openshift/default-catalog-consistency/vendor/google.golang.org/grpc/internal/transport/client_stream.go

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openshift/default-catalog-consistency/vendor/google.golang.org/grpc/internal/transport/http2_client.go

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openshift/default-catalog-consistency/vendor/google.golang.org/grpc/internal/transport/transport.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openshift/default-catalog-consistency/vendor/google.golang.org/grpc/server.go

Lines changed: 41 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openshift/default-catalog-consistency/vendor/google.golang.org/grpc/stream.go

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openshift/default-catalog-consistency/vendor/google.golang.org/grpc/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openshift/default-catalog-consistency/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ google.golang.org/genproto/googleapis/api/annotations
597597
# google.golang.org/genproto/googleapis/rpc v0.0.0-20260223185530-2f722ef697dc
598598
## explicit; go 1.25.0
599599
google.golang.org/genproto/googleapis/rpc/status
600-
# google.golang.org/grpc v1.79.1
600+
# google.golang.org/grpc v1.79.3
601601
## explicit; go 1.24.0
602602
google.golang.org/grpc
603603
google.golang.org/grpc/attributes

0 commit comments

Comments
 (0)