module github.com/CarterPerez-dev/angela go 1.24.4 require ( github.com/fatih/color v1.18.0 github.com/pelletier/go-toml/v2 v2.2.4 github.com/spf13/cobra v1.10.2 golang.org/x/sync v0.19.0 ) require ( github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/mattn/go-colorable v0.1.14 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/spf13/pflag v1.0.10 // indirect golang.org/x/sys v0.40.0 // indirect )