23 строки
744 Б
Modula-2
23 строки
744 Б
Modula-2
module git.golang1.ru/softonik/godog_and_gomega
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
git.golang1.ru/softonik/godog v1.1.0
|
|
github.com/onsi/gomega v1.37.0
|
|
)
|
|
|
|
require (
|
|
github.com/cucumber/gherkin/go/v26 v26.2.0 // indirect
|
|
github.com/cucumber/messages-go/v16 v16.0.1 // indirect
|
|
github.com/cucumber/messages/go/v21 v21.0.1 // indirect
|
|
github.com/gofrs/uuid v4.3.1+incompatible // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
|
github.com/hashicorp/go-memdb v1.3.4 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
golang.org/x/net v0.37.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|