update readme

This commit is contained in:
LeonardoTrapani
2025-09-07 19:26:57 +02:00
parent 00dcfa3b9b
commit de20033c1a
2 changed files with 33 additions and 20 deletions
+7 -4
View File
@@ -3,11 +3,14 @@ module github.com/leonardotrapani/hyprvoice
go 1.24.5
require (
github.com/BurntSushi/toml v1.5.0 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/BurntSushi/toml v1.5.0
github.com/fsnotify/fsnotify v1.9.0
github.com/sashabaranov/go-openai v1.41.1
github.com/spf13/cobra v1.9.1
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/sashabaranov/go-openai v1.41.1 // indirect
github.com/spf13/cobra v1.9.1 // indirect
github.com/spf13/pflag v1.0.6 // indirect
golang.org/x/sys v0.13.0 // indirect
)