Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3378b27

Browse files
chore: bump google.golang.org/grpc from 1.72.1 to 1.73.0 (#18282)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from1.72.1 to 1.73.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc'sreleases</a>.</em></p><blockquote><h2>Release 1.73.0</h2><h1>New Features</h1><ul><li>balancer/ringhash: move LB policy from xds/internal to exported pathto facilitate use without xds (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8249">#8249</a>)</li><li>xds: enable least request LB policy by default. It can be disabledby setting <code>GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST=false</code> inyour environment. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8253">#8253</a>)</li><li>grpc: add a <code>CallAuthority</code> Call Option that can be usedto overwrite the http <code>:authority</code> header on per-RPC basis.(<ahref="https://redirect.github.com/grpc/grpc-go/issues/8068">#8068</a>)</li><li>stats/opentelemetry: add trace event for name resolution delay. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8074">#8074</a>)</li><li>health: added <code>List</code> method to gRPC Health service. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8155">#8155</a>)<ul><li>Special Thanks: <ahref="https://github.com/marcoshuck"><code>@​marcoshuck</code></a></li></ul></li><li>ringhash: implement features from gRFC A76. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8159">#8159</a>)</li><li>xds: add functionality to support SPIFFE Bundle Maps as roots oftrust in XDS which can be enabled by setting<code>GRPC_EXPERIMENTAL_XDS_MTLS_SPIFFE=true</code>. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8167">#8167</a>,<ahref="https://redirect.github.com/grpc/grpc-go/issues/8180">#8180</a>,<ahref="https://redirect.github.com/grpc/grpc-go/issues/8229">#8229</a>,<ahref="https://redirect.github.com/grpc/grpc-go/issues/8343">#8343</a>)</li></ul><h1>Bug Fixes</h1><ul><li>xds: locality ID metric label is changed to make it consistent with<ahref="https://github.com/grpc/proposal/blob/master/A78-grpc-metrics-wrr-pf-xds.md#optional-xds-locality-label">gRFCA78</a>. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8256">#8256</a>)</li><li>client: fail RPCs on the client when using extremely short contextsthat expire before the <code>grpc-timeout</code> header is created. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8312">#8312</a>)</li><li>server: non-positive <code>grpc-timeout</code> header values are nowrejected. This is consistent with the <ahref="https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md#requests">gRPCprotocol spec</a>. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8290">#8290</a>)<ul><li>Special Thanks: <ahref="https://github.com/evanj"><code>@​evanj</code></a></li></ul></li><li>xds: fix reported error string when LRS load reporting interval isinvalid. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8224">#8224</a>)<ul><li>Special Thanks: <ahref="https://github.com/alingse"><code>@​alingse</code></a></li></ul></li></ul><h1>Performance Improvements</h1><ul><li>credentials/alts: improve read performance by optimizing buffercopies and allocations. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8271">#8271</a>)</li><li>server: improve performance of RPC handling by avoid a status protocopy (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8282">#8282</a>)<ul><li>Special Thanks: <ahref="https://github.com/evanj"><code>@​evanj</code></a></li></ul></li></ul><h1>Documentation</h1><ul><li>examples/features/opentelemetry: modify example to demonstratetracing using OpenTelemtry plugin. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8056">#8056</a>)</li></ul><h2>Release 1.72.2</h2><h1>Bug Fixes</h1><ul><li>client: restore support for <code>NO_PROXY</code> environmentvariable when connecting to locally-resolved addresses (case 2 from <ahref="https://github.com/grpc/proposal/blob/master/A1-http-connect-proxy-support.md">gRFCA1</a>). (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8329">#8329</a>)</li><li>balancer/least_request: fix panic on resolver errors. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8333">#8333</a>)</li></ul></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/grpc/grpc-go/commit/c52d02553f2649c28d0279bca17909a3a08de022"><code>c52d025</code></a>Change version to 1.73.0 (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8322">#8322</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/ac60db1864c340dee6e5718fad7dee439775766e"><code>ac60db1</code></a>Add flag guarding SPIFFE Bundle provider (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8343">#8343</a>)(<ahref="https://redirect.github.com/grpc/grpc-go/issues/8382">#8382</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/183c148c4e63b5770c8b9bdfc7d38fc0811e2742"><code>183c148</code></a>balancer/ringhash: Add experimental notice in package comment (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8364">#8364</a>)(<ahref="https://redirect.github.com/grpc/grpc-go/issues/8365">#8365</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/b610465ce4bd1af616bad0389185276fb8d19bb8"><code>b610465</code></a>delegatingresolver: avoid proxy for resolved addresses in NO_PROXY env(<ahref="https://redirect.github.com/grpc/grpc-go/issues/8329">#8329</a>...</li><li><ahref="https://github.com/grpc/grpc-go/commit/96c4308a9958ccd2bcaffffd53d8fa6c380058b7"><code>96c4308</code></a>balancer/least_request : Fix panic while handling resolver errors (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8333">#8333</a>)(<ahref="https://redirect.github.com/grpc/grpc-go/issues/8">#8</a>...</li><li><ahref="https://github.com/grpc/grpc-go/commit/af5146b69698317950518c934e9eb14341df6858"><code>af5146b</code></a>grpc: update contributing.md (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8318">#8318</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/09166b665e8b6442bc70e88cdef580da9e7b7b06"><code>09166b6</code></a>cleanup: remove unused constants in generic xdsclient (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8315">#8315</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/e3f13e75a60a13287fc537cb7974680f1eb99dc7"><code>e3f13e7</code></a>transport: Prevent sending negative timeouts (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8312">#8312</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/b89909b7bd0d9bd333aab291e90fec1fa8d45ce9"><code>b89909b</code></a>leakcheck: Fix flaky test TestCheck (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8309">#8309</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/709023de87a25ae63b000139295af10589edffee"><code>709023d</code></a>grpcsync/event: Simplify synchronization (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8308">#8308</a>)</li><li>Additional commits viewable in <ahref="https://github.com/grpc/grpc-go/compare/v1.72.1...v1.73.0">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.72.1&new-version=1.73.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)Dependabot will resolve any conflicts with this PR as long as you don'talter it yourself. You can also trigger a rebase manually by commenting`@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on this PR:- `@dependabot rebase` will rebase this PR- `@dependabot recreate` will recreate this PR, overwriting any editsthat have been made to it- `@dependabot merge` will merge this PR after your CI passes on it- `@dependabot squash and merge` will squash and merge this PR afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent910858b commit3378b27

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

‎go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ require (
207207
golang.org/x/toolsv0.33.0
208208
golang.org/x/xerrorsv0.0.0-20240903120638-7835f813f4da
209209
google.golang.org/apiv0.231.0
210-
google.golang.org/grpcv1.72.1
210+
google.golang.org/grpcv1.73.0
211211
google.golang.org/protobufv1.36.6
212212
gopkg.in/DataDog/dd-trace-go.v1v1.73.0
213213
gopkg.in/natefinch/lumberjack.v2v2.2.1
@@ -462,7 +462,7 @@ require (
462462
golang.zx2c4.com/wireguard/windowsv0.5.3// indirect
463463
google.golang.org/appenginev1.6.8// indirect
464464
google.golang.org/genprotov0.0.0-20250303144028-a0af3efb3deb// indirect
465-
google.golang.org/genproto/googleapis/apiv0.0.0-20250303144028-a0af3efb3deb// indirect
465+
google.golang.org/genproto/googleapis/apiv0.0.0-20250324211829-b45e905df463// indirect
466466
google.golang.org/genproto/googleapis/rpcv0.0.0-20250425173222-7b384671a197// indirect
467467
gopkg.in/ini.v1v1.67.0// indirect
468468
gopkg.in/yaml.v2v2.4.0// indirect
@@ -494,22 +494,22 @@ require (
494494
)
495495

496496
require (
497-
cel.dev/exprv0.20.0// indirect
497+
cel.dev/exprv0.23.0// indirect
498498
cloud.google.com/gov0.120.0// indirect
499499
cloud.google.com/go/iamv1.4.1// indirect
500500
cloud.google.com/go/monitoringv1.24.0// indirect
501501
cloud.google.com/go/storagev1.50.0// indirect
502502
github.com/DataDog/datadog-agent/comp/core/tagger/origindetectionv0.64.0-rc.1// indirect
503503
github.com/DataDog/datadog-agent/pkg/versionv0.64.0-rc.1// indirect
504-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcpv1.26.0// indirect
504+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcpv1.27.0// indirect
505505
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metricv0.50.0// indirect
506506
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemappingv0.50.0// indirect
507507
github.com/aquasecurity/go-versionv0.0.1// indirect
508508
github.com/aquasecurity/trivyv0.58.2// indirect
509509
github.com/aws/aws-sdk-gov1.55.7// indirect
510510
github.com/bgentry/go-netrcv0.0.0-20140422174119-9fd32a8b3d3d// indirect
511511
github.com/charmbracelet/x/exp/slicev0.0.0-20250327172914-2fdc97757edf// indirect
512-
github.com/cncf/xds/gov0.0.0-20250121191232-2f005788dc42// indirect
512+
github.com/cncf/xds/gov0.0.0-20250326154945-ae57f3c0d45f// indirect
513513
github.com/dgryski/go-farmv0.0.0-20240924180020-3414d57e47da// indirect
514514
github.com/envoyproxy/go-control-plane/envoyv1.32.4// indirect
515515
github.com/envoyproxy/protoc-gen-validatev1.2.1// indirect
@@ -526,7 +526,7 @@ require (
526526
github.com/ulikunitz/xzv0.5.12// indirect
527527
github.com/yosida95/uritemplate/v3v3.0.2// indirect
528528
github.com/zeebo/xxh3v1.0.2// indirect
529-
go.opentelemetry.io/contrib/detectors/gcpv1.34.0// indirect
529+
go.opentelemetry.io/contrib/detectors/gcpv1.35.0// indirect
530530
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcv0.60.0// indirect
531531
go.opentelemetry.io/otel/sdk/metricv1.35.0// indirect
532532
k8s.io/utilsv0.0.0-20241104100929-3ea5e8cea738// indirect

‎go.sum

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cdr.dev/slogv1.6.2-0.20241112041820-0ec81e6e67bb h1:4MKA8lBQLnCqj2myJCb5Lzoa65y0tABO4gHrxuMdsCQ=
22
cdr.dev/slogv1.6.2-0.20241112041820-0ec81e6e67bb/go.mod h1:NaoTA7KwopCrnaSb0JXTC0PTp/O/Y83Lndnq0OEV3ZQ=
3-
cel.dev/exprv0.20.0 h1:OunBvVCfvpWlt4dN7zg3FM6TDkzOePe1+foGJ9AXeeI=
4-
cel.dev/exprv0.20.0/go.mod h1:MrpN08Q+lEBs+bGYdLxxHkZoUSsCp0nSKTs0nTymJgw=
3+
cel.dev/exprv0.23.0 h1:wUb94w6OYQS4uXraxo9U+wUAs9jT47Xvl4iPgAwM2ss=
4+
cel.dev/exprv0.23.0/go.mod h1:hLPLo1W4QUmuYdA72RBX06QTs6MXw941piREPl3Yfiw=
55
cloud.google.com/gov0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
66
cloud.google.com/gov0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
77
cloud.google.com/gov0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU=
@@ -664,8 +664,8 @@ github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.26.0 h1:GlvoS
664664
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributesv0.26.0/go.mod h1:mYQmU7mbHH6DrCaS8N6GZcxwPoeNfyuopUoLQltwSzs=
665665
github.com/DataDog/sketches-gov1.4.7 h1:eHs5/0i2Sdf20Zkj0udVFWuCrXGRFig2Dcfm5rtcTxc=
666666
github.com/DataDog/sketches-gov1.4.7/go.mod h1:eAmQ/EBmtSO+nQp7IZMZVRPT4BQTmIc5RZQ+deGlTPM=
667-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcpv1.26.0 h1:f2Qw/Ehhimh5uO1fayV0QIW7DShEQqhtUfhYc+cBPlw=
668-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcpv1.26.0/go.mod h1:2bIszWvQRlJVmJLiuLhukLImRjKPcYdzzsx6darK02A=
667+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcpv1.27.0 h1:ErKg/3iS1AKcTkf3yixlZ54f9U1rljCkQyEXWUnIUxc=
668+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcpv1.27.0/go.mod h1:yAZHSGnqScoU556rBOVkwLze6WP5N+U11RHuWaGVxwY=
669669
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metricv0.50.0 h1:5IT7xOdq17MtcdtL/vtl6mGfzhaq4m4vpollPRmlsBQ=
670670
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metricv0.50.0/go.mod h1:ZV4VOm0/eHR06JLrXWe09068dHpr3TRpY9Uo7T+anuA=
671671
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmockv0.50.0 h1:nNMpRpnkWDAaqcpxMJvxa/Ud98gjbYwayJY4/9bdjiU=
@@ -892,8 +892,8 @@ github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWH
892892
github.com/cncf/xds/gov0.0.0-20220314180256-7f1daf1720fc/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
893893
github.com/cncf/xds/gov0.0.0-20230105202645-06c439db220b/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
894894
github.com/cncf/xds/gov0.0.0-20230607035331-e9ce68804cb4/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
895-
github.com/cncf/xds/gov0.0.0-20250121191232-2f005788dc42 h1:Om6kYQYDUk5wWbT0t0q6pvyM49i9XZAv9dDrkDA7gjk=
896-
github.com/cncf/xds/gov0.0.0-20250121191232-2f005788dc42/go.mod h1:W+zGtBO5Y1IgJhy4+A9GOqVhqLpfZi+vwmdNXUehLA8=
895+
github.com/cncf/xds/gov0.0.0-20250326154945-ae57f3c0d45f h1:C5bqEmzEPLsHm9Mv73lSE9e9bKV23aB1vxOsmZrkl3k=
896+
github.com/cncf/xds/gov0.0.0-20250326154945-ae57f3c0d45f/go.mod h1:W+zGtBO5Y1IgJhy4+A9GOqVhqLpfZi+vwmdNXUehLA8=
897897
github.com/coder/bubbleteav1.2.2-0.20241212190825-007a1cdb2c41 h1:SBN/DA63+ZHwuWwPHPYoCZ/KLAjHv5g4h2MS4f2/MTI=
898898
github.com/coder/bubbleteav1.2.2-0.20241212190825-007a1cdb2c41/go.mod h1:I9ULxr64UaOSUv7hcb3nX4kowodJCVS7vt7VVJk/kW4=
899899
github.com/coder/clistatv1.0.0 h1:MjiS7qQ1IobuSSgDnxcCSyBPESs44hExnh2TEqMcGnA=
@@ -1948,8 +1948,8 @@ go.opentelemetry.io/collector/semconv v0.120.0/go.mod h1:te6VQ4zZJO5Lp8dM2XIhDxD
19481948
go.opentelemetry.io/contribv1.0.0/go.mod h1:EH4yDYeNoaTqn/8yCWQmfNB78VHfGX2Jt2bvnvzBlGM=
19491949
go.opentelemetry.io/contribv1.19.0 h1:rnYI7OEPMWFeM4QCqWQ3InMJ0arWMR1i0Cx9A5hcjYM=
19501950
go.opentelemetry.io/contribv1.19.0/go.mod h1:gIzjwWFoGazJmtCaDgViqOSJPde2mCWzv60o0bWPcZs=
1951-
go.opentelemetry.io/contrib/detectors/gcpv1.34.0 h1:JRxssobiPg23otYU5SbWtQC//snGVIM3Tx6QRzlQBao=
1952-
go.opentelemetry.io/contrib/detectors/gcpv1.34.0/go.mod h1:cV4BMFcscUR/ckqLkbfQmF0PRsq8w/lMGzdbCSveBHo=
1951+
go.opentelemetry.io/contrib/detectors/gcpv1.35.0 h1:bGvFt68+KTiAKFlacHW6AhA56GF2rS0bdD3aJYEnmzA=
1952+
go.opentelemetry.io/contrib/detectors/gcpv1.35.0/go.mod h1:qGWP8/+ILwMRIUf9uIVLloR1uo5ZYAslM4O6OqUi1DA=
19531953
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcv0.60.0 h1:x7wzEgXfnzJcHDwStJT+mxOz4etr2EcexjqhBvmoakw=
19541954
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcv0.60.0/go.mod h1:rg+RlpR5dKwaS95IyyZqj5Wd4E13lk/msnTS0Xl9lJM=
19551955
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttpv0.60.0 h1:sbiXRNDSWJOTobXh5HyQKjq6wUC5tNybqjIqDpAY4CU=
@@ -2641,8 +2641,8 @@ google.golang.org/genproto v0.0.0-20230331144136-dcfb400f0633/go.mod h1:UUQDJDOl
26412641
google.golang.org/genprotov0.0.0-20230410155749-daa745c078e1/go.mod h1:nKE/iIaLqn2bQwXBg8f1g2Ylh6r5MN5CmZvuzZCgsCU=
26422642
google.golang.org/genprotov0.0.0-20250303144028-a0af3efb3deb h1:ITgPrl429bc6+2ZraNSzMDk3I95nmQln2fuPstKwFDE=
26432643
google.golang.org/genprotov0.0.0-20250303144028-a0af3efb3deb/go.mod h1:sAo5UzpjUwgFBCzupwhcLcxHVDK7vG5IqI30YnwX2eE=
2644-
google.golang.org/genproto/googleapis/apiv0.0.0-20250303144028-a0af3efb3deb h1:p31xT4yrYrSM/G4Sn2+TNUkVhFCbG9y8itM2S6Th950=
2645-
google.golang.org/genproto/googleapis/apiv0.0.0-20250303144028-a0af3efb3deb/go.mod h1:jbe3Bkdp+Dh2IrslsFCklNhweNTBgSYanP1UXhJDhKg=
2644+
google.golang.org/genproto/googleapis/apiv0.0.0-20250324211829-b45e905df463 h1:hE3bRWtU6uceqlh4fhrSnUyjKHMKB9KrTLLG+bc0ddM=
2645+
google.golang.org/genproto/googleapis/apiv0.0.0-20250324211829-b45e905df463/go.mod h1:U90ffi8eUL9MwPcrJylN5+Mk2v3vuPDptd5yyNUiRR8=
26462646
google.golang.org/genproto/googleapis/rpcv0.0.0-20250425173222-7b384671a197 h1:29cjnHVylHwTzH66WfFZqgSQgnxzvWE+jvBwpZCLRxY=
26472647
google.golang.org/genproto/googleapis/rpcv0.0.0-20250425173222-7b384671a197/go.mod h1:qQ0YXyHHx3XkvlzUtpXDkS29lDSafHMZBAZDc03LQ3A=
26482648
google.golang.org/grpcv1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
@@ -2686,8 +2686,8 @@ google.golang.org/grpc v1.52.3/go.mod h1:pu6fVzoFb+NBYNAvQL08ic+lvB2IojljRYuun5v
26862686
google.golang.org/grpcv1.53.0/go.mod h1:OnIrk0ipVdj4N5d9IUoFUx72/VlD7+jUsHwZgwSMQpw=
26872687
google.golang.org/grpcv1.54.0/go.mod h1:PUSEXI6iWghWaB6lXM4knEgpJNu2qUcKfDtNci3EC2g=
26882688
google.golang.org/grpcv1.56.3/go.mod h1:I9bI3vqKfayGqPUAwGdOSu7kt6oIJLixfffKrpXqQ9s=
2689-
google.golang.org/grpcv1.72.1 h1:HR03wO6eyZ7lknl75XlxABNVLLFc2PAb6mHlYh756mA=
2690-
google.golang.org/grpcv1.72.1/go.mod h1:wH5Aktxcg25y1I3w7H69nHfXdOG3UiadoBtjh3izSDM=
2689+
google.golang.org/grpcv1.73.0 h1:VIWSmpI2MegBtTuFt5/JWy2oXxtjJ/e89Z70ImfD2ok=
2690+
google.golang.org/grpcv1.73.0/go.mod h1:50sbHOUqWoCQGI8V2HQLJM0B+LMlIUjNSZmow7EVBQc=
26912691
google.golang.org/grpc/cmd/protoc-gen-go-grpcv1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw=
26922692
google.golang.org/protobufv0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
26932693
google.golang.org/protobufv0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp