godog/go.mod
Alexandru Chitu 2264a0037b
chore(*): BREAKING CHANGE, use new repos for cucumber and messages (#515)
* chore(*): use new repos for cucumber and messages

* chore(*): go mod tidy _examples

Co-authored-by: otrava7 <alexandru.chit@gmail.com>
2023-01-05 12:41:56 +01:00

19 строки
510 Б
Modula-2

module github.com/cucumber/godog
go 1.16
require (
github.com/cucumber/gherkin/go/v26 v26.0.2
github.com/hashicorp/go-memdb v1.3.2
github.com/smartystreets/goconvey v1.6.4
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.1
)
require (
github.com/cucumber/messages/go/v21 v21.0.1
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)