diff --git a/go.mod b/go.mod index d8031a2..15bc801 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.22 require ( github.com/cucumber/gherkin/go/v28 v28.0.0 - github.com/cucumber/messages/go/v24 v24.0.1 + github.com/cucumber/messages/go/v24 v24.1.0 github.com/google/uuid v1.6.0 github.com/hedhyw/semerr v0.6.7 github.com/iancoleman/strcase v0.3.0 diff --git a/go.sum b/go.sum index 4a45899..96bccd5 100644 --- a/go.sum +++ b/go.sum @@ -1,8 +1,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= 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/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/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.4.0+incompatible h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1YrTJupqA= diff --git a/vendor/github.com/cucumber/messages/go/v24/Dockerfile b/vendor/github.com/cucumber/messages/go/v24/Dockerfile index de8f6b9..6e5facc 100644 --- a/vendor/github.com/cucumber/messages/go/v24/Dockerfile +++ b/vendor/github.com/cucumber/messages/go/v24/Dockerfile @@ -1,4 +1,4 @@ -#syntax=docker/dockerfile:1.6 +#syntax=docker/dockerfile:1.7 # Base image ARG GO_VERSION=1.19 diff --git a/vendor/github.com/cucumber/messages/go/v24/LICENSE b/vendor/github.com/cucumber/messages/go/v24/LICENSE index 725ba9f..520b896 100644 --- a/vendor/github.com/cucumber/messages/go/v24/LICENSE +++ b/vendor/github.com/cucumber/messages/go/v24/LICENSE @@ -1,6 +1,6 @@ -The MIT License (MIT) +MIT License -Copyright (c) Cucumber Ltd +Copyright (c) 2018 Cucumber Ltd and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/vendor/modules.txt b/vendor/modules.txt index 0fb51a6..9edc2ae 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1,7 +1,7 @@ # github.com/cucumber/gherkin/go/v28 v28.0.0 ## explicit; go 1.19 github.com/cucumber/gherkin/go/v28 -# github.com/cucumber/messages/go/v24 v24.0.1 +# github.com/cucumber/messages/go/v24 v24.1.0 ## explicit; go 1.19 github.com/cucumber/messages/go/v24 # github.com/davecgh/go-spew v1.1.1