From d64bc991b931e95881705091229b6b23a1edffa4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 5 Jun 2020 11:49:38 +0000 Subject: [PATCH] chore(deps): update module stretchr/testify to v1.6.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7aa9cb7..aba7967 100644 --- a/go.mod +++ b/go.mod @@ -6,5 +6,5 @@ require ( github.com/davecgh/go-spew v1.1.1 github.com/go-courier/ptr v1.0.1 github.com/go-courier/reflectx v1.3.4 - github.com/stretchr/testify v1.4.0 + github.com/stretchr/testify v1.6.1 )