From 244de8274a879653d303bb8a78691c12ce370c64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:35:22 +0000 Subject: [PATCH] fix(deps): update module github.com/cucumber/godog to v0.14.0 (#610) 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 ee016ed..ef4cf8b 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.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 diff --git a/_examples/incorrect-project-structure/go.mod b/_examples/incorrect-project-structure/go.mod index fbf334a..e35c1cf 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.13.0 +require github.com/cucumber/godog v0.14.0 replace github.com/cucumber/godog => ../../