Description: Drop dependency on codeberg.org/emersion/go-sqlite3-fts5
 This is not required as fts5 support is included in the system
 libsqlite3 files that the Debian packaging of
 github.com/mattn/go-sqlite3 uses by default.
Author: Taavi Väänänen <taavi@debian.org>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/database/sqlite_mattn.go
+++ b/database/sqlite_mattn.go
@@ -3,7 +3,6 @@
 package database
 
 import (
-	_ "codeberg.org/emersion/go-sqlite3-fts5"
 	_ "github.com/mattn/go-sqlite3"
 )
 
