godog/go.mod

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

module github.com/cucumber/godog
go 1.13
require (
github.com/cucumber/gherkin-go/v9 v9.2.0
github.com/cucumber/messages-go/v9 v9.0.3
github.com/stretchr/testify v1.4.0
)