summaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-06-09 02:51:27 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-06-09 02:51:27 +0200
commit52db1d03e5067de4ba77c3a12465149d268eb3d1 (patch)
tree96286b94957e2546a789cbdcad2677b6f03b0973 /go.mod
parent09defec0a015e7ddb118bd453ea2925a5cb9d5dc (diff)
Begin migration towards SQLite
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 89c5b16..ce85bca 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,8 @@ module git.thomasvoss.com/euro-cash.eu
go 1.24
require (
+ github.com/mattn/go-sqlite3 v1.14.28
+ golang.org/x/crypto v0.39.0
golang.org/x/text v0.26.0
golang.org/x/tools v0.34.0
)