From 3a8415f16128f37d68427b2f17e0fb9572997a64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 16:55:37 +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 f37b57155..f13d514dc 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.0 github.com/cucumber/messages/go/v27 v27.0.0 github.com/stretchr/testify v1.9.0 )