From a30ffdb1767bfae39cd058e47a8eddfebe83425f Mon Sep 17 00:00:00 2001 From: Somtochi Onyekwere Date: Mon, 14 Feb 2022 23:59:20 +0100 Subject: [PATCH] Use text/template Signed-off-by: Somtochi Onyekwere --- cmd/flux/logs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/flux/logs.go b/cmd/flux/logs.go index 3dc0f903..b16d044d 100644 --- a/cmd/flux/logs.go +++ b/cmd/flux/logs.go @@ -21,12 +21,12 @@ import ( "context" "encoding/json" "fmt" - "html/template" "io" "os" "sort" "strings" "sync" + "text/template" "time" "github.com/spf13/cobra"