13 строки
335 Б
Modula-2
13 строки
335 Б
Modula-2
module custom-formatter
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/cucumber/godog v0.10.1-0.20210705192606-df8c6e49b40b
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
|
github.com/hashicorp/go-memdb v1.3.2 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/spf13/pflag v1.0.5
|
|
)
|
|
|
|
replace github.com/cucumber/godog => ../..
|