From 2eea97877bc7a2f40f3df97c00c40216fdf1482e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 21:05:10 +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 7cacc4c80..2b3021354 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.9.0 )