module github.com/chroblert/jgoutils go 1.16 require ( github.com/desertbit/closer/v3 v3.1.2 github.com/desertbit/columnize v2.1.0+incompatible github.com/desertbit/go-shlex v0.1.1 github.com/desertbit/readline v1.5.1 github.com/fatih/color v1.7.0 github.com/fsnotify/fsnotify v1.4.7 github.com/mattn/go-colorable v0.1.8 github.com/mattn/go-isatty v0.0.12 github.com/spf13/viper v1.7.1 golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect golang.org/x/text v0.3.3 // indirect )