godog/go.mod
2020-03-12 15:16:43 -03:00

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

module github.com/cucumber/godog
go 1.14
require (
github.com/cucumber/gherkin-go/v11 v11.0.0
github.com/cucumber/messages-go/v10 v10.0.3
github.com/stretchr/testify v1.5.1
)