From 53b99ffda6f72127cfe47f5a21fce995ca9ce645 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 14:15:12 +0000 Subject: [PATCH] fix(deps): update module github.com/cucumber/messages/go/v24 to v26 --- go/go.mod | 1 + go/go.sum | 1 + 2 files changed, 2 insertions(+) diff --git a/go/go.mod b/go/go.mod index 6d40e7723..9c54fadf8 100644 --- a/go/go.mod +++ b/go/go.mod @@ -2,6 +2,7 @@ module github.com/cucumber/gherkin/go/v29 require ( github.com/cucumber/messages/go/v24 v24.1.0 + github.com/cucumber/messages/go/v26 v26.0.0 github.com/stretchr/testify v1.9.0 ) diff --git a/go/go.sum b/go/go.sum index faa18e59d..d166c6191 100644 --- a/go/go.sum +++ b/go/go.sum @@ -2,6 +2,7 @@ github.com/cucumber/messages/go/v24 v24.0.1 h1:jajAQDk3fPa4RhIANE+NOxGdCKQdi7RYj github.com/cucumber/messages/go/v24 v24.0.1/go.mod h1:ns4Befq4c4n9/B5APpTlBu5kXL1DVE4+5bbe0vSV4fc= github.com/cucumber/messages/go/v24 v24.1.0 h1:JMpspvV3IoGwcbEUbsKuxr0tRkFP7aqcQ5SvoanS/DA= github.com/cucumber/messages/go/v24 v24.1.0/go.mod h1:PR0+ygYqqyT1/C4EmioDdvgR8YG9+SZEkxEKw2jfd8g= +github.com/cucumber/messages/go/v26 v26.0.0/go.mod h1:Uxz0ZgfjrU7MAtfVJAFbaocm3ddkBdjepDvFuvJwRgE= 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=