diff --git a/main.go b/main.go index e8ef8de..8c30b00 100644 --- a/main.go +++ b/main.go @@ -4,12 +4,12 @@ import ( "encoding/json" "flag" "fmt" - "html/template" "io" "io/fs" "os" "path/filepath" "strings" + "text/template" "time" "github.com/peterbourgon/mergemap"