- module github.com/kotoyuuko/zenmux-usage-cli
- go 1.26.2
- require (
- github.com/fatih/color v1.19.0 // indirect
- github.com/mattn/go-colorable v0.1.14 // indirect
- github.com/mattn/go-isatty v0.0.21 // indirect
- golang.org/x/sys v0.42.0 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
- )
|