Skip to content

Commit

Permalink
fix(deps): update module github.com/cucumber/godog to v0.14.0 (#610)
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] authored Feb 1, 2024
1 parent 7579883 commit 244de82
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.13.0
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
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.13.0
require github.com/cucumber/godog v0.14.0

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

0 comments on commit 244de82

Please sign in to comment.