From 6cdf8bb597443be880cd5a9cb6f3ac953749811a Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 28 May 2026 20:32:36 +0200 Subject: Add github.com/mattn/go-sqlite3 This is the SQLite3 backend for the database/sql standard library package which should be used to store persistent data. --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 51983c8..bba6fae 100644 --- a/go.mod +++ b/go.mod @@ -3,3 +3,5 @@ module xengineering.eu/finserv go 1.26.3 require github.com/gorilla/mux v1.8.1 + +require github.com/mattn/go-sqlite3 v1.14.44 -- cgit v1.3.1