Use text/template instead of html/template for config pre-processing (#4656)

This commit is contained in:
hansmi
2025-02-07 04:33:11 +01:00
committed by GitHub
parent 450b8393bc
commit b8d3ace113
2 changed files with 24 additions and 1 deletions

View File

@@ -18,10 +18,10 @@ import (
"bytes"
"encoding/json"
"fmt"
"html/template"
"os"
"path/filepath"
"strings"
"text/template"
toml "github.com/pelletier/go-toml/v2"
"github.com/samber/lo"