Skip to content

Commit 19c4a23

Browse files
authored
build(deps): bump github.com/moby/buildkit from 0.29.0 to 0.30.0 (#659)
Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.29.0 to 0.30.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/moby/buildkit/releases">github.com/moby/buildkit's releases</a>.</em></p> <blockquote> <h2>v0.30.0</h2> <p>Welcome to the v0.30.0 release of buildkit!</p> <p>Please try out the release binaries and report any issues at <a href="https://github.com/moby/buildkit/issues">https://github.com/moby/buildkit/issues</a>.</p> <h3>Contributors</h3> <ul> <li>Tõnis Tiigi</li> <li>CrazyMax</li> <li>Sebastiaan van Stijn</li> <li>Jonathan A. Sternberg</li> <li>Natnael Gebremariam</li> <li>Akihiro Suda</li> <li>Dawei Wei</li> <li>Dmitrii Kostyrev</li> <li>Jiří Moravčík</li> <li>Vladimir Kuznichenkov</li> </ul> <h3>Notable Changes</h3> <ul> <li>Builtin Dockerfile frontend has been updated to v1.24.0 <a href="https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.24.0">changelog</a></li> <li>BuildKit now supports the concept of &quot;compatibility version&quot; for improved reproducible builds support across different BuildKit versions. This allows users to specify a version for which the build should be compatible with, and BuildKit will attempt to maintain compatibility with that version when possible. Compatibility version will be stored in the provenance attestation of the build and can be used to independently verify the artifacts of the build on other BuildKit versions. The current compatibility version and backward compatibility with old versions are defined in <a href="https://github.com/moby/buildkit/blob/v0.30.0-rc1/docs/build-repro.md#compatibility-version">Build reproducibility docs</a> <a href="https://redirect.github.com/moby/buildkit/issues/6681">#6681</a></li> <li>Git sources now support <code>fetch-by-commit</code> option where commit is fetched by the SHA and then associated with the reference. This is useful when checking out mutable references <code>refs/NR/merge</code> where the commit SHA may change during invocation and cause checksum mismatch error <a href="https://redirect.github.com/moby/buildkit/issues/6708">#6708</a></li> <li>The LLB API now supports Git bundle format. Git bundles can be loaded from registry or OCI layout blobs and Git sources can be checked out into bundle format for snapshotting <a href="https://redirect.github.com/moby/buildkit/issues/6711">#6711</a></li> <li>Provenance attestations for multi-pass or chained builds now include request details for root requests and individual input requests, allowing full reconstruction of such complex builds <a href="https://redirect.github.com/moby/buildkit/issues/6739">#6739</a></li> <li>The version of the built-in Dockerfile frontend that was used is now included in the provenance metadata and reported via worker info APIs. <a href="https://redirect.github.com/moby/buildkit/issues/6705">#6705</a></li> <li>Improve error reporting for registry errors on cache export <a href="https://redirect.github.com/moby/buildkit/issues/6762">#6762</a></li> <li>S3 cache now supports additional options <code>retry_mode</code> and <code>retry_max_attempts</code> to configure retry behavior of S3 client <a href="https://redirect.github.com/moby/buildkit/issues/6657">#6657</a></li> <li>S3 cache now supports <code>disable_accept_encoding</code> option for GCS interoperability <a href="https://redirect.github.com/moby/buildkit/issues/6642">#6642</a></li> <li>Reduce potential lock contention in gateway forwarder for improved performance on parallel builds <a href="https://redirect.github.com/moby/buildkit/issues/6741">#6741</a></li> <li>A new log level option has been added to the buildkitd TOML configuration; previous &quot;debug&quot; and &quot;trace&quot; options have been deprecated <a href="https://redirect.github.com/moby/buildkit/issues/6732">#6732</a></li> <li>Allow gateway frontend requests to forward to the built-in Dockerfile frontend the same way as to external frontends <a href="https://redirect.github.com/moby/buildkit/issues/6643">#6643</a></li> <li>Session connection health checks have been improved to better detect loss of connectivity and avoid stuck builds <a href="https://redirect.github.com/moby/buildkit/issues/6649">#6649</a></li> <li>Fix issue with Git subdirectory value not being included in ConfigSource section of SLSA provenance for builds from Git sources <a href="https://redirect.github.com/moby/buildkit/issues/6724">#6724</a></li> <li>Avoid potential deadlock if the credential helper in the client is misbehaving and never returns credentials <a href="https://redirect.github.com/moby/buildkit/issues/6709">#6709</a></li> <li>Fix possible data race in provenance computation on parallel builds <a href="https://redirect.github.com/moby/buildkit/issues/6758">#6758</a></li> <li>Fix possible provenance capture race in concurrent no-cache builds that could leave source pins empty and fail with an invalid checksum digest error <a href="https://redirect.github.com/moby/buildkit/issues/6764">#6764</a></li> <li>Fix possible data race in progress writer <a href="https://redirect.github.com/moby/buildkit/issues/6679">#6679</a></li> <li>Fix data race in S3 cache reader <a href="https://redirect.github.com/moby/buildkit/issues/6675">#6675</a></li> <li>Fix possible Git config lookup errors on Windows <a href="https://redirect.github.com/moby/buildkit/issues/6639">#6639</a></li> <li>Fix build cancellation not working properly when blocked on credential callback <a href="https://redirect.github.com/moby/buildkit/issues/6641">#6641</a></li> </ul> <h3>Dependency Changes</h3> <ul> <li><strong>github.com/Azure/azure-sdk-for-go/sdk/azcore</strong> v1.20.0 -&gt; v1.21.0</li> <li><strong>github.com/Microsoft/hcsshim</strong> v0.14.0-rc.1 -&gt; v0.14.1</li> <li><strong>github.com/aws/aws-sdk-go-v2</strong> v1.41.4 -&gt; v1.41.7</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/buildkit/commit/dd2170e156c9633da1b2d1a58a6188e3f7d36fa4"><code>dd2170e</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/6770">#6770</a> from crazy-max/v0.30-picks-0.30.0</li> <li><a href="https://github.com/moby/buildkit/commit/e4b9769cf519c5c1d9bc59643adde2c977f9ae30"><code>e4b9769</code></a> test: gate merge diff tests through worker capabilities</li> <li><a href="https://github.com/moby/buildkit/commit/d5956a1cf26f4055deaff883dad537b6a25bcfa1"><code>d5956a1</code></a> skip pin race test on workers without merge diff support</li> <li><a href="https://github.com/moby/buildkit/commit/505ab37cd6c6c6d2ac37e3a598eab4abdc315c2a"><code>505ab37</code></a> solver: fix race in walkProvenance</li> <li><a href="https://github.com/moby/buildkit/commit/f2e48d20dc7d744a4051d6b5591b851a29a6232f"><code>f2e48d2</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/6762">#6762</a> from jsternberg/add-error-details</li> <li><a href="https://github.com/moby/buildkit/commit/f7a40a08716a42f1066b99bb0cdc09cab42987b9"><code>f7a40a0</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/6758">#6758</a> from tonistiigi/fix-provenance-data-race</li> <li><a href="https://github.com/moby/buildkit/commit/80e934d8b310736f71a6a33c696b8448bec6c12d"><code>80e934d</code></a> remotecache: propagate details field from registry when included</li> <li><a href="https://github.com/moby/buildkit/commit/a7c874909a0045c6e32c1c1314e7aba949bf85da"><code>a7c8749</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/6761">#6761</a> from moby/dependabot/github_actions/github/codeql-ac...</li> <li><a href="https://github.com/moby/buildkit/commit/df37b6751b796a1b22d4dfe0ffb0bc9962b2c38b"><code>df37b67</code></a> build(deps): bump github/codeql-action from 4.35.3 to 4.35.4</li> <li><a href="https://github.com/moby/buildkit/commit/c7ba94199885e89e25615d3e2d78fea86a2c7eb7"><code>c7ba941</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/6759">#6759</a> from moby/dependabot/github_actions/docker/github-bu...</li> <li>Additional commits viewable in <a href="https://github.com/moby/buildkit/compare/v0.29.0...v0.30.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/moby/buildkit&package-manager=go_modules&previous-version=0.29.0&new-version=0.30.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 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 9d60096 + b62cf33 commit 19c4a23

2 files changed

Lines changed: 35 additions & 35 deletions

File tree

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/julienschmidt/httprouter v1.3.0
3030
github.com/masterminds/sprig v2.22.0+incompatible
3131
github.com/maxbrunsfeld/counterfeiter/v6 v6.12.2
32-
github.com/moby/buildkit v0.29.0
32+
github.com/moby/buildkit v0.30.0
3333
github.com/moby/go-archive v0.2.0
3434
github.com/onsi/ginkgo/v2 v2.28.3
3535
github.com/onsi/gomega v1.40.0
@@ -123,7 +123,7 @@ require (
123123
github.com/jfrog/gofrog v1.7.6 // indirect
124124
github.com/jpillora/backoff v1.0.0 // indirect
125125
github.com/kevinburke/ssh_config v1.4.0 // indirect
126-
github.com/klauspost/compress v1.18.5 // indirect
126+
github.com/klauspost/compress v1.18.6 // indirect
127127
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
128128
github.com/klauspost/pgzip v1.2.6 // indirect
129129
github.com/mattn/go-runewidth v0.0.16 // indirect
@@ -158,9 +158,9 @@ require (
158158
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
159159
github.com/yusufpapurcu/wmi v1.2.4 // indirect
160160
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
161-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
162-
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.63.0 // indirect
163-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
161+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.68.0 // indirect
162+
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.68.0 // indirect
163+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 // indirect
164164
go.opentelemetry.io/otel v1.43.0 // indirect
165165
go.opentelemetry.io/otel/metric v1.43.0 // indirect
166166
go.opentelemetry.io/otel/sdk v1.43.0 // indirect
@@ -173,8 +173,8 @@ require (
173173
golang.org/x/term v0.42.0 // indirect
174174
golang.org/x/text v0.36.0 // indirect
175175
golang.org/x/tools v0.44.0 // indirect
176-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
177-
google.golang.org/grpc v1.79.3 // indirect
176+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260406210006-6f92a3bedf2d // indirect
177+
google.golang.org/grpc v1.80.0 // indirect
178178
google.golang.org/protobuf v1.36.11 // indirect
179179
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
180180
gopkg.in/warnings.v0 v0.1.2 // indirect

go.sum

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ github.com/gorilla/securecookie v1.1.1 h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyC
210210
github.com/gorilla/securecookie v1.1.1/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4=
211211
github.com/gorilla/sessions v1.2.1 h1:DHd3rPN5lE3Ts3D8rKkQ8x/0kqfeNmBAaiSi+o7FsgI=
212212
github.com/gorilla/sessions v1.2.1/go.mod h1:dk2InVEVJ0sfLlnXv9EAgkf6ecYs/i80K/zI+bUmuGM=
213-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 h1:X+2YciYSxvMQK0UZ7sg45ZVabVZBeBuvMkmuI2V3Fak=
214-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7/go.mod h1:lW34nIZuQ8UDPdkon5fmfp2l3+ZkQ2me/+oecHYLOII=
213+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 h1:HWRh5R2+9EifMyIHV7ZV+MIZqgz+PMpZ14Jynv3O2Zs=
214+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0/go.mod h1:JfhWUomR1baixubs02l85lZYYOm7LV6om4ceouMv45c=
215215
github.com/hashicorp/go-immutable-radix v1.3.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60=
216216
github.com/hashicorp/go-immutable-radix v1.3.1 h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc=
217217
github.com/hashicorp/go-immutable-radix v1.3.1/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60=
@@ -267,8 +267,8 @@ github.com/kevinburke/ssh_config v1.4.0/go.mod h1:q2RIzfka+BXARoNexmF9gkxEX7Dmvb
267267
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
268268
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
269269
github.com/klauspost/compress v1.4.1/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A=
270-
github.com/klauspost/compress v1.18.5 h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE=
271-
github.com/klauspost/compress v1.18.5/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
270+
github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao=
271+
github.com/klauspost/compress v1.18.6/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
272272
github.com/klauspost/cpuid v1.2.0/go.mod h1:Pj4uuM528wm8OyEC2QMXAi2YiTZ96dNQPGgoMS4s3ek=
273273
github.com/klauspost/cpuid/v2 v2.3.0 h1:S4CRMLnYUhGeDFDqkGriYKdfoFlDnMtqTiI/sFzhA9Y=
274274
github.com/klauspost/cpuid/v2 v2.3.0/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0=
@@ -306,8 +306,8 @@ github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa1
306306
github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s=
307307
github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=
308308
github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
309-
github.com/moby/buildkit v0.29.0 h1:wxLEFbCOJntEDjSNNN2YWd8zxltZxT5muDQ0LzpbtpU=
310-
github.com/moby/buildkit v0.29.0/go.mod h1:Dmv2FeDe34t75QuzeU87rBoZpAAkcpT5zeu4hXzmASc=
309+
github.com/moby/buildkit v0.30.0 h1:OsK8T3BaYH52UNStpKd7gytDtHWWt2Fawak/lAPWatU=
310+
github.com/moby/buildkit v0.30.0/go.mod h1:k2wuw5ddaOqzh58RLt+mBn2XhK34gi6+gd0faONQ1xU=
311311
github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=
312312
github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
313313
github.com/moby/go-archive v0.2.0 h1:zg5QDUM2mi0JIM9fdQZWC7U8+2ZfixfTYoHL7rWUcP8=
@@ -448,18 +448,18 @@ github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo
448448
github.com/yusufpapurcu/wmi v1.2.4/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0=
449449
go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64=
450450
go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
451-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 h1:YH4g8lQroajqUwWbq/tr2QX1JFmEXaDLgG+ew9bLMWo=
452-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0/go.mod h1:fvPi2qXDqFs8M4B4fmJhE92TyQs9Ydjlg3RvfUp+NbQ=
453-
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.63.0 h1:2pn7OzMewmYRiNtv1doZnLo3gONcnMHlFnmOR8Vgt+8=
454-
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.63.0/go.mod h1:rjbQTDEPQymPE0YnRQp9/NuPwwtL0sesz/fnqRW/v84=
455-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 h1:RbKq8BG0FI8OiXhBfcRtqqHcZcka+gU3cskNuf05R18=
456-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0/go.mod h1:h06DGIukJOevXaj/xrNjhi/2098RZzcLTbc0jDAUbsg=
451+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.68.0 h1:0Qx7VGBacMm9ZENQ7TnNObTYI4ShC+lHI16seduaxZo=
452+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.68.0/go.mod h1:Sje3i3MjSPKTSPvVWCaL8ugBzJwik3u4smCjUeuupqg=
453+
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.68.0 h1:cuXaPAfIoJKsYjBjPSb2nKZEmgM43zVr25l37IxhKME=
454+
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.68.0/go.mod h1:BuzhPofpCzlDi/Q/Xjg54M4/3oWqqyDe2Zeq7A2I0QE=
455+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 h1:CqXxU8VOmDefoh0+ztfGaymYbhdB/tT3zs79QaZTNGY=
456+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0/go.mod h1:BuhAPThV8PBHBvg8ZzZ/Ok3idOdhWIodywz2xEcRbJo=
457457
go.opentelemetry.io/otel v1.43.0 h1:mYIM03dnh5zfN7HautFE4ieIig9amkNANT+xcVxAj9I=
458458
go.opentelemetry.io/otel v1.43.0/go.mod h1:JuG+u74mvjvcm8vj8pI5XiHy1zDeoCS2LB1spIq7Ay0=
459-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 h1:QKdN8ly8zEMrByybbQgv8cWBcdAarwmIPZ6FThrWXJs=
460-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0/go.mod h1:bTdK1nhqF76qiPoCCdyFIV+N/sRHYXYCTQc+3VCi3MI=
461-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0 h1:wVZXIWjQSeSmMoxF74LzAnpVQOAFDo3pPji9Y4SOFKc=
462-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0/go.mod h1:khvBS2IggMFNwZK/6lEeHg/W57h/IX6J4URh57fuI40=
459+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0 h1:88Y4s2C8oTui1LGM6bTWkw0ICGcOLCAI5l6zsD1j20k=
460+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0/go.mod h1:Vl1/iaggsuRlrHf/hfPJPvVag77kKyvrLeD10kpMl+A=
461+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43.0 h1:3iZJKlCZufyRzPzlQhUIWVmfltrXuGyfjREgGP3UUjc=
462+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43.0/go.mod h1:/G+nUPfhq2e+qiXMGxMwumDrP5jtzU+mWN7/sjT2rak=
463463
go.opentelemetry.io/otel/metric v1.43.0 h1:d7638QeInOnuwOONPp4JAOGfbCEpYb+K6DVWvdxGzgM=
464464
go.opentelemetry.io/otel/metric v1.43.0/go.mod h1:RDnPtIxvqlgO8GRW18W6Z/4P462ldprJtfxHxyKd2PY=
465465
go.opentelemetry.io/otel/sdk v1.43.0 h1:pi5mE86i5rTeLXqoF/hhiBtUNcrAGHLKQdhg4h4V9Dg=
@@ -468,8 +468,8 @@ go.opentelemetry.io/otel/sdk/metric v1.43.0 h1:S88dyqXjJkuBNLeMcVPRFXpRw2fuwdvfC
468468
go.opentelemetry.io/otel/sdk/metric v1.43.0/go.mod h1:C/RJtwSEJ5hzTiUz5pXF1kILHStzb9zFlIEe85bhj6A=
469469
go.opentelemetry.io/otel/trace v1.43.0 h1:BkNrHpup+4k4w+ZZ86CZoHHEkohws8AY+WTX09nk+3A=
470470
go.opentelemetry.io/otel/trace v1.43.0/go.mod h1:/QJhyVBUUswCphDVxq+8mld+AvhXZLhe+8WVFxiFff0=
471-
go.opentelemetry.io/proto/otlp v1.9.0 h1:l706jCMITVouPOqEnii2fIAuO3IVGBRPV5ICjceRb/A=
472-
go.opentelemetry.io/proto/otlp v1.9.0/go.mod h1:xE+Cx5E/eEHw+ISFkwPLwCZefwVjY+pqKg1qcK03+/4=
471+
go.opentelemetry.io/proto/otlp v1.10.0 h1:IQRWgT5srOCYfiWnpqUYz9CVmbO8bFmKcwYxpuCSL2g=
472+
go.opentelemetry.io/proto/otlp v1.10.0/go.mod h1:/CV4QoCR/S9yaPj8utp3lvQPoqMtxXdzn7ozvvozVqk=
473473
go.step.sm/crypto v0.77.7 h1:6azC+pD678Vjju8yXnMDHCZJ+HzFaEmL3sCryiezTIA=
474474
go.step.sm/crypto v0.77.7/go.mod h1:OW/2sEHwTtDKq70PvSQ5B0JGy/CrLyDKOiVy3YvZMTQ=
475475
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
@@ -549,8 +549,8 @@ golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
549549
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
550550
golang.org/x/text v0.36.0 h1:JfKh3XmcRPqZPKevfXVpI1wXPTqbkE5f7JA92a55Yxg=
551551
golang.org/x/text v0.36.0/go.mod h1:NIdBknypM8iqVmPiuco0Dh6P5Jcdk8lJL0CUebqK164=
552-
golang.org/x/time v0.14.0 h1:MRx4UaLrDotUKUdCIqzPC48t1Y9hANFKIRpNx+Te8PI=
553-
golang.org/x/time v0.14.0/go.mod h1:eL/Oa2bBBK0TkX57Fyni+NgnyQQN4LitPmob2Hjnqw4=
552+
golang.org/x/time v0.15.0 h1:bbrp8t3bGUeFOx08pvsMYRTCVSMk89u4tKbNOZbp88U=
553+
golang.org/x/time v0.15.0/go.mod h1:Y4YMaQmXwGQZoFaVFk4YpCt4FLQMYKZe9oeV/f4MSno=
554554
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
555555
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
556556
golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
@@ -562,15 +562,15 @@ golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8T
562562
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
563563
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
564564
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
565-
gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=
566-
gonum.org/v1/gonum v0.16.0/go.mod h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E=
565+
gonum.org/v1/gonum v0.17.0 h1:VbpOemQlsSMrYmn7T2OUvQ4dqxQXU+ouZFQsZOx50z4=
566+
gonum.org/v1/gonum v0.17.0/go.mod h1:El3tOrEuMpv2UdMrbNlKEh9vd86bmQ6vqIcDwxEOc1E=
567567
google.golang.org/genproto v0.0.0-20241015192408-796eee8c2d53 h1:Df6WuGvthPzc+JiQ/G+m+sNX24kc0aTBqoDN/0yyykE=
568-
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 h1:merA0rdPeUV3YIIfHHcH4qBkiQAc1nfCKSI7lB4cV2M=
569-
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409/go.mod h1:fl8J1IvUjCilwZzQowmw2b7HQB2eAuYBabMXzWurF+I=
570-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 h1:H86B94AW+VfJWDqFeEbBPhEtHzJwJfTbgE2lZa54ZAQ=
571-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409/go.mod h1:j9x/tPzZkyxcgEFkiKEEGxfvyumM01BEtsW8xzOahRQ=
572-
google.golang.org/grpc v1.79.3 h1:sybAEdRIEtvcD68Gx7dmnwjZKlyfuc61Dyo9pGXXkKE=
573-
google.golang.org/grpc v1.79.3/go.mod h1:KmT0Kjez+0dde/v2j9vzwoAScgEPx/Bw1CYChhHLrHQ=
568+
google.golang.org/genproto/googleapis/api v0.0.0-20260406210006-6f92a3bedf2d h1:/aDRtSZJjyLQzm75d+a1wOJaqyKBMvIAfeQmoa3ORiI=
569+
google.golang.org/genproto/googleapis/api v0.0.0-20260406210006-6f92a3bedf2d/go.mod h1:etfGUgejTiadZAUaEP14NP97xi1RGeawqkjDARA/UOs=
570+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260406210006-6f92a3bedf2d h1:wT2n40TBqFY6wiwazVK9/iTWbsQrgk5ZfCSVFLO9LQA=
571+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260406210006-6f92a3bedf2d/go.mod h1:4Hqkh8ycfw05ld/3BWL7rJOSfebL2Q+DVDeRgYgxUU8=
572+
google.golang.org/grpc v1.80.0 h1:Xr6m2WmWZLETvUNvIUmeD5OAagMw3FiKmMlTdViWsHM=
573+
google.golang.org/grpc v1.80.0/go.mod h1:ho/dLnxwi3EDJA4Zghp7k2Ec1+c2jqup0bFkw07bwF4=
574574
google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE=
575575
google.golang.org/protobuf v1.36.11/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
576576
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

0 commit comments

Comments
 (0)