Skip to content

Commit f2ec0d9

Browse files
build(deps): bump github.com/hashicorp/hc-install from 0.5.0 to 0.5.1 (#204)
Bumps [github.com/hashicorp/hc-install](https://github.com/hashicorp/hc-install) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/hashicorp/hc-install/releases) - [Commits](hashicorp/hc-install@v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/hc-install dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent adf8cf8 commit f2ec0d9

File tree

2 files changed

+30
-145
lines changed

2 files changed

+30
-145
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/google/go-cmp v0.5.9
77
github.com/hashicorp/go-cleanhttp v0.5.2
88
github.com/hashicorp/go-version v1.6.0
9-
github.com/hashicorp/hc-install v0.5.0
9+
github.com/hashicorp/hc-install v0.5.1
1010
github.com/hashicorp/hcl-lang v0.0.0-20230215175403-7a4806322d6e
1111
github.com/hashicorp/hcl/v2 v2.16.2
1212
github.com/hashicorp/terraform-exec v0.18.1
@@ -24,8 +24,8 @@ require (
2424
github.com/hashicorp/go-multierror v1.1.1 // indirect
2525
github.com/hashicorp/terraform-svchost v0.0.1 // indirect
2626
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
27-
golang.org/x/crypto v0.5.0 // indirect
28-
golang.org/x/mod v0.8.0 // indirect
29-
golang.org/x/net v0.7.0 // indirect
30-
golang.org/x/text v0.7.0 // indirect
27+
golang.org/x/crypto v0.7.0 // indirect
28+
golang.org/x/mod v0.9.0 // indirect
29+
golang.org/x/net v0.8.0 // indirect
30+
golang.org/x/text v0.8.0 // indirect
3131
)

0 commit comments

Comments
 (0)