diff options
| author | bt <bt@rctt.net> | 2026-05-16 17:46:36 +0200 |
|---|---|---|
| committer | bt <bt@rctt.net> | 2026-05-16 22:46:48 +0200 |
| commit | 3169d07cc6514280ad3e51d1c6c78802b06b9f57 (patch) | |
| tree | 4f8db6ffb0b580d0d92f447e71940fa3c160b376 /go.mod | |
| parent | 83be96382f60235ce3051dda30d1358e389332a7 (diff) | |
| download | solec-3169d07cc6514280ad3e51d1c6c78802b06b9f57.tar.gz solec-3169d07cc6514280ad3e51d1c6c78802b06b9f57.zip | |
Save messages in a database
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 +) |
