aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 1 insertions, 11 deletions
diff --git a/go.mod b/go.mod
index 27c5abf..d241f9f 100644
--- a/go.mod
+++ b/go.mod
@@ -4,18 +4,8 @@ go 1.24
require (
github.com/jmoiron/sqlx v1.4.0
+ github.com/leonelquinteros/gotext v1.7.2
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
-)
-
-require (
- golang.org/x/mod v0.25.0 // indirect
- golang.org/x/sync v0.15.0 // indirect
-)
-
-tool (
- git.thomasvoss.com/euro-cash.eu
- golang.org/x/text/cmd/gotext
)