fix template imports

This commit is contained in:
Megan Marsh 2019-10-14 13:22:06 -07:00
parent 9c782f4d04
commit 0e70e0e5a4
3 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,8 @@ package common
import (
"bytes"
"text/template"
packertpl "github.com/hashicorp/packer/common/template"
)
func isalphanumeric(b byte) bool {

View File

@ -3,6 +3,8 @@ package common
import (
"bytes"
"text/template"
packertpl "github.com/hashicorp/packer/common/template"
)
func isValidByteValue(b byte) bool {

View File

@ -3,6 +3,8 @@ package googlecompute
import (
"strings"
"text/template"
packertpl "github.com/hashicorp/packer/common/template"
)
func isalphanumeric(b byte) bool {