diff --git a/_examples/go.mod b/_examples/go.mod index e393a63..d2aee94 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.4 - github.com/cucumber/godog v0.0.0-00010101000000-000000000000 + github.com/cucumber/godog v0.12.6 github.com/go-sql-driver/mysql v1.6.0 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.8.1 diff --git a/_examples/incorrect-project-structure/go.mod b/_examples/incorrect-project-structure/go.mod index 6e1f016..51cdf7c 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.12.0 +require github.com/cucumber/godog v0.12.6 replace github.com/cucumber/godog => ../../