module github.com/pterm/pterm go 1.15 require ( github.com/atomicgo/cursor v0.0.1 github.com/davecgh/go-spew v1.1.1 // indirect github.com/gookit/color v1.4.2 github.com/mattn/go-runewidth v0.0.13 github.com/stretchr/testify v1.7.0 golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect )