diff options
| author | 2025-03-10 00:11:39 +0100 | |
|---|---|---|
| committer | 2025-12-01 22:08:08 +0100 | |
| commit | cfc3f68a3f5856455e9588e5abaf0d5f0e5b10a4 (patch) | |
| tree | f05f92d45f491ea418206ce17e951eb7547d49a8 /go.mod | |
| parent | [chore] remove vendor (diff) | |
| download | gotosocial-cfc3f68a3f5856455e9588e5abaf0d5f0e5b10a4.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
@@ -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 |
