Skip to content

Commit

Permalink
chore: upgrade cucumber dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hedhyw committed Jun 19, 2024
1 parent dc7db56 commit e868fad
Show file tree
Hide file tree
Showing 40 changed files with 849 additions and 4,450 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/hedhyw/gherkingen/v3
go 1.22

require (
github.com/cucumber/common/gherkin/go/v24 v24.1.0
github.com/cucumber/common/messages/go/v19 v19.1.2
github.com/cucumber/gherkin/go/v28 v28.0.0
github.com/cucumber/messages/go/v24 v24.0.1
github.com/google/uuid v1.6.0
github.com/hedhyw/semerr v0.6.7
github.com/iancoleman/strcase v0.3.0
Expand Down
15 changes: 4 additions & 11 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/cucumber/common/gherkin/go/v24 v24.1.0 h1:sNGx5etH6ukNlnAKuUR1nfKty9/PaUbpqGIz2Lb8/fI=
github.com/cucumber/common/gherkin/go/v24 v24.1.0/go.mod h1:AWEfZ2w9XvCzMddYwe0f8m1s1Pr5dGYs9CbRMaENuwI=
github.com/cucumber/common/messages/go/v19 v19.1.2 h1:8/ZkW9rj3KQo/regmI8kcy48tk57m427Olb7Y0lXcN4=
github.com/cucumber/common/messages/go/v19 v19.1.2/go.mod h1:0KLDvMVmmkEZcWUSKxFHSUSLS1gjujBbPN0p41IwwJ4=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/cucumber/gherkin/go/v28 v28.0.0 h1:SBqwscPOhe83JF0ukpEj+4QZ2ScOpPQByC0gD3cXBkg=
github.com/cucumber/gherkin/go/v28 v28.0.0/go.mod h1:HVwDrzWvtsVbkxHw6KVZFA79x5uSLb+ajzS0BXuHiE8=
github.com/cucumber/messages/go/v24 v24.0.1 h1:jajAQDk3fPa4RhIANE+NOxGdCKQdi7RYjd8wdKXnOu4=
github.com/cucumber/messages/go/v24 v24.0.1/go.mod h1:ns4Befq4c4n9/B5APpTlBu5kXL1DVE4+5bbe0vSV4fc=
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.2.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
github.com/gofrs/uuid v4.4.0+incompatible h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1YrTJupqA=
github.com/gofrs/uuid v4.4.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
Expand All @@ -23,15 +21,10 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8=
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.7.4/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
2 changes: 1 addition & 1 deletion internal/generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hedhyw/gherkingen/v3/internal/docplugin"
"github.com/hedhyw/gherkingen/v3/internal/model"

gherkin "github.com/cucumber/common/gherkin/go/v24"
gherkin "github.com/cucumber/gherkin/go/v28"
"github.com/hedhyw/semerr/pkg/v1/semerr"
)

Expand Down
2 changes: 1 addition & 1 deletion internal/model/document.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package model

import (
messages "github.com/cucumber/common/messages/go/v19"
messages "github.com/cucumber/messages/go/v24"
)

// GherkinDocument is a core document.
Expand Down
2 changes: 1 addition & 1 deletion internal/model/document_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

"github.com/hedhyw/gherkingen/v3/internal/model"

messages "github.com/cucumber/common/messages/go/v19"
messages "github.com/cucumber/messages/go/v24"
"github.com/stretchr/testify/assert"
)

Expand Down
5 changes: 0 additions & 5 deletions vendor/github.com/cucumber/common/gherkin/go/v24/.rsync

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/cucumber/common/gherkin/go/v24/.subrepo

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/github.com/cucumber/common/gherkin/go/v24/.whitesource

This file was deleted.

102 changes: 0 additions & 102 deletions vendor/github.com/cucumber/common/gherkin/go/v24/Makefile

This file was deleted.

170 changes: 0 additions & 170 deletions vendor/github.com/cucumber/common/gherkin/go/v24/default.mk

This file was deleted.

Loading

0 comments on commit e868fad

Please sign in to comment.