module github.com/cucumber/godog go 1.13 require ( github.com/cucumber/gherkin-go/v19 v19.0.3 github.com/cucumber/messages-go/v16 v16.0.1 github.com/hashicorp/go-memdb v1.3.0 github.com/hashicorp/go-uuid v1.0.2 // indirect github.com/smartystreets/goconvey v1.6.4 github.com/spf13/cobra v1.1.1 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.7.0 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect )