
* Fixed an issue when go test is parsing command-line flags * Added some extra information for parsing flags to the README.md
9 строки
149 Б
Modula-2
9 строки
149 Б
Modula-2
module assert-godogs
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/cucumber/godog v0.11.0-rc1
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/stretchr/testify v1.6.1
|
|
)
|