- module github.com/kotoyuuko/cc-switch-cli
- go 1.25.0
- require (
- github.com/inconshreveable/mousetrap v1.1.0 // indirect
- github.com/spf13/cobra v1.10.2 // indirect
- github.com/spf13/pflag v1.0.9 // indirect
- golang.org/x/sys v0.43.0 // indirect
- golang.org/x/term v0.42.0 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
- )
|