module github.com/antham/ghokin require ( github.com/cucumber/cucumber-messages-go v0.0.0-20180726152503-9cc16e7821a4 // indirect github.com/cucumber/gherkin-go v0.0.0-20180702115136-c016180aa7b9 github.com/fatih/color v1.9.0 github.com/mitchellh/go-homedir v1.1.0 github.com/spf13/cobra v0.0.5 github.com/spf13/viper v1.6.2 github.com/stretchr/testify v1.4.0 ) go 1.13