added commonhelper import

This commit is contained in:
Levi 2018-07-02 20:10:06 -04:00
parent 37fd50995f
commit 636cec8f2b
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ import (
"golang.org/x/crypto/ssh"
"github.com/hashicorp/packer/common"
commonhelper "github.com/hashicorp/packer/helper/common"
"github.com/hashicorp/packer/helper/config"
"github.com/hashicorp/packer/packer"
"github.com/hashicorp/packer/template/interpolate"