diff --git a/go/go.mod b/go/go.mod index a5e67b16a..a9b59c487 100644 --- a/go/go.mod +++ b/go/go.mod @@ -1,7 +1,7 @@ module github.com/cucumber/gherkin/go/v26 require ( - github.com/cucumber/messages/go/v21 v21.0.1 + github.com/cucumber/messages/go/v22 v22.0.0 github.com/cucumber/messages/go/v22 v22.0.0 github.com/stretchr/testify v1.8.2 )