fix: use correct template package (#7522)

This commit is contained in:
Livio Spring 2024-03-11 07:52:02 +01:00 committed by GitHub
parent 60ee2610f2
commit 07ec2efa9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,10 +2,10 @@ package renderer
import (
"context"
"html/template"
"io/ioutil"
"net/http"
"os"
"text/template"
"github.com/zitadel/logging"
"golang.org/x/text/language"