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"