diff --git a/go/go.mod b/go/go.mod index 3817c52f4..6b44d22a5 100644 --- a/go/go.mod +++ b/go/go.mod @@ -2,7 +2,7 @@ module github.com/cucumber/gherkin/go/v31 require ( github.com/cucumber/messages/go/v24 v24.1.0 - github.com/cucumber/messages/go/v27 v27.1.0 + github.com/cucumber/messages/go/v27 v27.2.0 github.com/stretchr/testify v1.10.0 ) diff --git a/go/go.sum b/go/go.sum index b34e5d26e..1819bbcd0 100644 --- a/go/go.sum +++ b/go/go.sum @@ -6,6 +6,7 @@ github.com/cucumber/messages/go/v27 v27.0.0/go.mod h1:n0kwSvSgQZrvTq6a14uBQADo2/ github.com/cucumber/messages/go/v27 v27.0.1/go.mod h1:n0kwSvSgQZrvTq6a14uBQADo2/n80YeAybRaSR+LKek= github.com/cucumber/messages/go/v27 v27.0.2/go.mod h1:n0kwSvSgQZrvTq6a14uBQADo2/n80YeAybRaSR+LKek= github.com/cucumber/messages/go/v27 v27.1.0/go.mod h1:SosDXTT3f+YEYRdjS1bBGmcG6AJkQgJEmhzaBhd0AQw= +github.com/cucumber/messages/go/v27 v27.2.0/go.mod h1:SosDXTT3f+YEYRdjS1bBGmcG6AJkQgJEmhzaBhd0AQw= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/gofrs/uuid v4.3.1+incompatible h1:0/KbAdpx3UXAx1kEOWHJeOkpbgRFGHVgv+CFIY7dBJI=