From 7eb15ad3b1c33d93172074d3b72de3547fd66ccb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 19 Feb 2020 22:43:49 +0000 Subject: [PATCH] Update module stretchr/testify to v1.5.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 24a5a193..34bbb4dc 100644 --- a/go.mod +++ b/go.mod @@ -50,7 +50,7 @@ require ( github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada github.com/sirupsen/logrus v1.4.2 github.com/spf13/viper v1.6.2 - github.com/stretchr/testify v1.4.0 + github.com/stretchr/testify v1.5.1 github.com/stvp/rollbar v0.5.1 github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203 // indirect github.com/urfave/negroni v1.0.0