From 5e62aaf724e7f3d79427aebd1d5cdbbb3547265e 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 1dff4fe44..29fc2717e 100644 --- a/go.mod +++ b/go.mod @@ -44,6 +44,7 @@ require ( github.com/gorilla/websocket v1.5.3 github.com/jackc/pgx/v5 v5.7.2 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.63 github.com/minio/minio-go/v7 v7.0.85 -- cgit v1.2.3