Sanitizing oopsie

This commit is contained in:
Jarkko Toivanen 2024-12-27 21:04:24 +02:00
parent 41fa10862d
commit 7f8b88a479
Signed by: jt
GPG key ID: 9151B109B73ECAD5

View file

@ -2,9 +2,9 @@ package main
import ( import (
"encoding/json" "encoding/json"
"html/template"
"log" "log"
"os" "os"
"text/template"
"github.com/gomarkdown/markdown" "github.com/gomarkdown/markdown"
"github.com/gomarkdown/markdown/html" "github.com/gomarkdown/markdown/html"