Skip to content

Commit c3756d1

Browse files
fix(deps): update module github.com/cucumber/godog to v0.14.1 (#618)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 095a19b commit c3756d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/cucumber/godog => ../
66

77
require (
88
github.com/DATA-DOG/go-txdb v0.1.6
9-
github.com/cucumber/godog v0.14.0
9+
github.com/cucumber/godog v0.14.1
1010
github.com/go-sql-driver/mysql v1.7.1
1111
github.com/spf13/pflag v1.0.5
1212
github.com/stretchr/testify v1.8.2

_examples/incorrect-project-structure/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module incorrect-project-structure
22

33
go 1.13
44

5-
require github.com/cucumber/godog v0.14.0
5+
require github.com/cucumber/godog v0.14.1
66

77
replace github.com/cucumber/godog => ../../

0 commit comments

Comments
 (0)