Skip to content

Commit bdce9ea

Browse files
committed
vendor: Pin hashicorp/hcl to a fork
1 parent c2e7cce commit bdce9ea

File tree

6 files changed

+105
-7
lines changed

6 files changed

+105
-7
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/fsnotify/fsnotify v1.4.9
99
github.com/google/go-cmp v0.4.0
1010
github.com/hashicorp/go-version v1.2.0
11-
github.com/hashicorp/hcl/v2 v2.5.1
11+
github.com/hashicorp/hcl/v2 v2.5.2-0.20200528183353-fa7c453538de
1212
github.com/hashicorp/terraform-json v0.5.0
1313
github.com/mitchellh/cli v1.0.0
1414
github.com/pmezard/go-difflib v1.0.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ github.com/hashicorp/go-multierror v1.0.0 h1:iVjPR7a6H0tWELX5NxNe7bYopibicUzc7uP
3434
github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk=
3535
github.com/hashicorp/go-version v1.2.0 h1:3vNe/fWF5CBgRIguda1meWhsZHy3m8gCJ5wx+dIzX/E=
3636
github.com/hashicorp/go-version v1.2.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
37-
github.com/hashicorp/hcl/v2 v2.5.1 h1:5ytFZykUu2/4U59ogd2f+XZdi9+6oC/Tv5WzsH6fIDA=
38-
github.com/hashicorp/hcl/v2 v2.5.1/go.mod h1:bQTN5mpo+jewjJgh8jr0JUguIi7qPHUF6yIfAEN3jqY=
37+
github.com/hashicorp/hcl/v2 v2.5.2-0.20200528183353-fa7c453538de h1:bCeWhTigOmP9am0cJA+5kaTtA2RFDmnWIRtBIxo+Ydg=
38+
github.com/hashicorp/hcl/v2 v2.5.2-0.20200528183353-fa7c453538de/go.mod h1:bQTN5mpo+jewjJgh8jr0JUguIi7qPHUF6yIfAEN3jqY=
3939
github.com/hashicorp/terraform-json v0.5.0 h1:7TV3/F3y7QVSuN4r9BEXqnWqrAyeOtON8f0wvREtyzs=
4040
github.com/hashicorp/terraform-json v0.5.0/go.mod h1:eAbqb4w0pSlRmdvl8fOyHAi/+8jnkVYN28gJkSJrLhU=
4141
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=

vendor/github.com/hashicorp/hcl/v2/diagnostic.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/hashicorp/hcl/v2/hclsyntax/peeker.go

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/hashicorp/hcl/v2/hclsyntax/public.go

+94
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ github.com/hashicorp/errwrap
3434
github.com/hashicorp/go-multierror
3535
# github.com/hashicorp/go-version v1.2.0
3636
github.com/hashicorp/go-version
37-
# github.com/hashicorp/hcl/v2 v2.5.1
37+
# github.com/hashicorp/hcl/v2 v2.5.2-0.20200528183353-fa7c453538de
3838
github.com/hashicorp/hcl/v2
3939
github.com/hashicorp/hcl/v2/ext/customdecode
4040
github.com/hashicorp/hcl/v2/hclsyntax

0 commit comments

Comments
 (0)