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 )