summaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-07-05 11:12:37 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-07-05 11:12:37 +0200
commit66ac5c365191d7515f7f796e95a754f6882cda8e (patch)
tree99de370773a33d21a6f8bf13c72b842ec0e782a6 /go.mod
parent5a12e3e229e112e6b316c9ee9f762e36f321271d (diff)
Code simplification
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index ce85bca..27c5abf 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@ module git.thomasvoss.com/euro-cash.eu
go 1.24
require (
+ github.com/jmoiron/sqlx v1.4.0
github.com/mattn/go-sqlite3 v1.14.28
golang.org/x/crypto v0.39.0
golang.org/x/text v0.26.0