Skip to content

Commit 473105f

Browse files
authored
build(deps): bump google.golang.org/grpc from 1.70.0 to 1.71.0 (#1166)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.70.0 to 1.71.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p> <blockquote> <h2>Release 1.71.0</h2> <h1>API Changes</h1> <ul> <li>balancer: Custom LB policies that record metrics must use the new <code>MetricsRecorder</code> method on <code>Balancer.ClientConn</code> instead of the removed <code>Balancer.BuildOptions.MetricsRecorder</code> field to obtain a metrics recorder. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8027">#8027</a>)</li> <li>balancer: <code>balancer.ClientConn</code> implementations must now embed a delegate implementation. This allows grpc-go to add new methods to the interface and remain backward compatible. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8026">#8026</a>)</li> <li>balancer/endpointsharding: The constructor accepts the child balancer's builder and a struct with optional configuration. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8052">#8052</a>)</li> </ul> <h1>New Features</h1> <ul> <li>xds: Add support for dualstack via the <a href="https://github.com/envoyproxy/envoy/blob/df394a41c8587d1da4e97e156554e93ceee3c720/api/envoy/config/endpoint/v3/endpoint_components.proto#L91-L96">additional_addresses</a> field in the Endpoint resource. To disable this feature, set the environment variable <code>GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS=false</code>. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8134">#8134</a>)</li> <li>stats/opentelemetry: Add experimental support for OpenTelemetry tracing. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7852">#7852</a>)</li> <li>xds/internal/xdsclient: Add counter metrics for valid and invalid resource updates. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8038">#8038</a>)</li> <li>balancer/leastrequest, roundrobin: Add dualstack support. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7969">#7969</a>, <a href="https://redirect.github.com/grpc/grpc-go/issues/7966">#7966</a>)</li> <li>balancer/endpointsharding: Balancers created with the new <code>DisableAutoReconnect</code> option will not attempt to call <code>ExitIdle</code> automatically on their children when the children report idle. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8052">#8052</a>)</li> </ul> <h1>Bug Fixes</h1> <ul> <li>client: Fix support for proxies when using <code>grpc.NewClient</code> so the target is resolved by the proxy as expected. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7881">#7881</a>) <ul> <li>Added <code>WithLocalDNSResolution()</code> dial option to explicitly force target resolution on the client instead. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7881">#7881</a>)</li> </ul> </li> <li>weightedtarget: Return erroring picker when no targets are configured. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8070">#8070</a>)</li> <li>xds: Fail RPCs with <code>UNAVAILABLE</code> when the EDS resource is missing or contains no endpoints (<a href="https://redirect.github.com/grpc/grpc-go/issues/8070">#8070</a>)</li> <li>xdsclient: Fix a bug where connectivity failures were reported to resource watchers before trying all listed servers. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8075">#8075</a>)</li> <li>grpc: Fix the number of bytes reported in the error message when encoded messages are larger than 4GB. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8033">#8033</a>)</li> <li>xds: Fixed a bug preventing tests from creating multiple servers or channels with different bootstrap configs. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8050">#8050</a>)</li> <li>grpc: Fix message length checks when compression is enabled and <code>maxReceiveMessageSize</code> is <code>MaxInt</code> (<a href="https://redirect.github.com/grpc/grpc-go/issues/7918">#7918</a>) <ul> <li>Special Thanks: <a href="https://github.com/vinothkumarr227"><code>@​vinothkumarr227</code></a></li> </ul> </li> </ul> <h1>Documentation</h1> <ul> <li>client: Improve documentation of <code>grpc.NewClient</code> and <code>ClientConn.CanonicalTarget</code> by providing examples. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8078">#8078</a>)</li> <li>examples/features/dualstack: New example demonstrating usage of endpoints and dualstack functionality. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8098">#8098</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/d01db5ccc8d3dfc89d4481c1d2a613e9fa44520b"><code>d01db5c</code></a> Change version to 1.71.0 (<a href="https://redirect.github.com/grpc/grpc-go/issues/8105">#8105</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/012f8bf87398d489d5e508c46930eedbf338c1c9"><code>012f8bf</code></a> xds: Enable dualstack flag (<a href="https://redirect.github.com/grpc/grpc-go/issues/8134">#8134</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/bf0c885febebac5559a016f89f21483932a4414a"><code>bf0c885</code></a> examples/features/dualstack: Demonstrate Dual Stack functionality (<a href="https://redirect.github.com/grpc/grpc-go/issues/8098">#8098</a>) (<a href="https://redirect.github.com/grpc/grpc-go/issues/8">#8</a>...</li> <li><a href="https://github.com/grpc/grpc-go/commit/05bdd66f510fcd65891ff7783f8f9e574a7267f3"><code>05bdd66</code></a> ringhash: Remove TODO comment (<a href="https://redirect.github.com/grpc/grpc-go/issues/8096">#8096</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/ddb2484e6974440421801e2099627d13d053b928"><code>ddb2484</code></a> xds: remove obsolete xDS transport custom dialer option (<a href="https://redirect.github.com/grpc/grpc-go/issues/8079">#8079</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/8528f4387f276518050f2b71a9dee1e3fb19d924"><code>8528f43</code></a> cleanup: replace Dial with NewClient (<a href="https://redirect.github.com/grpc/grpc-go/issues/7975">#7975</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/ae2a04f564ad57cfd6143ad87b0ae493e8b4cbe8"><code>ae2a04f</code></a> ringhash: Replace DNS resolver before sending xDS Update in test (<a href="https://redirect.github.com/grpc/grpc-go/issues/8091">#8091</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/e55819e1e6841d1349806b4de63d0992088526c2"><code>e55819e</code></a> lazy: Use channel to wait for resolver error being received in test (<a href="https://redirect.github.com/grpc/grpc-go/issues/8088">#8088</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/b524c08e44e21b0c93eb2143b242b00bb536344b"><code>b524c08</code></a> xdsclient: include xds node ID in errors from the WatchResource API (<a href="https://redirect.github.com/grpc/grpc-go/issues/8093">#8093</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/91eb6aafd39752402fc87e573d126d3b1f288ea1"><code>91eb6aa</code></a> client: improve documentation of target strings (<a href="https://redirect.github.com/grpc/grpc-go/issues/8078">#8078</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.70.0...v1.71.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.70.0&new-version=1.71.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't alter 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 edits that 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 after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents a5d90ad + b5d0393 commit 473105f

File tree

2 files changed

+29
-26
lines changed

2 files changed

+29
-26
lines changed

go.mod

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/wailsapp/wails/v2 v2.10.1
2222
golang.org/x/crypto v0.35.0
2323
golang.org/x/oauth2 v0.27.0
24-
google.golang.org/grpc v1.70.0
24+
google.golang.org/grpc v1.71.0
2525
gopkg.in/DataDog/dd-trace-go.v1 v1.72.1
2626
gopkg.in/macaroon.v2 v2.1.0
2727
gorm.io/driver/postgres v1.5.11
@@ -196,15 +196,16 @@ require (
196196
go.etcd.io/etcd/pkg/v3 v3.5.16 // indirect
197197
go.etcd.io/etcd/raft/v3 v3.5.16 // indirect
198198
go.etcd.io/etcd/server/v3 v3.5.16 // indirect
199+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
199200
go.opentelemetry.io/collector/pdata v1.11.0 // indirect
200201
go.opentelemetry.io/collector/pdata/pprofile v0.104.0 // indirect
201202
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55.0 // indirect
202-
go.opentelemetry.io/otel v1.32.0 // indirect
203+
go.opentelemetry.io/otel v1.34.0 // indirect
203204
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30.0 // indirect
204205
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30.0 // indirect
205-
go.opentelemetry.io/otel/metric v1.32.0 // indirect
206-
go.opentelemetry.io/otel/sdk v1.32.0 // indirect
207-
go.opentelemetry.io/otel/trace v1.32.0 // indirect
206+
go.opentelemetry.io/otel/metric v1.34.0 // indirect
207+
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
208+
go.opentelemetry.io/otel/trace v1.34.0 // indirect
208209
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
209210
go.uber.org/atomic v1.11.0 // indirect
210211
go.uber.org/multierr v1.11.0 // indirect
@@ -218,9 +219,9 @@ require (
218219
golang.org/x/time v0.8.0 // indirect
219220
golang.org/x/tools v0.30.0 // indirect
220221
google.golang.org/genproto v0.0.0-20240930140551-af27646dc61f // indirect
221-
google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a // indirect
222-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a // indirect
223-
google.golang.org/protobuf v1.36.2 // indirect
222+
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
223+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
224+
google.golang.org/protobuf v1.36.4 // indirect
224225
gopkg.in/errgo.v1 v1.0.1 // indirect
225226
gopkg.in/macaroon-bakery.v2 v2.3.0 // indirect
226227
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect

go.sum

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,8 @@ github.com/rogpeppe/fastuuid v1.2.0 h1:Ppwyp6VYCF1nvBTXL3trRso7mXMlRrw9ooo375wvi
606606
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
607607
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
608608
github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc=
609-
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
610-
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
609+
github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=
610+
github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o=
611611
github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ=
612612
github.com/rs/zerolog v1.13.0/go.mod h1:YbFCdg8HfsridGWAh22vktObvhZbQsZXe4/zB0OKkWU=
613613
github.com/rs/zerolog v1.15.0/go.mod h1:xYTKnLHcpfU2225ny5qZjxnj9NvkumZYjJHlAThCjNc=
@@ -729,6 +729,8 @@ go.etcd.io/etcd/raft/v3 v3.5.16 h1:zBXA3ZUpYs1AwiLGPafYAKKl/CORn/uaxYDwlNwndAk=
729729
go.etcd.io/etcd/raft/v3 v3.5.16/go.mod h1:P4UP14AxofMJ/54boWilabqqWoW9eLodl6I5GdGzazI=
730730
go.etcd.io/etcd/server/v3 v3.5.16 h1:d0/SAdJ3vVsZvF8IFVb1k8zqMZ+heGcNfft71ul9GWE=
731731
go.etcd.io/etcd/server/v3 v3.5.16/go.mod h1:ynhyZZpdDp1Gq49jkUg5mfkDWZwXnn3eIqCqtJnrD/s=
732+
go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=
733+
go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A=
732734
go.opentelemetry.io/collector/component v0.104.0 h1:jqu/X9rnv8ha0RNZ1a9+x7OU49KwSMsPbOuIEykHuQE=
733735
go.opentelemetry.io/collector/component v0.104.0/go.mod h1:1C7C0hMVSbXyY1ycCmaMUAR9fVwpgyiNQqxXtEWhVpw=
734736
go.opentelemetry.io/collector/config/configtelemetry v0.104.0 h1:eHv98XIhapZA8MgTiipvi+FDOXoFhCYOwyKReOt+E4E=
@@ -743,20 +745,20 @@ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.5
743745
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55.0/go.mod h1:LqaApwGx/oUmzsbqxkzuBvyoPpkxk3JQWnqfVrJ3wCA=
744746
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 h1:TT4fX+nBOA/+LUkobKGW1ydGcn+G3vRw9+g5HwCphpk=
745747
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0/go.mod h1:L7UH0GbB0p47T4Rri3uHjbpCFYrVrwc1I25QhNPiGK8=
746-
go.opentelemetry.io/otel v1.32.0 h1:WnBN+Xjcteh0zdk01SVqV55d/m62NJLJdIyb4y/WO5U=
747-
go.opentelemetry.io/otel v1.32.0/go.mod h1:00DCVSB0RQcnzlwyTfqtxSm+DRr9hpYrHjNGiBHVQIg=
748+
go.opentelemetry.io/otel v1.34.0 h1:zRLXxLCgL1WyKsPVrgbSdMN4c0FMkDAskSTQP+0hdUY=
749+
go.opentelemetry.io/otel v1.34.0/go.mod h1:OWFPOQ+h4G8xpyjgqo4SxJYdDQ/qmRH+wivy7zzx9oI=
748750
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30.0 h1:lsInsfvhVIfOI6qHVyysXMNDnjO9Npvl7tlDPJFBVd4=
749751
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30.0/go.mod h1:KQsVNh4OjgjTG0G6EiNi1jVpnaeeKsKMRwbLN+f1+8M=
750752
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30.0 h1:m0yTiGDLUvVYaTFbAvCkVYIYcvwKt3G7OLoN77NUs/8=
751753
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30.0/go.mod h1:wBQbT4UekBfegL2nx0Xk1vBcnzyBPsIVm9hRG4fYcr4=
752-
go.opentelemetry.io/otel/metric v1.32.0 h1:xV2umtmNcThh2/a/aCP+h64Xx5wsj8qqnkYZktzNa0M=
753-
go.opentelemetry.io/otel/metric v1.32.0/go.mod h1:jH7CIbbK6SH2V2wE16W05BHCtIDzauciCRLoc/SyMv8=
754-
go.opentelemetry.io/otel/sdk v1.32.0 h1:RNxepc9vK59A8XsgZQouW8ue8Gkb4jpWtJm9ge5lEG4=
755-
go.opentelemetry.io/otel/sdk v1.32.0/go.mod h1:LqgegDBjKMmb2GC6/PrTnteJG39I8/vJCAP9LlJXEjU=
756-
go.opentelemetry.io/otel/sdk/metric v1.32.0 h1:rZvFnvmvawYb0alrYkjraqJq0Z4ZUJAiyYCU9snn1CU=
757-
go.opentelemetry.io/otel/sdk/metric v1.32.0/go.mod h1:PWeZlq0zt9YkYAp3gjKZ0eicRYvOh1Gd+X99x6GHpCQ=
758-
go.opentelemetry.io/otel/trace v1.32.0 h1:WIC9mYrXf8TmY/EXuULKc8hR17vE+Hjv2cssQDe03fM=
759-
go.opentelemetry.io/otel/trace v1.32.0/go.mod h1:+i4rkvCraA+tG6AzwloGaCtkx53Fa+L+V8e9a7YvhT8=
754+
go.opentelemetry.io/otel/metric v1.34.0 h1:+eTR3U0MyfWjRDhmFMxe2SsW64QrZ84AOhvqS7Y+PoQ=
755+
go.opentelemetry.io/otel/metric v1.34.0/go.mod h1:CEDrp0fy2D0MvkXE+dPV7cMi8tWZwX3dmaIhwPOaqHE=
756+
go.opentelemetry.io/otel/sdk v1.34.0 h1:95zS4k/2GOy069d321O8jWgYsW3MzVV+KuSPKp7Wr1A=
757+
go.opentelemetry.io/otel/sdk v1.34.0/go.mod h1:0e/pNiaMAqaykJGKbi+tSjWfNNHMTxoC9qANsCzbyxU=
758+
go.opentelemetry.io/otel/sdk/metric v1.34.0 h1:5CeK9ujjbFVL5c1PhLuStg1wxA7vQv7ce1EK0Gyvahk=
759+
go.opentelemetry.io/otel/sdk/metric v1.34.0/go.mod h1:jQ/r8Ze28zRKoNRdkjCZxfs6YvBTG1+YIqyFVFYec5w=
760+
go.opentelemetry.io/otel/trace v1.34.0 h1:+ouXS2V8Rd4hp4580a8q23bg0azF2nI8cqLYnC8mh/k=
761+
go.opentelemetry.io/otel/trace v1.34.0/go.mod h1:Svm7lSjQD7kG7KJ/MUHPVXSDGz2OX4h0M2jHBhmSfRE=
760762
go.opentelemetry.io/proto/otlp v1.3.1 h1:TrMUixzpM0yuc/znrFTP9MMRh8trP93mkCiDVeXrui0=
761763
go.opentelemetry.io/proto/otlp v1.3.1/go.mod h1:0X1WI4de4ZsLrrJNLAQbFeLCm3T7yBkR0XqQ7niQU+8=
762764
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
@@ -964,18 +966,18 @@ google.golang.org/genproto v0.0.0-20200423170343-7949de9c1215/go.mod h1:55QSHmfG
964966
google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c=
965967
google.golang.org/genproto v0.0.0-20240930140551-af27646dc61f h1:mCJ6SGikSxVlt9scCayUl2dMq0msUgmBArqRY6umieI=
966968
google.golang.org/genproto v0.0.0-20240930140551-af27646dc61f/go.mod h1:xtVODtPkMQRUZ4kqOTgp6JrXQrPevvfCSdk4mJtHUbM=
967-
google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a h1:OAiGFfOiA0v9MRYsSidp3ubZaBnteRUyn3xB2ZQ5G/E=
968-
google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a/go.mod h1:jehYqy3+AhJU9ve55aNOaSml7wUXjF9x6z2LcCfpAhY=
969-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a h1:hgh8P4EuoxpsuKMXX/To36nOFD7vixReXgn8lPGnt+o=
970-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a/go.mod h1:5uTbfoYQed2U9p3KIj2/Zzm02PYhndfdmML0qC3q3FU=
969+
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 h1:GVIKPyP/kLIyVOgOnTwFOrvQaQUzOzGMCxgFUOEmm24=
970+
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422/go.mod h1:b6h1vNKhxaSoEI+5jc3PJUCustfli/mRab7295pY7rw=
971+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f h1:OxYkA3wjPsZyBylwymxSHa7ViiW1Sml4ToBrncvFehI=
972+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f/go.mod h1:+2Yz8+CLJbIfL9z73EW45avw8Lmge3xVElCP9zEKi50=
971973
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
972974
google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
973975
google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY=
974976
google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk=
975977
google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk=
976978
google.golang.org/grpc v1.33.1/go.mod h1:fr5YgcSWrqhRRxogOsw7RzIpsmvOZ6IcH4kBYTpR3n0=
977-
google.golang.org/grpc v1.70.0 h1:pWFv03aZoHzlRKHWicjsZytKAiYCtNS0dHbXnIdq7jQ=
978-
google.golang.org/grpc v1.70.0/go.mod h1:ofIJqVKDXx/JiXrwr2IG4/zwdH9txy3IlF40RmcJSQw=
979+
google.golang.org/grpc v1.71.0 h1:kF77BGdPTQ4/JZWMlb9VpJ5pa25aqvVqogsxNHHdeBg=
980+
google.golang.org/grpc v1.71.0/go.mod h1:H0GRtasmQOh9LkFoCPDu3ZrwUtD1YGE+b2vYBYd/8Ec=
979981
gopkg.in/DataDog/dd-trace-go.v1 v1.72.1 h1:QG2HNpxe9H4WnztDYbdGQJL/5YIiiZ6xY1+wMuQ2c1w=
980982
gopkg.in/DataDog/dd-trace-go.v1 v1.72.1/go.mod h1:XqDhDqsLpThFnJc4z0FvAEItISIAUka+RHwmQ6EfN1U=
981983
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

0 commit comments

Comments
 (0)