Skip to content

Commit d363cad

Browse files
authored
Merge pull request #47 from hashicorp/dependabot/go_modules/github.com/hashicorp/hc-install-0.5.0
build(deps): Bump github.com/hashicorp/hc-install from 0.4.0 to 0.5.0
2 parents ef48bba + 57ada17 commit d363cad

File tree

2 files changed

+46
-4
lines changed

2 files changed

+46
-4
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/hashicorp/go-multierror v1.1.1
1010
github.com/hashicorp/go-uuid v1.0.3
1111
github.com/hashicorp/go-version v1.6.0
12-
github.com/hashicorp/hc-install v0.4.0
12+
github.com/hashicorp/hc-install v0.5.0
1313
github.com/hashicorp/hcl/v2 v2.16.0
1414
github.com/hashicorp/logutils v1.0.0
1515
github.com/hashicorp/terraform-exec v0.17.3
@@ -44,6 +44,7 @@ require (
4444
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
4545
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
4646
github.com/vmihailenco/tagparser v0.1.1 // indirect
47+
golang.org/x/mod v0.7.0 // indirect
4748
golang.org/x/net v0.5.0 // indirect
4849
golang.org/x/sys v0.4.0 // indirect
4950
golang.org/x/text v0.6.0 // indirect

0 commit comments

Comments
 (0)