Merge pull request #26 from amalaviy/go-multierror
Modified to import go-multierror rather than terraform
This commit is contained in:
commit
e37b5bd61b
@ -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
|
||||||
|
@ -4,7 +4,7 @@ import (
|
|||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"github.com/hashicorp/hcl/hcl"
|
"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
|
// jsonErrors are the errors built up from parsing. These should not
|
||||||
|
Loading…
Reference in New Issue
Block a user