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 (
|
||||
"sync"
|
||||
|
||||
"github.com/hashicorp/terraform/helper/multierror"
|
||||
"github.com/hashicorp/go-multierror"
|
||||
)
|
||||
|
||||
// hclErrors are the errors built up from parsing. These should not
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user