godog/_examples/go.mod
renovate[bot] 244de8274a
fix(deps): update module github.com/cucumber/godog to v0.14.0 (#610)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-01 22:35:22 +00:00

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.14.0
github.com/go-sql-driver/mysql v1.7.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.2
)
require (
github.com/kr/pretty v0.3.0 // indirect
github.com/lib/pq v1.10.3 // indirect
)