Revert "fix template imports"
This reverts commit 0e70e0e5a4c570790f7f253e69c6e09ed18e38d1.
This commit is contained in:
parent
d010762dbf
commit
6c704f7046
@ -3,8 +3,6 @@ package common
|
||||
import (
|
||||
"bytes"
|
||||
"text/template"
|
||||
|
||||
packertpl "github.com/hashicorp/packer/common/template"
|
||||
)
|
||||
|
||||
func isalphanumeric(b byte) bool {
|
||||
|
@ -3,8 +3,6 @@ package common
|
||||
import (
|
||||
"bytes"
|
||||
"text/template"
|
||||
|
||||
packertpl "github.com/hashicorp/packer/common/template"
|
||||
)
|
||||
|
||||
func isValidByteValue(b byte) bool {
|
||||
|
@ -3,8 +3,6 @@ package googlecompute
|
||||
import (
|
||||
"strings"
|
||||
"text/template"
|
||||
|
||||
packertpl "github.com/hashicorp/packer/common/template"
|
||||
)
|
||||
|
||||
func isalphanumeric(b byte) bool {
|
||||
|
Loading…
x
Reference in New Issue
Block a user