module github.com/Delta456/box-cli-maker/v2 go 1.15 require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/gookit/color v1.5.2 github.com/huandu/xstrings v1.3.2 github.com/kr/text v0.2.0 // indirect github.com/mattn/go-runewidth v0.0.14 github.com/muesli/reflow v0.3.0 github.com/stretchr/testify v1.8.0 // indirect github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e golang.org/x/sys v0.1.0 golang.org/x/term v0.0.0-20221017184919-83659145692c gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )