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