godog/_examples/assert-godogs/go.mod
MBow 5414f3c5da update gherkin-go to v19.0.3
update messages-go to v16.0.1
bump gomod version
comment on log line in std os.Stderr
examples to non rc version
go mod tidy
update circle (tbd)
2021-06-28 17:19:43 +01:00

9 строки
145 Б
Modula-2

module assert-godogs
go 1.14
require (
github.com/cucumber/godog v0.11.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.6.1
)