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
@@ -4,7 +4,7 @@ import (
"database/sql"
"strings"
"github.com/kennygrant/sanitize"
"github.com/deluan/sanitize"
"github.com/navidrome/navidrome/log"
"github.com/pressly/goose"