module github.com/wtetsu/gaze go 1.24.4 require ( github.com/bmatcuk/doublestar v1.3.4 github.com/cbroglie/mustache v1.4.0 github.com/fatih/color v1.18.0 github.com/fsnotify/fsnotify v1.7.0 github.com/mattn/go-shellwords v1.0.12 gopkg.in/yaml.v3 v3.0.1 ) require ( github.com/kr/text v0.2.0 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect golang.org/x/sys v0.25.0 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect )