Modified to import github.com/hashicorp/go-multierror rather than terraform's multierror.
This commit is contained in:
parent
256bb51ed8
commit
5f50053914
@ -3,7 +3,7 @@ package hcl
|
|||||||
import (
|
import (
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"github.com/hashicorp/terraform/helper/multierror"
|
"github.com/hashicorp/go-multierror"
|
||||||
)
|
)
|
||||||
|
|
||||||
// hclErrors are the errors built up from parsing. These should not
|
// hclErrors are the errors built up from parsing. These should not
|
||||||
|
Loading…
Reference in New Issue
Block a user