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"