From 1d381eff187d975fe32891e2ef85dc184c1b61af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 00:57:20 +0000 Subject: [PATCH] Update module github.com/cucumber/common/messages/go/v18 to v19 --- go/go.mod | 1 + go/go.sum | 1 + 2 files changed, 2 insertions(+) diff --git a/go/go.mod b/go/go.mod index 66916bd..406118c 100644 --- a/go/go.mod +++ b/go/go.mod @@ -6,6 +6,7 @@ toolchain go1.23.4 require ( github.com/cucumber/common/messages/go/v18 v18.0.0 + github.com/cucumber/common/messages/go/v19 v19.1.2 github.com/onsi/ginkgo v1.16.5 github.com/onsi/ginkgo/v2 v2.22.2 github.com/onsi/gomega v1.36.2 diff --git a/go/go.sum b/go/go.sum index 9976e1b..5083ee9 100644 --- a/go/go.sum +++ b/go/go.sum @@ -1,5 +1,6 @@ github.com/cucumber/common/messages/go/v18 v18.0.0 h1:kULVfV8id18KOOfzWVrCNIXnkf4TsRPXkgyqr2Dnoec= github.com/cucumber/common/messages/go/v18 v18.0.0/go.mod h1:Q7nbIcCQXw3gWXVjuNHVTU6uIBIwUsN1mOEbxD+oSvA= +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/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=