From 3bf2a5e78a6867e1d69e0da4e924d964fb5bef1b Mon Sep 17 00:00:00 2001 From: GreyXor <79602273+GreyXor@users.noreply.github.com> Date: Wed, 5 Jan 2022 15:43:52 +0100 Subject: [PATCH] Update testify dependency to 1.7.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8fb1508..67ac880 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/alexflint/go-arg require ( github.com/alexflint/go-scalar v1.1.0 - github.com/stretchr/testify v1.2.2 + github.com/stretchr/testify v1.7.0 ) go 1.13