
* Fixed an issue when go test is parsing command-line flags * Added some extra information for parsing flags to the README.md
12 строки
280 Б
Modula-2
12 строки
280 Б
Modula-2
module github.com/cucumber/godog
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/cucumber/gherkin-go/v11 v11.0.0
|
|
github.com/cucumber/messages-go/v10 v10.0.3
|
|
github.com/hashicorp/go-memdb v1.3.0
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.6.1
|
|
)
|