From cfc3f68a3f5856455e9588e5abaf0d5f0e5b10a4 Mon Sep 17 00:00:00 2001 From: Terin Stock Date: Mon, 10 Mar 2025 00:11:39 +0100 Subject: [feat] utilize system's libsqlite3 Add support for using the system's libsqlite3 library by adding a driver using "github.com/mattn/go-sqlite3". --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index dfa91d6fe..471baed1a 100644 --- a/go.mod +++ b/go.mod @@ -47,6 +47,7 @@ require ( github.com/gorilla/websocket v1.5.3 github.com/jackc/pgx/v5 v5.7.6 github.com/k3a/html2text v1.2.1 + github.com/mattn/go-sqlite3 v1.14.24 github.com/microcosm-cc/bluemonday v1.0.27 github.com/miekg/dns v1.1.68 github.com/minio/minio-go/v7 v7.0.97 -- cgit v1.2.3