godog/_examples/custom-formatter/go.mod
2020-07-07 07:54:27 +02:00

8 строки
126 Б
Modula-2

module custom-formatter
go 1.14
require (
github.com/cucumber/godog v0.10.0
github.com/cucumber/messages-go/v10 v10.0.3
)