From 324bae373a9721feba19d1156bcd7ac0e5401026 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 03:30:59 +0000 Subject: [PATCH] Bump github.com/stretchr/testify from 1.4.0 to 1.5.1 Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.4.0 to 1.5.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.4.0...v1.5.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 f0d4a28..954bfd8 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/ebml-go/ebml v0.0.0-20160925193348-ca8851a10894 github.com/gorilla/websocket v1.4.1 // indirect - github.com/stretchr/testify v1.4.0 + github.com/stretchr/testify v1.5.1 golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect golang.org/x/text v0.3.2 )