Skip to content

Commit

Permalink
incorporate hclwrite fix for .0
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker committed May 13, 2020
1 parent 850fd75 commit ceb12bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.14

require (
github.com/hashicorp/go-tfe v0.7.0
github.com/hashicorp/hcl/v2 v2.5.0
github.com/hashicorp/hcl/v2 v2.5.1-0.20200513200528-fff0a094cca9
github.com/hashicorp/terraform v0.12.25
github.com/lithammer/dedent v1.1.0
github.com/mitchellh/cli v1.1.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ github.com/hashicorp/hcl/v2 v2.0.0/go.mod h1:oVVDG71tEinNGYCxinCYadcmKU9bglqW9pV
github.com/hashicorp/hcl/v2 v2.3.0/go.mod h1:d+FwDBbOLvpAM3Z6J7gPj/VoAGkNe/gm352ZhjJ/Zv8=
github.com/hashicorp/hcl/v2 v2.5.0 h1:tnNRfUho4o/6qLTqd54gj9Gs5AWmdc0tG8YdElu6MEw=
github.com/hashicorp/hcl/v2 v2.5.0/go.mod h1:bQTN5mpo+jewjJgh8jr0JUguIi7qPHUF6yIfAEN3jqY=
github.com/hashicorp/hcl/v2 v2.5.1-0.20200513200528-fff0a094cca9 h1:HMaPjXLKv0gJ5W6p9r9PmmjuWPIoWfDMZotPYfKarX8=
github.com/hashicorp/hcl/v2 v2.5.1-0.20200513200528-fff0a094cca9/go.mod h1:bQTN5mpo+jewjJgh8jr0JUguIi7qPHUF6yIfAEN3jqY=
github.com/hashicorp/hil v0.0.0-20190212112733-ab17b08d6590 h1:2yzhWGdgQUWZUCNK+AoO35V+HTsgEmcM4J9IkArh7PI=
github.com/hashicorp/hil v0.0.0-20190212112733-ab17b08d6590/go.mod h1:n2TSygSNwsLJ76m8qFXTSc7beTb+auJxYdqrnoqwZWE=
github.com/hashicorp/memberlist v0.1.0/go.mod h1:ncdBp14cuox2iFOq3kDiquKU6fqsTBc3W6JvZwjxxsE=
Expand Down

0 comments on commit ceb12bf

Please sign in to comment.