diff --git a/_examples/go.mod b/_examples/go.mod index ef4cf8b0..b9403112 100644 --- a/_examples/go.mod +++ b/_examples/go.mod @@ -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 diff --git a/_examples/incorrect-project-structure/go.mod b/_examples/incorrect-project-structure/go.mod index e35c1cfd..b2778dff 100644 --- a/_examples/incorrect-project-structure/go.mod +++ b/_examples/incorrect-project-structure/go.mod @@ -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 => ../../