mirror of https://github.com/hashicorp/consul
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
parent
8cb2e62dcb
commit
ab888c3a43
|
@ -9,7 +9,7 @@ import (
|
|||
"fmt"
|
||||
"hash"
|
||||
"hash/fnv"
|
||||
"html/template"
|
||||
"text/template"
|
||||
|
||||
"github.com/hashicorp/go-multierror"
|
||||
"github.com/xeipuuv/gojsonschema"
|
||||
|
|
Loading…
Reference in New Issue