fix: change to html/template for more security

This commit is contained in:
jabuxas 2024-09-19 15:38:43 -03:00
parent e42f307bd1
commit 444c725fc6

View File

@ -6,12 +6,12 @@ import (
"crypto/subtle" "crypto/subtle"
"encoding/hex" "encoding/hex"
"fmt" "fmt"
"html/template"
"io" "io"
"log/slog" "log/slog"
"net/http" "net/http"
"os" "os"
"path/filepath" "path/filepath"
"text/template"
) )
type Application struct { type Application struct {