Skip to content

Commit

Permalink
build(deps): Bump the hashicorp group with 4 updates (#445)
Browse files Browse the repository at this point in the history
Bumps the hashicorp group with 4 updates:
[github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework),
[github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go),
[github.com/hashicorp/terraform-plugin-mux](https://github.com/hashicorp/terraform-plugin-mux)
and
[github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk).

Updates `github.com/hashicorp/terraform-plugin-framework` from 1.5.0 to
1.6.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.6.0</h2>
<p>BREAKING CHANGES:</p>
<ul>
<li>function: Changed the framework type for variadic parameters to
<code>types.TupleType</code>, where each element is the same element
type. Provider-defined functions using a <code>types.List</code> for
retrieving variadic argument data will need to update their code to use
<code>types.Tuple</code>. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/923">#923</a>)</li>
<li>function: Altered the <code>RunResponse</code> type, replacing
<code>Diagnostics</code> with <code>FuncError</code> (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/925">#925</a>)</li>
<li>diag: Removed <code>DiagnosticWithFunctionArgument</code> interface.
Removed <code>NewArgumentErrorDiagnostic()</code>,
<code>NewArgumentWarningDiagnostic()</code> and
<code>WithFunctionArgument()</code> functions. Removed
<code>AddArgumentError()</code> and <code>AddArgumentWarning()</code>
methods from <code>Diagnostics</code>. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/925">#925</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li>resource: Added the <code>ResourceWithMoveState</code> interface,
which enables state moves across resource types with Terraform 1.8 and
later (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/917">#917</a>)</li>
</ul>
<p>ENHANCEMENTS:</p>
<ul>
<li>privatestate: Added support for <code>SetKey()</code> method to
fully remove key with <code>nil</code> or zero-length value (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/910">#910</a>)</li>
<li>function: Added <code>FuncError</code> type, required for
<code>RunResponse</code> (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/925">#925</a>)</li>
<li>function: Added <code>NewFuncError()</code> and
<code>NewArgumentFuncError()</code> functions, which create a
<code>FuncError</code> (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/925">#925</a>)</li>
<li>function: Added <code>ConcatFuncErrors()</code> and
<code>FuncErrorFromDiags()</code> helper functions for use when working
with <code>FuncError</code> (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/925">#925</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.6.0 (February 28, 2024)</h2>
<p>BREAKING CHANGES:</p>
<ul>
<li>function: Changed the framework type for variadic parameters to
<code>types.TupleType</code>, where each element is the same element
type. Provider-defined functions using a <code>types.List</code> for
retrieving variadic argument data will need to update their code to use
<code>types.Tuple</code>. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/923">#923</a>)</li>
<li>function: Altered the <code>RunResponse</code> type, replacing
<code>Diagnostics</code> with <code>FuncError</code> (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/925">#925</a>)</li>
<li>diag: Removed <code>DiagnosticWithFunctionArgument</code> interface.
Removed <code>NewArgumentErrorDiagnostic()</code>,
<code>NewArgumentWarningDiagnostic()</code> and
<code>WithFunctionArgument()</code> functions. Removed
<code>AddArgumentError()</code> and <code>AddArgumentWarning()</code>
methods from <code>Diagnostics</code>. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/925">#925</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li>resource: Added the <code>ResourceWithMoveState</code> interface,
which enables state moves across resource types with Terraform 1.8 and
later (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/917">#917</a>)</li>
</ul>
<p>ENHANCEMENTS:</p>
<ul>
<li>privatestate: Added support for <code>SetKey()</code> method to
fully remove key with <code>nil</code> or zero-length value (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/910">#910</a>)</li>
<li>function: Added <code>FuncError</code> type, required for
<code>RunResponse</code> (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/925">#925</a>)</li>
<li>function: Added <code>NewFuncError()</code> and
<code>NewArgumentFuncError()</code> functions, which create a
<code>FuncError</code> (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/925">#925</a>)</li>
<li>function: Added <code>ConcatFuncErrors()</code> and
<code>FuncErrorFromDiags()</code> helper functions for use when working
with <code>FuncError</code> (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/925">#925</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/f35653eee5dbea1a5cbcd1f421f0ec6f614a4d87"><code>f35653e</code></a>
Update changelog</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/a99599148977b8ec59e146a1545a4ca7118684e9"><code>a995991</code></a>
function: Replace usage of diagnostics with function errors during
execution ...</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/3c7a391644c7f8b8d18d8cb61153f937c80893ad"><code>3c7a391</code></a>
reflect: Determine equivalency of float32 or float64, and *big.Float via
stri...</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/8d0d29d8fb30aae242a3d53ccb480dc64fc471fb"><code>8d0d29d</code></a>
docs: add import statements to default-values.mdx (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/851">#851</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/a8189f11c6e321fa5f790162ec64c93992ca33f5"><code>a8189f1</code></a>
function: Switch the representation of variadic arguments to
<code>types.Tuple</code> (#...</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/bcbb70badb04f3555e70249d63c822a1c786cd56"><code>bcbb70b</code></a>
Result of tsccr-helper -log-level=info gha update -latest . (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/924">#924</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/86b2acb19e368d753e639cd91c685e76ee7052e7"><code>86b2acb</code></a>
resource: Initial MoveResourceState RPC support (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/917">#917</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/f471850d29cebf4e8e67eb858a72840dceb03bb9"><code>f471850</code></a>
Result of tsccr-helper -log-level=info gha update -latest . (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/918">#918</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/f2e8b335f1dccd69e967e40e69dc5d97a22b00f7"><code>f2e8b33</code></a>
build(deps): Bump hashicorp/setup-terraform from 2.0.3 to 3.0.0 (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/916">#916</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/0185b95cfb1416ec3af05de3c3596e4fd9883bb3"><code>0185b95</code></a>
Added GHA dependabot config for managing hashicorp actions (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/915">#915</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/terraform-plugin-framework/compare/v1.5.0...v1.6.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/hashicorp/terraform-plugin-go` from 0.21.0 to 0.22.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-plugin-go/releases">github.com/hashicorp/terraform-plugin-go's
releases</a>.</em></p>
<blockquote>
<h2>v0.22.0</h2>
<p>BREAKING CHANGES:</p>
<ul>
<li>tfprotov5+tfprotov6: Modified the response returned from the
CallFunction RPC, replacing diagnostics with function error (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/380">#380</a>)</li>
</ul>
<p>NOTES:</p>
<ul>
<li>all: This Go module has been updated to Go 1.21 per the <a
href="https://go.dev/doc/devel/release#policy">Go support policy</a>. It
is recommended to review the <a href="https://go.dev/doc/go1.21">Go 1.21
release notes</a> before upgrading. Any consumers building on earlier Go
versions may experience errors. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/381">#381</a>)</li>
<li>all: If using terraform-plugin-framework, terraform-plugin-mux, or
terraform-plugin-sdk, only upgrade this Go module when upgrading those
Go modules to [email protected],
[email protected], and terraform-plugin-sdk/[email protected], or
greater, respectively (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/380">#380</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-go's
changelog</a>.</em></p>
<blockquote>
<h2>0.22.0 (February 22, 2024)</h2>
<p>BREAKING CHANGES:</p>
<ul>
<li>tfprotov5+tfprotov6: Modified the response returned from the
CallFunction RPC, replacing diagnostics with function error (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/380">#380</a>)</li>
</ul>
<p>NOTES:</p>
<ul>
<li>all: This Go module has been updated to Go 1.21 per the <a
href="https://go.dev/doc/devel/release#policy">Go support policy</a>. It
is recommended to review the <a href="https://go.dev/doc/go1.21">Go 1.21
release notes</a> before upgrading. Any consumers building on earlier Go
versions may experience errors. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/381">#381</a>)</li>
<li>all: If using terraform-plugin-framework, terraform-plugin-mux, or
terraform-plugin-sdk, only upgrade this Go module when upgrading those
Go modules to [email protected],
[email protected], and terraform-plugin-sdk/[email protected], or
greater, respectively (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/380">#380</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/terraform-plugin-go/commit/01b86e957909a2845ecce8d58f502771b4d70d99"><code>01b86e9</code></a>
Update changelog</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-go/commit/d39a78e69824ad918078d13c0f63638162ae1122"><code>d39a78e</code></a>
all: Update Go Module to Go 1.21 (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/381">#381</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-go/commit/90a82fe9715d52bae9ea775601c4539526501237"><code>90a82fe</code></a>
tfprotov5+tfprotov6: Replace usage of diagnostics in CallFunction RPC
with fu...</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-go/commit/0624268c976ec549c7e652ab912d86cd0ee535f8"><code>0624268</code></a>
Result of tsccr-helper -log-level=info gha update -latest . (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/379">#379</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-go/commit/72a8cdf8fee576a553d7f290582ed135a0ff6f9e"><code>72a8cdf</code></a>
build(deps): Bump google.golang.org/grpc from 1.61.0 to 1.61.1 (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/378">#378</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-go/commit/de5d97e273e5daebed112bc644cc21ee7c979354"><code>de5d97e</code></a>
Result of tsccr-helper -log-level=info gha update -latest . (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/377">#377</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-go/commit/266801d6ab6ee97c4f4e2ff05b78b54a81dbd619"><code>266801d</code></a>
Result of tsccr-helper -log-level=info gha update -latest . (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/376">#376</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-go/commit/a3f1922a21412f0d815893e337385a289730925b"><code>a3f1922</code></a>
build(deps): Bump hashicorp/setup-terraform from 2.0.3 to 3.0.0 (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/375">#375</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-go/commit/950148e6774c9b7432e68e0106842a34acbbdca1"><code>950148e</code></a>
Added GHA dependabot config for managing hashicorp actions (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/374">#374</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-go/commit/8aaa80a2200652ec463a345e7ea84507bcc2b3a2"><code>8aaa80a</code></a>
Result of tsccr-helper -log-level=info gha update -latest . (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/373">#373</a>)</li>
<li>See full diff in <a
href="https://github.com/hashicorp/terraform-plugin-go/compare/v0.21.0...v0.22.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/hashicorp/terraform-plugin-mux` from 0.14.0 to
0.15.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-plugin-mux/releases">github.com/hashicorp/terraform-plugin-mux's
releases</a>.</em></p>
<blockquote>
<h2>v0.15.0</h2>
<p>ENHANCEMENTS:</p>
<ul>
<li>all: Upgrade protocol versions to support modified
<code>CallFunction</code> RPC which returns a FunctionError rather than
Diagnostics (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/226">#226</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-plugin-mux/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-mux's
changelog</a>.</em></p>
<blockquote>
<h2>0.15.0 (February 23, 2024)</h2>
<p>ENHANCEMENTS:</p>
<ul>
<li>all: Upgrade protocol versions to support modified
<code>CallFunction</code> RPC which returns a FunctionError rather than
Diagnostics (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/226">#226</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/terraform-plugin-mux/commit/17f367161822f9aeb9595d3892f76d74d186cf7b"><code>17f3671</code></a>
Update changelog</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-mux/commit/3557b60f5ac98e9ebeb65cebbd3e09c6a4067978"><code>3557b60</code></a>
all: Modify CallFunction implementations (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/226">#226</a>)
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/226">#226</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-mux/commit/963d34b723de2d17c53666d18ced2fde8bf8fc0e"><code>963d34b</code></a>
Result of tsccr-helper -log-level=info gha update -latest . (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/224">#224</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-mux/commit/0127cd6d5e02443b71f72ff39094ce1f2699ad4e"><code>0127cd6</code></a>
Result of tsccr-helper -log-level=info gha update -latest . (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/223">#223</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-mux/commit/ed533d4c725c10cb8bf3b2fa31f78d0268e12e9a"><code>ed533d4</code></a>
Added GHA dependabot config for managing hashicorp actions (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/222">#222</a>)</li>
<li>See full diff in <a
href="https://github.com/hashicorp/terraform-plugin-mux/compare/v0.14.0...v0.15.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/hashicorp/terraform-plugin-sdk/v2` from 2.32.0 to
2.33.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-plugin-sdk/releases">github.com/hashicorp/terraform-plugin-sdk/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.33.0</h2>
<p>NOTES:</p>
<ul>
<li>helper/schema: While this Go module will not receive support for
provider defined functions, the provider server is updated to handle the
new operation, which will be required to prevent errors when updating
terraform-plugin-framework or terraform-plugin-mux in the future (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1316">#1316</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-sdk/v2's
changelog</a>.</em></p>
<blockquote>
<h2>2.33.0 (February 23, 2024)</h2>
<p>NOTES:</p>
<ul>
<li>helper/schema: While this Go module will not receive support for
provider defined functions, the provider server is updated to handle the
new operation, which will be required to prevent errors when updating
terraform-plugin-framework or terraform-plugin-mux in the future (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1316">#1316</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/terraform-plugin-sdk/commit/71cadbe1028da5b6ce844100e42a9d481593f141"><code>71cadbe</code></a>
Update changelog</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-sdk/commit/b3a5571e44a9743ae0db33c7b223e8392a394f46"><code>b3a5571</code></a>
Update meta package SDKVersion</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-sdk/commit/70fb6b9b15e8e5fc73f424e24084c28fedd1e013"><code>70fb6b9</code></a>
all: Modify CallFunction implementations (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1316">#1316</a>)
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1316">#1316</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-sdk/commit/34d8a9ebca6bed68fddb983123d6fda72481752c"><code>34d8a9e</code></a>
Result of tsccr-helper -log-level=info gha update -latest . (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1313">#1313</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-sdk/commit/43cfd3282307f68ea77eb4c15548100386f3a317"><code>43cfd32</code></a>
build(deps): Bump github.com/hashicorp/hc-install from 0.6.2 to 0.6.3
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1312">#1312</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-sdk/commit/fee8c9c56c78fbcbc3b28508d1d174fc395e10bc"><code>fee8c9c</code></a>
build(deps): Bump golang.org/x/crypto from 0.18.0 to 0.19.0 (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1310">#1310</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-sdk/commit/19a0da04f4b59dd187a8472b63d4262b892dd244"><code>19a0da0</code></a>
Result of tsccr-helper -log-level=info gha update -latest . (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1309">#1309</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-sdk/commit/3e7e2e0f83ef843c7ee1c7e351f43fed1b75484b"><code>3e7e2e0</code></a>
Added GHA dependabot config for managing hashicorp actions (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1308">#1308</a>)</li>
<li>See full diff in <a
href="https://github.com/hashicorp/terraform-plugin-sdk/compare/v2.32.0...v2.33.0">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 29, 2024
1 parent 326b190 commit 013da83
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 63 deletions.
30 changes: 15 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@ go 1.20
require (
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/go-retryablehttp v0.7.5
github.com/hashicorp/terraform-plugin-framework v1.5.0
github.com/hashicorp/terraform-plugin-go v0.21.0
github.com/hashicorp/terraform-plugin-mux v0.14.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.32.0
github.com/hashicorp/terraform-plugin-framework v1.6.0
github.com/hashicorp/terraform-plugin-go v0.22.0
github.com/hashicorp/terraform-plugin-mux v0.15.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0
github.com/hashicorp/terraform-plugin-testing v1.6.0
github.com/joho/godotenv v1.5.1
github.com/stretchr/testify v1.8.4
golang.org/x/exp v0.0.0-20230809150735-7b3493d9a819
)

require (
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
github.com/ProtonMail/go-crypto v1.1.0-alpha.0 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
)

require (
github.com/agext/levenshtein v1.2.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
Expand All @@ -36,7 +36,7 @@ require (
github.com/hashicorp/go-plugin v1.6.0 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/hc-install v0.6.2 // indirect
github.com/hashicorp/hc-install v0.6.3 // indirect
github.com/hashicorp/hcl/v2 v2.19.1 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform-exec v0.20.0 // indirect
Expand All @@ -46,8 +46,8 @@ require (
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
Expand All @@ -59,13 +59,13 @@ require (
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/zclconf/go-cty v1.14.2 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/mod v0.15.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/grpc v1.61.0 // indirect
google.golang.org/grpc v1.62.0 // indirect
google.golang.org/protobuf v1.32.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
82 changes: 34 additions & 48 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 013da83

Please sign in to comment.