From 0ea5a7b2bb05ed7f213eade2b1b32db21457e526 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Jul 2020 16:57:26 +0000 Subject: [PATCH] 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 945ca13..1e1c1c2 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/go-courier/codegen require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/stretchr/testify v1.3.0 + github.com/stretchr/testify v1.6.1 golang.org/x/tools v0.0.0-20190611014410-f8d1dee965f7 )