use upstream osext, which fixes some bugs

This commit is contained in:
Mitchell Hashimoto 2015-10-17 17:33:45 -07:00
parent 347f9c0bea
commit c2fdb7171e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
"github.com/hashicorp/hcl"
"github.com/hashicorp/terraform/plugin"
"github.com/hashicorp/terraform/terraform"
"github.com/mitchellh/osext"
"github.com/kardianos/osext"
)
// Config is the structure of the configuration for the Terraform CLI.