diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2025-11-03 15:51:56 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2025-11-03 15:51:56 +0100 |
| commit | ef4e140949408a917b45cc253dd38d229e34f46b (patch) | |
| tree | f0b877c76e94b84b7c55cf2bf54a5bd280ddb358 /go.mod | |
| parent | 15f841ab43fd9b431e93d2e870c23ae7695929cc (diff) | |
Support extracting translations from SQL scripts
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,4 +8,6 @@ require ( github.com/mattn/go-sqlite3 v1.14.28 golang.org/x/crypto v0.39.0 golang.org/x/text v0.26.0 -)
\ No newline at end of file +) + +require github.com/rqlite/sql v0.0.0-20250623131620-453fa49cad04 // indirect |