Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cucumber/gherkin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b941ad8ddfb250ba005821637f66766feca63be2
Choose a base ref
..
head repository: cucumber/gherkin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fdc99e24c72ca55ab87291af1dbdce4d915362e2
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +1 −1 go/go.mod
  2. +1 −0 go/go.sum
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
@@ -2,7 +2,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.2
github.com/cucumber/messages/go/v27 v27.1.0
github.com/stretchr/testify v1.10.0
)

1 change: 1 addition & 0 deletions go/go.sum
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ github.com/cucumber/messages/go/v24 v24.1.0/go.mod h1:PR0+ygYqqyT1/C4EmioDdvgR8Y
github.com/cucumber/messages/go/v27 v27.0.0/go.mod h1:n0kwSvSgQZrvTq6a14uBQADo2/n80YeAybRaSR+LKek=
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/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=