| Initial import of the rickub CLI as a standalone public project | 1 | module rickub.com/rickub/cli |
| 2 | ||
| 3 | go 1.26 | |
| 4 | ||
| 5 | require ( | |
| 6 | github.com/spf13/cobra v1.10.2 | |
| 7 | gopkg.in/yaml.v3 v3.0.1 | |
| 8 | ) | |
| 9 | ||
| 10 | require ( | |
| 11 | github.com/inconshreveable/mousetrap v1.1.0 // indirect | |
| 12 | github.com/spf13/pflag v1.0.9 // indirect | |
| 13 | ) |