28 строки
870 Б
Modula-2
28 строки
870 Б
Modula-2
module my/app
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/cucumber/godog v0.12.5
|
|
github.com/magefile/mage v1.11.0
|
|
github.com/onsi/gomega v1.19.0
|
|
my/go-controller v0.0.0
|
|
)
|
|
|
|
require (
|
|
github.com/cucumber/gherkin-go/v19 v19.0.3 // indirect
|
|
github.com/cucumber/messages-go/v16 v16.0.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-memdb v1.3.2 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|
|
|
|
replace github.com/cucumber/godog => /gopath/src/my/godog
|
|
|
|
replace my/go-controller => /gopath/src/my/go-controller
|