Skip to content

Commit 1b0f56a

Browse files
build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.7.0 to 1.8.0 (#384)
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.7.0 to 1.8.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.8.0</h2> <p>BREAKING CHANGES:</p> <ul> <li>function: Removed <code>Definition</code> type <code>Parameter()</code> method (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/968">#968</a>)</li> </ul> <p>NOTES:</p> <ul> <li>function: Provider-defined function features are now considered generally available and protected by compatibility promises (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/966">#966</a>)</li> <li>attr/xattr: The <code>TypeWithValidate</code> interface has been deprecated in preference of the <code>ValidateableAttribute</code> interface. A <code>ValidatableParameter</code> interface has also been added to the <code>function</code> package (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/968">#968</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>attr/xattr: Added <code>ValidateableAttribute</code> interface for custom value type implementations (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/968">#968</a>)</li> <li>function: Added <code>ValidateableParameter</code> interface for custom value type implementations (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/968">#968</a>)</li> <li><code>function</code>: Add <code>BoolParameterValidator</code>, <code>DynamicParameterValidator</code>, <code>Float64ParameterValidator</code>, <code>Int64ParameterValidator</code>, <code>ListParameterValidator</code>, <code>MapParameterValidator</code>, <code>NumberParameterValidator</code>, <code>ObjectParameterValidator</code>, <code>SetParameterValidator</code>, and <code>StringParameterValidator</code> interfaces for custom function parameter validation implementations. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/971">#971</a>)</li> <li><code>function</code>: Add <code>ParameterWithBoolValidators</code>, <code>ParameterWithInt64Validators</code>, <code>ParameterWithFloat64Validators</code>, <code>ParameterWithDynamicValidators</code>, <code>ParameterWithListValidators</code>, <code>ParameterWithMapValidators</code>, <code>ParameterWithNumberValidators</code>, <code>ParameterWithObjectValidators</code>, <code>ParameterWithSetValidators</code>, and <code>ParameterWithStringValidators</code> interfaces to enable parameter-based validation support (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/971">#971</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>types/basetypes: Prevented panic in the <code>MapValue</code> types <code>Equal</code> method when the receiver has a nil <code>elementType</code> (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/961">#961</a>)</li> <li>types/basetypes: Prevented panic in the <code>ListValue</code> types <code>Equal</code> method when the receiver has a nil <code>elementType</code> (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/961">#961</a>)</li> <li>types/basetypes: Prevented panic in the <code>SetValue</code> types <code>Equal</code> method when the receiver has a nil <code>elementType</code> (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/961">#961</a>)</li> <li>resource: Ensured computed-only dynamic attributes will not cause <code>wrong final value type</code> errors during planning (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/969">#969</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.8.0 (April 18, 2024)</h2> <p>BREAKING CHANGES:</p> <ul> <li>function: Removed <code>Definition</code> type <code>Parameter()</code> method (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/968">#968</a>)</li> </ul> <p>NOTES:</p> <ul> <li>function: Provider-defined function features are now considered generally available and protected by compatibility promises (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/966">#966</a>)</li> <li>attr/xattr: The <code>TypeWithValidate</code> interface has been deprecated in preference of the <code>ValidateableAttribute</code> interface. A <code>ValidatableParameter</code> interface has also been added to the <code>function</code> package (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/968">#968</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>attr/xattr: Added <code>ValidateableAttribute</code> interface for custom value type implementations (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/968">#968</a>)</li> <li>function: Added <code>ValidateableParameter</code> interface for custom value type implementations (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/968">#968</a>)</li> <li><code>function</code>: Add <code>BoolParameterValidator</code>, <code>DynamicParameterValidator</code>, <code>Float64ParameterValidator</code>, <code>Int64ParameterValidator</code>, <code>ListParameterValidator</code>, <code>MapParameterValidator</code>, <code>NumberParameterValidator</code>, <code>ObjectParameterValidator</code>, <code>SetParameterValidator</code>, and <code>StringParameterValidator</code> interfaces for custom function parameter validation implementations. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/971">#971</a>)</li> <li><code>function</code>: Add <code>ParameterWithBoolValidators</code>, <code>ParameterWithInt64Validators</code>, <code>ParameterWithFloat64Validators</code>, <code>ParameterWithDynamicValidators</code>, <code>ParameterWithListValidators</code>, <code>ParameterWithMapValidators</code>, <code>ParameterWithNumberValidators</code>, <code>ParameterWithObjectValidators</code>, <code>ParameterWithSetValidators</code>, and <code>ParameterWithStringValidators</code> interfaces to enable parameter-based validation support (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/971">#971</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>types/basetypes: Prevented panic in the <code>MapValue</code> types <code>Equal</code> method when the receiver has a nil <code>elementType</code> (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/961">#961</a>)</li> <li>types/basetypes: Prevented panic in the <code>ListValue</code> types <code>Equal</code> method when the receiver has a nil <code>elementType</code> (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/961">#961</a>)</li> <li>types/basetypes: Prevented panic in the <code>SetValue</code> types <code>Equal</code> method when the receiver has a nil <code>elementType</code> (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/961">#961</a>)</li> <li>resource: Ensured computed-only dynamic attributes will not cause <code>wrong final value type</code> errors during planning (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/969">#969</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/711b0a56f69f800f0c857684e329fea5439ad5cd"><code>711b0a5</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/9d9533cfe4d0b6a8569287a1d5ed9c1e2ab34e89"><code>9d9533c</code></a> build(deps): Bump github.com/hashicorp/terraform-plugin-go (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/984">#984</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/23c24033e2cb9ba800093414f24f751946cb26e6"><code>23c2403</code></a> Remove wildcard suffix from <code>setup_terraform</code> workflow call (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/981">#981</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/392ed7c42581c91b3da5c43ea22301097990072f"><code>392ed7c</code></a> website: Update testing documentation to utilize new <code>statecheck</code> and `knownv...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/de32b2cb370d531433d21e0908f3128017255fe6"><code>de32b2c</code></a> basetypes: fix equality for values with nil elementType (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/961">#961</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/d36ac87819ac1af513efcfd3fe904235cc3e9091"><code>d36ac87</code></a> Add parameter-based provider-defined function validation (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/971">#971</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/f6057dfcc47c34678d6d7eef5ac53f80595bf075"><code>f6057df</code></a> docs: Remove technical preview verbiage from provider-defined functions (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/972">#972</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/4a9b6a3892c0f172526e65b3b814147edf62f071"><code>4a9b6a3</code></a> Add type-based provider-defined function parameter validation (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/968">#968</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/541a7cbf55534b0bd277c1bc24bc431937db2771"><code>541a7cb</code></a> Small edit for style on a code comment (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/975">#975</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/484f311c99cf62e7bbf638ede03e1c7df97151db"><code>484f311</code></a> internal/fwserver: Ensure computed dynamic values are marked as dynamic type ...</li> <li>See full diff in <a href="https://github.com/hashicorp/terraform-plugin-framework/compare/v1.7.0...v1.8.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.7.0&new-version=1.8.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6af6ee3 commit 1b0f56a

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
@@ -11,9 +11,9 @@ require (
1111
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
1212
github.com/hashicorp/go-retryablehttp v0.7.5
1313
github.com/hashicorp/terraform-plugin-docs v0.18.0
14-
github.com/hashicorp/terraform-plugin-framework v1.7.0
14+
github.com/hashicorp/terraform-plugin-framework v1.8.0
1515
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
16-
github.com/hashicorp/terraform-plugin-go v0.22.1
16+
github.com/hashicorp/terraform-plugin-go v0.22.2
1717
github.com/hashicorp/terraform-plugin-log v0.9.0
1818
github.com/hashicorp/terraform-plugin-mux v0.15.0
1919
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0
@@ -40,7 +40,7 @@ require (
4040
github.com/davecgh/go-spew v1.1.1 // indirect
4141
github.com/deepmap/oapi-codegen v1.12.4 // indirect
4242
github.com/fatih/color v1.16.0 // indirect
43-
github.com/golang/protobuf v1.5.3 // indirect
43+
github.com/golang/protobuf v1.5.4 // indirect
4444
github.com/google/go-cmp v0.6.0 // indirect
4545
github.com/hashicorp/aws-sdk-go-base v0.7.1 // indirect
4646
github.com/hashicorp/cli v1.1.6 // indirect
@@ -89,12 +89,12 @@ require (
8989
golang.org/x/crypto v0.19.0 // indirect
9090
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
9191
golang.org/x/mod v0.15.0 // indirect
92-
golang.org/x/net v0.20.0 // indirect
92+
golang.org/x/net v0.21.0 // indirect
9393
golang.org/x/sys v0.17.0 // indirect
9494
golang.org/x/text v0.14.0 // indirect
9595
google.golang.org/appengine v1.6.8 // indirect
96-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
97-
google.golang.org/grpc v1.62.1 // indirect
96+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
97+
google.golang.org/grpc v1.63.2 // indirect
9898
google.golang.org/protobuf v1.33.0 // indirect
9999
gopkg.in/yaml.v2 v2.4.0 // indirect
100100
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QD
171171
github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
172172
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
173173
github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
174-
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
175-
github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
174+
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
175+
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
176176
github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
177177
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
178178
github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
@@ -258,13 +258,13 @@ github.com/hashicorp/terraform-json v0.21.0 h1:9NQxbLNqPbEMze+S6+YluEdXgJmhQykRy
258258
github.com/hashicorp/terraform-json v0.21.0/go.mod h1:qdeBs11ovMzo5puhrRibdD6d2Dq6TyE/28JiU4tIQxk=
259259
github.com/hashicorp/terraform-plugin-docs v0.18.0 h1:2bINhzXc+yDeAcafurshCrIjtdu1XHn9zZ3ISuEhgpk=
260260
github.com/hashicorp/terraform-plugin-docs v0.18.0/go.mod h1:iIUfaJpdUmpi+rI42Kgq+63jAjI8aZVTyxp3Bvk9Hg8=
261-
github.com/hashicorp/terraform-plugin-framework v1.7.0 h1:wOULbVmfONnJo9iq7/q+iBOBJul5vRovaYJIu2cY/Pw=
262-
github.com/hashicorp/terraform-plugin-framework v1.7.0/go.mod h1:jY9Id+3KbZ17OMpulgnWLSfwxNVYSoYBQFTgsx044CI=
261+
github.com/hashicorp/terraform-plugin-framework v1.8.0 h1:P07qy8RKLcoBkCrY2RHJer5AEvJnDuXomBgou6fD8kI=
262+
github.com/hashicorp/terraform-plugin-framework v1.8.0/go.mod h1:/CpTukO88PcL/62noU7cuyaSJ4Rsim+A/pa+3rUVufY=
263263
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 h1:HOjBuMbOEzl7snOdOoUfE2Jgeto6JOjLVQ39Ls2nksc=
264264
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0/go.mod h1:jfHGE/gzjxYz6XoUwi/aYiiKrJDeutQNUtGQXkaHklg=
265265
github.com/hashicorp/terraform-plugin-go v0.3.0/go.mod h1:dFHsQMaTLpON2gWhVWT96fvtlc/MF1vSy3OdMhWBzdM=
266-
github.com/hashicorp/terraform-plugin-go v0.22.1 h1:iTS7WHNVrn7uhe3cojtvWWn83cm2Z6ryIUDTRO0EV7w=
267-
github.com/hashicorp/terraform-plugin-go v0.22.1/go.mod h1:qrjnqRghvQ6KnDbB12XeZ4FluclYwptntoWCr9QaXTI=
266+
github.com/hashicorp/terraform-plugin-go v0.22.2 h1:5o8uveu6eZUf5J7xGPV0eY0TPXg3qpmwX9sce03Bxnc=
267+
github.com/hashicorp/terraform-plugin-go v0.22.2/go.mod h1:drq8Snexp9HsbFZddvyLHN6LuWHHndSQg+gV+FPkcIM=
268268
github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0=
269269
github.com/hashicorp/terraform-plugin-log v0.9.0/go.mod h1:rKL8egZQ/eXSyDqzLUuwUYLVdlYeamldAHSxjUFADow=
270270
github.com/hashicorp/terraform-plugin-mux v0.15.0 h1:+/+lDx0WUsIOpkAmdwBIoFU8UP9o2eZASoOnLsWbKME=
@@ -530,8 +530,8 @@ golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v
530530
golang.org/x/net v0.0.0-20210326060303-6b1517762897/go.mod h1:uSPa2vr4CLtc/ILN5odXGNXS6mhrKVzTaCXzk9m6W3k=
531531
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
532532
golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
533-
golang.org/x/net v0.20.0 h1:aCL9BSgETF1k+blQaYUBx9hJ9LOGP3gAVemcZlf1Kpo=
534-
golang.org/x/net v0.20.0/go.mod h1:z8BVo6PvndSri0LbOE3hAn0apkU+1YvI6E70E9jsnvY=
533+
golang.org/x/net v0.21.0 h1:AQyQV4dYCvJ7vGmJyKki9+PBdyvhkSd8EIx/qb0AYv4=
534+
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
535535
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
536536
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
537537
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
@@ -704,8 +704,8 @@ google.golang.org/genproto v0.0.0-20200515170657-fc4c6c6a6587/go.mod h1:YsZOwe1m
704704
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo=
705705
google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790/go.mod h1:jDfRM7FcilCzHH/e9qn6dsT145K34l5v+OpcnNgKAAA=
706706
google.golang.org/genproto v0.0.0-20200711021454-869866162049/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
707-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 h1:AjyfHzEPEFp/NpvfN5g+KDla3EMojjhRVZc1i7cj+oM=
708-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80/go.mod h1:PAREbraiVEVGVdTZsVWjSbbTtSyGbAgIIvni8a8CD5s=
707+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de h1:cZGRis4/ot9uVm639a+rHCUaG0JJHEsdyzSQTMX+suY=
708+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de/go.mod h1:H4O17MA/PE9BsGx3w+a+W2VOLLD1Qf7oJneAoU6WktY=
709709
google.golang.org/grpc v1.8.0/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw=
710710
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
711711
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
@@ -719,8 +719,8 @@ google.golang.org/grpc v1.28.0/go.mod h1:rpkK4SK4GF4Ach/+MFLZUBavHOvF2JJB5uozKKa
719719
google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk=
720720
google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
721721
google.golang.org/grpc v1.32.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
722-
google.golang.org/grpc v1.62.1 h1:B4n+nfKzOICUXMgyrNd19h/I9oH0L1pizfk1d4zSgTk=
723-
google.golang.org/grpc v1.62.1/go.mod h1:IWTG0VlJLCh1SkC58F7np9ka9mx/WNkjl4PGJaiq+QE=
722+
google.golang.org/grpc v1.63.2 h1:MUeiw1B2maTVZthpU5xvASfTh3LDbxHd6IJ6QQVU+xM=
723+
google.golang.org/grpc v1.63.2/go.mod h1:WAX/8DgncnokcFUldAxq7GeB5DXHDbMF+lLvDomNkRA=
724724
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
725725
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
726726
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=

0 commit comments

Comments
 (0)