From 37da816f24c15840756f0940f20210775f235881 Mon Sep 17 00:00:00 2001 From: Serguey Parkhomovsky Date: Mon, 8 Dec 2025 21:22:49 -0800 Subject: Migrate to non-cgo sqlite --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index f92c5fa..42f0a68 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,8 @@ import ( "strings" "time" - _ "github.com/mattn/go-sqlite3" + _ "github.com/ncruces/go-sqlite3/driver" + _ "github.com/ncruces/go-sqlite3/embed" ) // RSS structures -- cgit v1.2.3