summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar Terin Stock <terinjokes@gmail.com>2025-03-10 00:11:39 +0100
committerLibravatar Terin Stock <terinjokes@gmail.com>2025-12-01 22:08:08 +0100
commitcfc3f68a3f5856455e9588e5abaf0d5f0e5b10a4 (patch)
treef05f92d45f491ea418206ce17e951eb7547d49a8 /go.mod
parent[chore] remove vendor (diff)
downloadgotosocial-cfc3f68a3f5856455e9588e5abaf0d5f0e5b10a4.tar.xz
[feat] utilize system's libsqlite3HEADtrunknext
Add support for using the system's libsqlite3 library by adding a driver using "github.com/mattn/go-sqlite3".
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
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