diff --git a/hcl/parse.go b/hcl/parse.go index 7998674..21bd2a4 100644 --- a/hcl/parse.go +++ b/hcl/parse.go @@ -3,7 +3,7 @@ package hcl import ( "sync" - "github.com/hashicorp/terraform/helper/multierror" + "github.com/hashicorp/go-multierror" ) // hclErrors are the errors built up from parsing. These should not diff --git a/json/parse.go b/json/parse.go index 3f304c4..9ab454a 100644 --- a/json/parse.go +++ b/json/parse.go @@ -4,7 +4,7 @@ import ( "sync" "github.com/hashicorp/hcl/hcl" - "github.com/hashicorp/terraform/helper/multierror" + "github.com/hashicorp/go-multierror" ) // jsonErrors are the errors built up from parsing. These should not