go.mod 324 B

123456789101112
  1. module github.com/kotoyuuko/cc-switch-cli
  2. go 1.25.0
  3. require (
  4. github.com/inconshreveable/mousetrap v1.1.0 // indirect
  5. github.com/spf13/cobra v1.10.2 // indirect
  6. github.com/spf13/pflag v1.0.9 // indirect
  7. golang.org/x/sys v0.43.0 // indirect
  8. golang.org/x/term v0.42.0 // indirect
  9. gopkg.in/yaml.v3 v3.0.1 // indirect
  10. )