From 7f130c5e6f165c24403e4363f1baa8228958217e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jan 2021 22:02:57 +0000 Subject: [PATCH] build(deps): bump github.com/stretchr/testify from 1.3.0 to 1.7.0 Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.3.0 to 1.7.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.3.0...v1.7.0) Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 698dea9a..fefc6f9d 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ require ( github.com/eclipse/paho.mqtt.golang v1.2.0 github.com/go-redis/redis/v7 v7.2.0 github.com/pebbe/zmq4 v1.2.2 - github.com/stretchr/testify v1.3.0 + github.com/stretchr/testify v1.7.0 golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect )