Skip to content

Commit

Permalink
fix(deps): update module github.com/cucumber/godog to v0.14.1 (#618)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 30, 2024
1 parent 095a19b commit c3756d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/cucumber/godog => ../

require (
github.com/DATA-DOG/go-txdb v0.1.6
github.com/cucumber/godog v0.14.0
github.com/cucumber/godog v0.14.1
github.com/go-sql-driver/mysql v1.7.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.2
Expand Down
2 changes: 1 addition & 1 deletion _examples/incorrect-project-structure/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module incorrect-project-structure

go 1.13

require github.com/cucumber/godog v0.14.0
require github.com/cucumber/godog v0.14.1

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

0 comments on commit c3756d1

Please sign in to comment.