summaryrefslogtreecommitdiff
path: root/vendor/modules.txt
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 /vendor/modules.txt
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 'vendor/modules.txt')
-rw-r--r--vendor/modules.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt
index a352832..2f7d722 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -1,3 +1,6 @@
# github.com/gorilla/mux v1.8.1
## explicit; go 1.20
github.com/gorilla/mux
+# github.com/mattn/go-sqlite3 v1.14.44
+## explicit; go 1.21
+github.com/mattn/go-sqlite3