summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorbt <bt@rctt.net>2026-05-16 17:46:36 +0200
committerbt <bt@rctt.net>2026-05-16 22:46:48 +0200
commit3169d07cc6514280ad3e51d1c6c78802b06b9f57 (patch)
tree4f8db6ffb0b580d0d92f447e71940fa3c160b376 /go.mod
parent83be96382f60235ce3051dda30d1358e389332a7 (diff)
downloadsolec-3169d07cc6514280ad3e51d1c6c78802b06b9f57.tar.gz
solec-3169d07cc6514280ad3e51d1c6c78802b06b9f57.zip
Save messages in a database
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 9cb1eb8..6e83f85 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,7 @@ module go.rctt.net/solec
go 1.26.1
-require github.com/google/go-cmp v0.7.0
+require (
+ github.com/google/go-cmp v0.7.0
+ github.com/mattn/go-sqlite3 v1.14.44
+)