Backport of Use text/template instead of html/template for ACL template policy generation into release/1.18.x (#21305)

backport of commit fa396d0bed

Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
pull/21333/head
hc-github-team-consul-core 2024-06-11 10:02:18 -07:00 committed by GitHub
parent 8cb2e62dcb
commit ab888c3a43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
"fmt"
"hash"
"hash/fnv"
"html/template"
"text/template"
"github.com/hashicorp/go-multierror"
"github.com/xeipuuv/gojsonschema"