Skip to content

Commit 423803e

Browse files
build(deps): bump github.com/hashicorp/hc-install from 0.9.4 to 0.9.5 (#5255)
Bumps [github.com/hashicorp/hc-install](https://github.com/hashicorp/hc-install) from 0.9.4 to 0.9.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/hc-install/releases">github.com/hashicorp/hc-install's releases</a>.</em></p> <blockquote> <h2>v0.9.5</h2> <ul> <li>go.mod: Lower compatibility constraint from 1.25.8 to 1.25.0 (<a href="https://redirect.github.com/hashicorp/hc-install/pull/376">#376</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/hc-install/commit/2f46abfd7f9e78d5df1e17d599a6c12098432cee"><code>2f46abf</code></a> Prepare for 0.9.5 release (<a href="https://redirect.github.com/hashicorp/hc-install/issues/377">#377</a>)</li> <li><a href="https://github.com/hashicorp/hc-install/commit/78781831051e592c57ee890addd7cddd03578878"><code>7878183</code></a> go.mod: Keep compatibility constraint separate from build (<a href="https://redirect.github.com/hashicorp/hc-install/issues/376">#376</a>)</li> <li><a href="https://github.com/hashicorp/hc-install/commit/d5841a31c41f78fabaf2ea59e5816e6616e0f618"><code>d5841a3</code></a> version: cleanup after 0.9.4 release (<a href="https://redirect.github.com/hashicorp/hc-install/issues/374">#374</a>)</li> <li>See full diff in <a href="https://github.com/hashicorp/hc-install/compare/v0.9.4...v0.9.5">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | github.com/hashicorp/hc-install | [>= 0.8.a, < 0.9] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/hc-install&package-manager=go_modules&previous-version=0.9.4&new-version=0.9.5)](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 df5ae0d commit 423803e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/google/uuid v1.6.0 // BSD-3-Clause
1919
github.com/gorilla/websocket v1.5.3 // BSD-2-Clause
2020
github.com/hashicorp/go-version v1.9.0 // MPL-2.0
21-
github.com/hashicorp/hc-install v0.9.4 // MPL-2.0
21+
github.com/hashicorp/hc-install v0.9.5 // MPL-2.0
2222
github.com/hashicorp/terraform-exec v0.25.1 // MPL-2.0
2323
github.com/hashicorp/terraform-json v0.27.2 // MPL-2.0
2424
github.com/hexops/gotextdiff v1.0.3 // BSD-3-Clause

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ github.com/hashicorp/go-retryablehttp v0.7.8 h1:ylXZWnqa7Lhqpk0L1P1LzDtGcCR0rPVU
128128
github.com/hashicorp/go-retryablehttp v0.7.8/go.mod h1:rjiScheydd+CxvumBsIrFKlx3iS0jrZ7LvzFGFmuKbw=
129129
github.com/hashicorp/go-version v1.9.0 h1:CeOIz6k+LoN3qX9Z0tyQrPtiB1DFYRPfCIBtaXPSCnA=
130130
github.com/hashicorp/go-version v1.9.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
131-
github.com/hashicorp/hc-install v0.9.4 h1:KKWOpUG0EqIV63Qk2GGFrZ0s275NVs5lKf9N5vjBNoc=
132-
github.com/hashicorp/hc-install v0.9.4/go.mod h1:4LRYeEN2bMIFfIv57ldMWt9awfuZhvpbRt0vWmv51WU=
131+
github.com/hashicorp/hc-install v0.9.5 h1:XHCjcMn2563ysuaQ9v9ec2FNc7c2PJOIEEGobAFeIx4=
132+
github.com/hashicorp/hc-install v0.9.5/go.mod h1:ihEW4LshrNkxq2bU/MpVbKyn+yt1is2hYqUTHDGhG84=
133133
github.com/hashicorp/terraform-exec v0.25.1 h1:PRutYRGM8pixV3B8812NYoBK5O+yuf3qcB/70KFKGiU=
134134
github.com/hashicorp/terraform-exec v0.25.1/go.mod h1:+izOYrs9sKMQK4OYvGDnrSSJHY/pm4e4eXFqSL2Q5mA=
135135
github.com/hashicorp/terraform-json v0.27.2 h1:BwGuzM6iUPqf9JYM/Z4AF1OJ5VVJEEzoKST/tRDBJKU=

0 commit comments

Comments
 (0)