Merge pull request #26 from amalaviy/go-multierror

Modified to import go-multierror rather than terraform
This commit is contained in:
Ryan Uber 2014-12-29 12:01:23 -08:00
commit e37b5bd61b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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