From 6c704f70469aa9973fa8c524288f0d6d5c208cef Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Mon, 4 Nov 2019 14:29:00 -0800 Subject: [PATCH] Revert "fix template imports" This reverts commit 0e70e0e5a4c570790f7f253e69c6e09ed18e38d1. --- builder/amazon/common/template_funcs.go | 2 -- builder/azure/common/template_funcs.go | 2 -- builder/googlecompute/template_funcs.go | 2 -- 3 files changed, 6 deletions(-) diff --git a/builder/amazon/common/template_funcs.go b/builder/amazon/common/template_funcs.go index eee77dca2..14dd65d83 100644 --- a/builder/amazon/common/template_funcs.go +++ b/builder/amazon/common/template_funcs.go @@ -3,8 +3,6 @@ package common import ( "bytes" "text/template" - - packertpl "github.com/hashicorp/packer/common/template" ) func isalphanumeric(b byte) bool { diff --git a/builder/azure/common/template_funcs.go b/builder/azure/common/template_funcs.go index b9b8fe1cb..faccd4f07 100644 --- a/builder/azure/common/template_funcs.go +++ b/builder/azure/common/template_funcs.go @@ -3,8 +3,6 @@ package common import ( "bytes" "text/template" - - packertpl "github.com/hashicorp/packer/common/template" ) func isValidByteValue(b byte) bool { diff --git a/builder/googlecompute/template_funcs.go b/builder/googlecompute/template_funcs.go index 3b8129861..37557180f 100644 --- a/builder/googlecompute/template_funcs.go +++ b/builder/googlecompute/template_funcs.go @@ -3,8 +3,6 @@ package googlecompute import ( "strings" "text/template" - - packertpl "github.com/hashicorp/packer/common/template" ) func isalphanumeric(b byte) bool {