module github.com/elhmn/ckp go 1.16 require ( github.com/briandowns/spinner v1.12.0 github.com/golang/mock v1.5.0 github.com/manifoldco/promptui v0.8.0 github.com/mitchellh/go-homedir v1.1.0 github.com/spf13/cobra v1.1.3 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.3.0 gopkg.in/yaml.v2 v2.4.0 )