From 150e8eb2000b1167993afe8ac78b322df58e37fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 13:28:09 +0000 Subject: [PATCH] Update module github.com/stretchr/testify to v1.8.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 66a9d89..dd76b6b 100644 --- a/go.mod +++ b/go.mod @@ -15,6 +15,6 @@ require ( github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.7.0 github.com/stretchr/objx v0.1.1 // indirect - github.com/stretchr/testify v1.7.0 + github.com/stretchr/testify v1.8.2 go.mongodb.org/mongo-driver v1.7.1 )