Skip to content

Commit 40f9686

Browse files
build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.17.0 to 1.18.0 (#667)
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.17.0 to 1.18.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-framework/releases">github.com/hashicorp/terraform-plugin-framework's releases</a>.</em></p> <blockquote> <h2>v1.18.0</h2> <p>NOTES:</p> <ul> <li>State store support is considered experimental and offered without compatibility promises until support for <code>state_store</code> in Terraform core is generally available. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259">#1259</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>framework: Add support for deprecation messages on attributes and blocks in the configuration schema (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1276">#1276</a>)</li> <li>statestore: New package for implementing state stores (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259">#1259</a>)</li> <li>statestore/schema: New package for implementing state store schemas (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259">#1259</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>types/basetypes: Added <code>Length()</code> method for the <code>ListValue</code> type. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067">#1067</a>)</li> <li>types/basetypes: Added <code>Length()</code> method for the <code>MapValue</code> type. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067">#1067</a>)</li> <li>types/basetypes: Added <code>Length()</code> method for the <code>SetValue</code> type. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067">#1067</a>)</li> <li>types/basetypes: Added <code>Length()</code> method for the <code>TupleValue</code> type. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067">#1067</a>)</li> <li>provider: Added <code>ProviderWithStateStores</code> interface for implementing state stores (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259">#1259</a>)</li> <li>provider: Added <code>StateStoreData</code> to <code>ConfigureResponse</code>, to pass provider-defined data to <code>(statestore.StateStore).Initialize</code> methods (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1262">#1262</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-framework's changelog</a>.</em></p> <blockquote> <h2>1.18.0 (February 27, 2026)</h2> <p>NOTES:</p> <ul> <li>State store support is considered experimental and offered without compatibility promises until support for <code>state_store</code> in Terraform core is generally available. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259">#1259</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>framework: Add support for deprecation messages on attributes and blocks in the configuration schema (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1276">#1276</a>)</li> <li>statestore: New package for implementing state stores (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259">#1259</a>)</li> <li>statestore/schema: New package for implementing state store schemas (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259">#1259</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>types/basetypes: Added <code>Length()</code> method for the <code>ListValue</code> type. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067">#1067</a>)</li> <li>types/basetypes: Added <code>Length()</code> method for the <code>MapValue</code> type. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067">#1067</a>)</li> <li>types/basetypes: Added <code>Length()</code> method for the <code>SetValue</code> type. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067">#1067</a>)</li> <li>types/basetypes: Added <code>Length()</code> method for the <code>TupleValue</code> type. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067">#1067</a>)</li> <li>provider: Added <code>ProviderWithStateStores</code> interface for implementing state stores (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259">#1259</a>)</li> <li>provider: Added <code>StateStoreData</code> to <code>ConfigureResponse</code>, to pass provider-defined data to <code>(statestore.StateStore).Initialize</code> methods (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1262">#1262</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/c271e918af964c9fe6621a5adef67fe0280f3daa"><code>c271e91</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/ed8d66cf472b9b3915a35c68600dddac1c78e66c"><code>ed8d66c</code></a> feat: add deprecation messages for attributes and blocks in configschema (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1276">#1276</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/60c74cfce0e428a6448b7949f41ba8e1b195489e"><code>60c74cf</code></a> build(deps): Bump github.com/hashicorp/terraform-plugin-go (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1280">#1280</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/7b6eb103b2e8211ae84009ff565e7a4a59686e0d"><code>7b6eb10</code></a> Add Validate for StateStore (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1272">#1272</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/9bd8a09d5996c99e622a8bf85e300001345bdaac"><code>9bd8a09</code></a> statestore: Add experimental notes + changelog (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1277">#1277</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/aa52d3738c447dffacbf275e8e128964c8929252"><code>aa52d37</code></a> build(deps): Bump github.com/hashicorp/copywrite in /tools (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1275">#1275</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/5024442f555ced4b81652c427f3d3a4c0cc7822c"><code>5024442</code></a> statestore: Implement workspace RPCs (<code>GetStates</code>, <code>DeleteState</code>) (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1273">#1273</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/43e036020291df17043cfca415fca6913c1b91fe"><code>43e0360</code></a> statestore: Implement <code>Write</code> for state stores (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1270">#1270</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/e642d51e6f812462da5a128ba39f249feb8ac57f"><code>e642d51</code></a> statestore: Implement <code>Lock</code> and <code>Unlock</code> for state stores (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1266">#1266</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/c9992175c71f126d74863127de32ca1a81263c71"><code>c999217</code></a> Update Copywrite years to 2026 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1268">#1268</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-plugin-framework/compare/v1.17.0...v1.18.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/terraform-plugin-framework&package-manager=go_modules&previous-version=1.17.0&new-version=1.18.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a191d2b commit 40f9686

2 files changed

Lines changed: 29 additions & 27 deletions

File tree

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ go 1.25.0
44

55
require (
66
github.com/google/uuid v1.6.0
7-
github.com/hashicorp/terraform-plugin-framework v1.17.0
7+
github.com/hashicorp/terraform-plugin-framework v1.18.0
88
github.com/hashicorp/terraform-plugin-framework-nettypes v0.3.0
99
github.com/hashicorp/terraform-plugin-framework-timeouts v0.7.0
1010
github.com/hashicorp/terraform-plugin-framework-validators v0.19.0
11-
github.com/hashicorp/terraform-plugin-go v0.29.0
11+
github.com/hashicorp/terraform-plugin-go v0.30.0
1212
github.com/hashicorp/terraform-plugin-log v0.10.0
1313
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.2
1414
github.com/hashicorp/terraform-plugin-testing v1.14.0
@@ -66,8 +66,8 @@ require (
6666
golang.org/x/text v0.33.0 // indirect
6767
golang.org/x/tools v0.41.0 // indirect
6868
google.golang.org/appengine v1.6.8 // indirect
69-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c // indirect
70-
google.golang.org/grpc v1.75.1 // indirect
71-
google.golang.org/protobuf v1.36.9 // indirect
69+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
70+
google.golang.org/grpc v1.79.1 // indirect
71+
google.golang.org/protobuf v1.36.11 // indirect
7272
gopkg.in/yaml.v3 v3.0.1 // indirect
7373
)

go.sum

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ github.com/apparentlymart/go-textseg/v15 v15.0.0 h1:uYvfpb3DyLSCGWnctWKGj857c6ew
1111
github.com/apparentlymart/go-textseg/v15 v15.0.0/go.mod h1:K8XmNZdhEBkdlyDdvbmmsvpAG721bKi0joRfFdHIWJ4=
1212
github.com/bufbuild/protocompile v0.14.1 h1:iA73zAf/fyljNjQKwYzUHD6AD4R8KMasmwa/FBatYVw=
1313
github.com/bufbuild/protocompile v0.14.1/go.mod h1:ppVdAIhbr2H8asPk6k4pY7t9zB1OU5DoEw9xY/FUi1c=
14+
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
15+
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
1416
github.com/cloudflare/circl v1.6.3 h1:9GPOhQGF9MCYUeXyMYlqTR6a5gTrgR/fBLXvUgtVcg8=
1517
github.com/cloudflare/circl v1.6.3/go.mod h1:2eXP6Qfat4O/Yhh8BznvKnJ+uzEoTQ6jVKJRn81BiS4=
1618
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
@@ -83,16 +85,16 @@ github.com/hashicorp/terraform-exec v0.24.0 h1:mL0xlk9H5g2bn0pPF6JQZk5YlByqSqrO5
8385
github.com/hashicorp/terraform-exec v0.24.0/go.mod h1:lluc/rDYfAhYdslLJQg3J0oDqo88oGQAdHR+wDqFvo4=
8486
github.com/hashicorp/terraform-json v0.27.2 h1:BwGuzM6iUPqf9JYM/Z4AF1OJ5VVJEEzoKST/tRDBJKU=
8587
github.com/hashicorp/terraform-json v0.27.2/go.mod h1:GzPLJ1PLdUG5xL6xn1OXWIjteQRT2CNT9o/6A9mi9hE=
86-
github.com/hashicorp/terraform-plugin-framework v1.17.0 h1:JdX50CFrYcYFY31gkmitAEAzLKoBgsK+iaJjDC8OexY=
87-
github.com/hashicorp/terraform-plugin-framework v1.17.0/go.mod h1:4OUXKdHNosX+ys6rLgVlgklfxN3WHR5VHSOABeS/BM0=
88+
github.com/hashicorp/terraform-plugin-framework v1.18.0 h1:Xy6OfqSTZfAAKXSlJ810lYvuQvYkOpSUoNMQ9l2L1RA=
89+
github.com/hashicorp/terraform-plugin-framework v1.18.0/go.mod h1:eeFIf68PME+kenJeqSrIcpHhYQK0TOyv7ocKdN4Z35E=
8890
github.com/hashicorp/terraform-plugin-framework-nettypes v0.3.0 h1:cEiRvdFAhFnivRm9JI/8l2g8oruzkioUAwItkEM7bmU=
8991
github.com/hashicorp/terraform-plugin-framework-nettypes v0.3.0/go.mod h1:SDIm7W2x3Bs9otNC0ysbaSQ7H4H/EPimoACTy+7Z9rU=
9092
github.com/hashicorp/terraform-plugin-framework-timeouts v0.7.0 h1:jblRy1PkLfPm5hb5XeMa3tezusnMRziUGqtT5epSYoI=
9193
github.com/hashicorp/terraform-plugin-framework-timeouts v0.7.0/go.mod h1:5jm2XK8uqrdiSRfD5O47OoxyGMCnwTcl8eoiDgSa+tc=
9294
github.com/hashicorp/terraform-plugin-framework-validators v0.19.0 h1:Zz3iGgzxe/1XBkooZCewS0nJAaCFPFPHdNJd8FgE4Ow=
9395
github.com/hashicorp/terraform-plugin-framework-validators v0.19.0/go.mod h1:GBKTNGbGVJohU03dZ7U8wHqc2zYnMUawgCN+gC0itLc=
94-
github.com/hashicorp/terraform-plugin-go v0.29.0 h1:1nXKl/nSpaYIUBU1IG/EsDOX0vv+9JxAltQyDMpq5mU=
95-
github.com/hashicorp/terraform-plugin-go v0.29.0/go.mod h1:vYZbIyvxyy0FWSmDHChCqKvI40cFTDGSb3D8D70i9GM=
96+
github.com/hashicorp/terraform-plugin-go v0.30.0 h1:VmEiD0n/ewxbvV5VI/bYwNtlSEAXtHaZlSnyUUuQK6k=
97+
github.com/hashicorp/terraform-plugin-go v0.30.0/go.mod h1:8d523ORAW8OHgA9e8JKg0ezL3XUO84H0A25o4NY/jRo=
9698
github.com/hashicorp/terraform-plugin-log v0.10.0 h1:eu2kW6/QBVdN4P3Ju2WiB2W3ObjkAsyfBsL3Wh1fj3g=
9799
github.com/hashicorp/terraform-plugin-log v0.10.0/go.mod h1:/9RR5Cv2aAbrqcTSdNmY1NRHP4E3ekrXRGjqORpXyB0=
98100
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.2 h1:sy0Bc4A/GZNdmwpVX/Its9aIweCfY9fRfY1IgmXkOj8=
@@ -171,18 +173,18 @@ github.com/zclconf/go-cty v1.17.0 h1:seZvECve6XX4tmnvRzWtJNHdscMtYEx5R7bnnVyd/d0
171173
github.com/zclconf/go-cty v1.17.0/go.mod h1:wqFzcImaLTI6A5HfsRwB0nj5n0MRZFwmey8YoFPPs3U=
172174
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6ZMSMNJFMOjqrGHynW3DIBuR2H9j0ug+Mo=
173175
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM=
174-
go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=
175-
go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A=
176-
go.opentelemetry.io/otel v1.37.0 h1:9zhNfelUvx0KBfu/gb+ZgeAfAgtWrfHJZcAqFC228wQ=
177-
go.opentelemetry.io/otel v1.37.0/go.mod h1:ehE/umFRLnuLa/vSccNq9oS1ErUlkkK71gMcN34UG8I=
178-
go.opentelemetry.io/otel/metric v1.37.0 h1:mvwbQS5m0tbmqML4NqK+e3aDiO02vsf/WgbsdpcPoZE=
179-
go.opentelemetry.io/otel/metric v1.37.0/go.mod h1:04wGrZurHYKOc+RKeye86GwKiTb9FKm1WHtO+4EVr2E=
180-
go.opentelemetry.io/otel/sdk v1.37.0 h1:ItB0QUqnjesGRvNcmAcU0LyvkVyGJ2xftD29bWdDvKI=
181-
go.opentelemetry.io/otel/sdk v1.37.0/go.mod h1:VredYzxUvuo2q3WRcDnKDjbdvmO0sCzOvVAiY+yUkAg=
182-
go.opentelemetry.io/otel/sdk/metric v1.37.0 h1:90lI228XrB9jCMuSdA0673aubgRobVZFhbjxHHspCPc=
183-
go.opentelemetry.io/otel/sdk/metric v1.37.0/go.mod h1:cNen4ZWfiD37l5NhS+Keb5RXVWZWpRE+9WyVCpbo5ps=
184-
go.opentelemetry.io/otel/trace v1.37.0 h1:HLdcFNbRQBE2imdSEgm/kwqmQj1Or1l/7bW6mxVK7z4=
185-
go.opentelemetry.io/otel/trace v1.37.0/go.mod h1:TlgrlQ+PtQO5XFerSPUYG0JSgGyryXewPGyayAWSBS0=
176+
go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64=
177+
go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
178+
go.opentelemetry.io/otel v1.39.0 h1:8yPrr/S0ND9QEfTfdP9V+SiwT4E0G7Y5MO7p85nis48=
179+
go.opentelemetry.io/otel v1.39.0/go.mod h1:kLlFTywNWrFyEdH0oj2xK0bFYZtHRYUdv1NklR/tgc8=
180+
go.opentelemetry.io/otel/metric v1.39.0 h1:d1UzonvEZriVfpNKEVmHXbdf909uGTOQjA0HF0Ls5Q0=
181+
go.opentelemetry.io/otel/metric v1.39.0/go.mod h1:jrZSWL33sD7bBxg1xjrqyDjnuzTUB0x1nBERXd7Ftcs=
182+
go.opentelemetry.io/otel/sdk v1.39.0 h1:nMLYcjVsvdui1B/4FRkwjzoRVsMK8uL/cj0OyhKzt18=
183+
go.opentelemetry.io/otel/sdk v1.39.0/go.mod h1:vDojkC4/jsTJsE+kh+LXYQlbL8CgrEcwmt1ENZszdJE=
184+
go.opentelemetry.io/otel/sdk/metric v1.39.0 h1:cXMVVFVgsIf2YL6QkRF4Urbr/aMInf+2WKg+sEJTtB8=
185+
go.opentelemetry.io/otel/sdk/metric v1.39.0/go.mod h1:xq9HEVH7qeX69/JnwEfp6fVq5wosJsY1mt4lLfYdVew=
186+
go.opentelemetry.io/otel/trace v1.39.0 h1:2d2vfpEDmCJ5zVYz7ijaJdOF59xLomrvj7bjt6/qCJI=
187+
go.opentelemetry.io/otel/trace v1.39.0/go.mod h1:88w4/PnZSazkGzz/w84VHpQafiU4EtqqlVdxWy+rNOA=
186188
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
187189
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
188190
golang.org/x/crypto v0.47.0 h1:V6e3FRj+n4dbpw86FJ8Fv7XVOql7TEwpHapKoMJ/GO8=
@@ -234,14 +236,14 @@ gonum.org/v1/gonum v0.16.0/go.mod h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E
234236
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
235237
google.golang.org/appengine v1.6.8 h1:IhEN5q69dyKagZPYMSdIjS2HqprW324FRQZJcGqPAsM=
236238
google.golang.org/appengine v1.6.8/go.mod h1:1jJ3jBArFh5pcgW8gCtRJnepW8FzD1V44FJffLiz/Ds=
237-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c h1:qXWI/sQtv5UKboZ/zUk7h+mrf/lXORyI+n9DKDAusdg=
238-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c/go.mod h1:gw1tLEfykwDz2ET4a12jcXt4couGAm7IwsVaTy0Sflo=
239-
google.golang.org/grpc v1.75.1 h1:/ODCNEuf9VghjgO3rqLcfg8fiOP0nSluljWFlDxELLI=
240-
google.golang.org/grpc v1.75.1/go.mod h1:JtPAzKiq4v1xcAB2hydNlWI2RnF85XXcV0mhKXr2ecQ=
239+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 h1:gRkg/vSppuSQoDjxyiGfN4Upv/h/DQmIR10ZU8dh4Ww=
240+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217/go.mod h1:7i2o+ce6H/6BluujYR+kqX3GKH+dChPTQU19wjRPiGk=
241+
google.golang.org/grpc v1.79.1 h1:zGhSi45ODB9/p3VAawt9a+O/MULLl9dpizzNNpq7flY=
242+
google.golang.org/grpc v1.79.1/go.mod h1:KmT0Kjez+0dde/v2j9vzwoAScgEPx/Bw1CYChhHLrHQ=
241243
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
242244
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
243-
google.golang.org/protobuf v1.36.9 h1:w2gp2mA27hUeUzj9Ex9FBjsBm40zfaDtEWow293U7Iw=
244-
google.golang.org/protobuf v1.36.9/go.mod h1:fuxRtAxBytpl4zzqUh6/eyUujkJdNiuEkXntxiD/uRU=
245+
google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE=
246+
google.golang.org/protobuf v1.36.11/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
245247
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
246248
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
247249
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=

0 commit comments

Comments
 (0)