diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -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 ) |