Missed one more go-multierror

This commit is contained in:
Atin Malaviya 2014-12-24 18:34:28 -05:00
parent 5f50053914
commit 98bdeedb2c

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