From 983b37c1fa1379f32f8e5bbe9da003438fd4b7ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 01:34:46 +0000 Subject: [PATCH] fix(deps): update module github.com/stretchr/testify to v1.8.4 --- go/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/go.mod b/go/go.mod index 34dd2e65e..0cbd847cc 100644 --- a/go/go.mod +++ b/go/go.mod @@ -2,7 +2,7 @@ module github.com/cucumber/gherkin/go/v26 require ( github.com/cucumber/messages/go/v22 v22.0.0 - github.com/stretchr/testify v1.8.2 + github.com/stretchr/testify v1.8.4 ) require (