
* Update go version in go.mod (go1.17). Update dependencies. * Update go version in go.mod (go1.17). Run go mod tidy in _examples. * Update go version in go.mod (go1.16). * Update go version in go.mod (go1.16).
22 строки
677 Б
Modula-2
22 строки
677 Б
Modula-2
module github.com/cucumber/godog
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/cucumber/gherkin-go/v19 v19.0.3
|
|
github.com/cucumber/messages-go/v16 v16.0.1
|
|
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.7.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/gofrs/uuid v4.2.0+incompatible // indirect
|
|
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
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|