diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-01-08 09:28:16 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-01-08 09:28:16 +0300 |
| commit | 51916895789fc2b166af752c14cd4696d6517bec (patch) | |
| tree | 584d8612449a8a2e4185211ba9a9581e358d8386 /go.mod | |
| parent | 5f0de6f3112d2bbda6af408cc5d6e51c0a752f88 (diff) | |
Feat: google-translate-tts support
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,7 @@ go 1.25.1 require ( github.com/BurntSushi/toml v1.5.0 + github.com/GrailFinder/google-translate-tts v0.0.0-00010101000000-000000000000 github.com/GrailFinder/searchagent v0.2.0 github.com/gdamore/tcell/v2 v2.13.2 github.com/glebarez/go-sqlite v1.22.0 @@ -23,6 +24,7 @@ require ( github.com/gdamore/encoding v1.0.1 // indirect github.com/google/uuid v1.6.0 // indirect github.com/hajimehoshi/go-mp3 v0.3.4 // indirect + github.com/hajimehoshi/oto/v2 v2.3.1 // indirect github.com/lucasb-eyer/go-colorful v1.3.0 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/ncruces/go-strftime v1.0.0 // indirect @@ -39,3 +41,5 @@ require ( modernc.org/memory v1.11.0 // indirect modernc.org/sqlite v1.40.1 // indirect ) + +replace github.com/GrailFinder/google-translate-tts => /home/grail/projects/plays/goplays/google-translate-tts |
