Missed one more go-multierror
This commit is contained in:
parent
5f50053914
commit
98bdeedb2c
@ -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