diff --git a/server.go b/server.go index f07601e..599b986 100644 --- a/server.go +++ b/server.go @@ -4,7 +4,7 @@ import ( "bytes" "encoding/json" "errors" - "github.com/Masterminds/sprig/v3" + "html" "io" "io/ioutil" @@ -20,6 +20,7 @@ import ( "text/template" "time" + "github.com/Masterminds/sprig/v3" jwtverifier "github.com/okta/okta-jwt-verifier-golang" )