| iomodo | b6d9eb9 | 2025-07-24 20:54:45 +0400 | [diff] [blame] | 1 | module github.com/iomodo/staff |
| 2 | |
| 3 | go 1.24.4 |
| 4 | |
| 5 | require ( |
| 6 | github.com/joho/godotenv v1.5.1 |
| 7 | github.com/spf13/cobra v1.9.1 |
| 8 | ) |
| 9 | |
| 10 | require ( |
| 11 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
| 12 | github.com/spf13/pflag v1.0.6 // indirect |
| 13 | ) |