summaryrefslogtreecommitdiff
path: root/go.sum
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2026-05-28 20:32:36 +0200
committerxengineering <me@xengineering.eu>2026-05-31 17:30:01 +0200
commit6cdf8bb597443be880cd5a9cb6f3ac953749811a (patch)
treebe6945d2a2e22258dece31b726f913a2f3d37c8a /go.sum
parentfba9bcfc9a422dd3020b5efc2392ddfd71231560 (diff)
downloadfinserv-6cdf8bb597443be880cd5a9cb6f3ac953749811a.tar
finserv-6cdf8bb597443be880cd5a9cb6f3ac953749811a.tar.zst
finserv-6cdf8bb597443be880cd5a9cb6f3ac953749811a.zip
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.
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.sum b/go.sum
index 7128337..a1a314d 100644
--- a/go.sum
+++ b/go.sum
@@ -1,2 +1,4 @@
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
+github.com/mattn/go-sqlite3 v1.14.44 h1:3VSe+xafpbzsLbdr2AWlAZk9yRHiBhTBakioXaCKTF8=
+github.com/mattn/go-sqlite3 v1.14.44/go.mod h1:pjEuOr8IwzLJP2MfGeTb0A35jauH+C2kbHKBr7yXKVQ=