From ee812a447f4b5ea2b63ede5b55f758fa1b7246e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 13:44:12 +0000 Subject: [PATCH] fix(deps): update module github.com/cucumber/messages/go/v24 to v27 --- go/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/go.mod b/go/go.mod index a19282eb6..89c950331 100644 --- a/go/go.mod +++ b/go/go.mod @@ -1,7 +1,7 @@ module github.com/cucumber/gherkin/go/v30 require ( - github.com/cucumber/messages/go/v24 v24.1.0 + github.com/cucumber/messages/go/v27 v27.0.2 github.com/cucumber/messages/go/v27 v27.0.2 github.com/stretchr/testify v1.10.0 )