module git.brettb.xyz/goinv/client go 1.21.6 require ( github.com/gdamore/tcell/v2 v2.6.1-0.20231203215052-2917c3801e73 github.com/knadh/koanf v1.5.0 github.com/magefile/mage v1.15.0 github.com/rivo/tview v0.0.0-20240116070845-bf8f1c43e46c go.uber.org/zap v1.26.0 ) require ( github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/gdamore/encoding v1.0.0 // indirect github.com/lucasb-eyer/go-colorful v1.2.0 // indirect github.com/mattn/go-runewidth v0.0.14 // indirect github.com/mitchellh/copystructure v1.2.0 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/mitchellh/reflectwalk v1.0.2 // indirect github.com/rivo/uniseg v0.4.3 // indirect go.uber.org/multierr v1.10.0 // indirect golang.org/x/sys v0.11.0 // indirect golang.org/x/term v0.9.0 // indirect golang.org/x/text v0.12.0 // indirect )