diff --git a/pkg/analyze/host_filesystem_performance.go b/pkg/analyze/host_filesystem_performance.go index 6b5d8289..88fa60e1 100644 --- a/pkg/analyze/host_filesystem_performance.go +++ b/pkg/analyze/host_filesystem_performance.go @@ -4,10 +4,10 @@ import ( "bytes" "encoding/json" "fmt" - "html/template" "log" "path/filepath" "strings" + "text/template" "time" "github.com/pkg/errors"