From 0edb94f148871f205329bd670cfd2ecda96cc9e7 Mon Sep 17 00:00:00 2001 From: Piyush Garg Date: Tue, 18 Jul 2023 16:26:33 +0530 Subject: [PATCH] Use text/template consistently --- pkg/formatted/color_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/formatted/color_test.go b/pkg/formatted/color_test.go index 3459714a4..ae02448c7 100644 --- a/pkg/formatted/color_test.go +++ b/pkg/formatted/color_test.go @@ -15,10 +15,9 @@ package formatted import ( "bytes" - "html/template" "strconv" - "testing" + "text/template" "github.com/fatih/color" "github.com/tektoncd/cli/pkg/test"