From 53b23d82e675838725174f926b769db3fd0df23e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2020 08:23:58 +0000 Subject: [PATCH] Bump github.com/stretchr/testify from 1.3.0 to 1.6.1 Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.3.0 to 1.6.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.3.0...v1.6.1) Signed-off-by: dependabot-preview[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 81f3e1e..a72f2c7 100644 --- a/go.mod +++ b/go.mod @@ -10,6 +10,6 @@ require ( github.com/imdario/mergo v0.3.10 github.com/json-iterator/go v1.1.10 github.com/mitchellh/mapstructure v1.3.3 - github.com/stretchr/testify v1.3.0 + github.com/stretchr/testify v1.6.1 gopkg.in/yaml.v2 v2.3.0 )