diff options
author | 2025-03-10 00:11:39 +0100 | |
---|---|---|
committer | 2025-03-10 01:59:49 +0100 | |
commit | 5e62aaf724e7f3d79427aebd1d5cdbbb3547265e (patch) | |
tree | 266556645a0ed5ecf1e5f7a248ea1adc6cf9fd13 /go.mod | |
parent | [chore] remove vendor (diff) | |
download | gotosocial-trunk.tar.xz |
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.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |