From 50a29cb7371af0a3e6a8b078d27b5e83f8f29547 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 15:31:47 +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 a5e67b16a..265696e92 100644 --- a/go/go.mod +++ b/go/go.mod @@ -3,7 +3,7 @@ module github.com/cucumber/gherkin/go/v26 require ( github.com/cucumber/messages/go/v21 v21.0.1 github.com/cucumber/messages/go/v22 v22.0.0 - github.com/stretchr/testify v1.8.2 + github.com/stretchr/testify v1.8.4 ) require (