feat: better language selection

This commit is contained in:
leonardotrapani
2026-02-01 18:53:44 +01:00
parent 0025bf97b6
commit 3ae86f7bae
40 changed files with 452 additions and 852 deletions
+1 -1
View File
@@ -11,6 +11,7 @@ require (
github.com/muesli/termenv v0.16.0
github.com/sashabaranov/go-openai v1.41.1
github.com/spf13/cobra v1.9.1
golang.org/x/text v0.23.0
)
require (
@@ -38,5 +39,4 @@ require (
github.com/spf13/pflag v1.0.6 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/text v0.23.0 // indirect
)