diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -1,12 +1,13 @@ module git.thomasvoss.com/euro-cash.eu -go 1.23 - -require golang.org/x/text v0.17.0 - -require golang.org/x/tools v0.24.0 +go 1.25.3 require ( - golang.org/x/mod v0.20.0 // indirect - golang.org/x/sync v0.8.0 // indirect + github.com/jmoiron/sqlx v1.4.0 + github.com/leonelquinteros/gotext v1.7.2 + github.com/mattn/go-sqlite3 v1.14.32 + golang.org/x/crypto v0.43.0 + golang.org/x/text v0.30.0 ) + +require github.com/rqlite/sql v0.0.0-20250623131620-453fa49cad04 |