18 строки
377 Б
Modula-2
18 строки
377 Б
Modula-2
module github.com/cucumber/godog/_examples
|
|
|
|
go 1.16
|
|
|
|
replace github.com/cucumber/godog => ../
|
|
|
|
require (
|
|
github.com/DATA-DOG/go-txdb v0.1.6
|
|
github.com/cucumber/godog v0.15.0
|
|
github.com/go-sql-driver/mysql v1.7.1
|
|
github.com/spf13/pflag v1.0.6
|
|
github.com/stretchr/testify v1.8.2
|
|
)
|
|
|
|
require (
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/lib/pq v1.10.3 // indirect
|
|
)
|