Modified to import github.com/hashicorp/go-multierror rather than terraform's multierror.

This commit is contained in:
Atin Malaviya 2014-12-24 17:49:50 -05:00
parent 256bb51ed8
commit 5f50053914

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