Files
hyprvoice/go.mod
T
2025-09-07 19:26:57 +02:00

17 lines
365 B
AMPL

module github.com/leonardotrapani/hyprvoice
go 1.24.5
require (
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/spf13/pflag v1.0.6 // indirect
golang.org/x/sys v0.13.0 // indirect
)