godog/go.mod
2020-06-09 13:30:32 +02:00

10 строки
218 Б
Modula-2

module github.com/cucumber/godog
go 1.13
require (
github.com/cucumber/gherkin-go/v11 v11.0.0
github.com/cucumber/messages-go/v10 v10.0.3
github.com/hashicorp/go-memdb v1.2.1
github.com/stretchr/testify v1.6.1
)