From 802c8978a2f18347b3f731a09425701252a4adf3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 17:20:37 +0100 Subject: [PATCH] fix(deps): update module github.com/cucumber/godog to v0.12.6 (#520) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- _examples/go.mod | 2 +- _examples/incorrect-project-structure/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 => ../../