godog/go.mod
2020-12-05 15:29:39 +01:00

16 строки
515 Б
Modula-2

module github.com/cucumber/godog
go 1.15
require (
github.com/cucumber/gherkin-go/v11 v11.0.0
github.com/cucumber/messages-go/v10 v10.0.3
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/hashicorp/go-memdb v1.3.0
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.6.1
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)