Feat: google-translate-tts support
This commit is contained in:
4
go.mod
4
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user