mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 15:31:41 -04:00
fix go imports
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user