Use custom sanitize package, fix #2070

This commit is contained in:
Deluan
2023-01-12 13:39:05 -05:00
parent df0f140f9f
commit fdbece5c92
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"sort"
"strings"
"github.com/kennygrant/sanitize"
"github.com/deluan/sanitize"
"github.com/microcosm-cc/bluemonday"
)