diff --git a/helper.go b/helper.go index a00ef90..74067aa 100644 --- a/helper.go +++ b/helper.go @@ -2,8 +2,8 @@ package main import ( "bytes" - "html/template" "strings" + "text/template" alerttemplate "github.com/prometheus/alertmanager/template" "github.com/spf13/viper"