From 629e61fe183c74f00715606b8664b58517bf1fd9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2020 21:14:16 +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 +- go.sum | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9fca7d5..f8a501e 100644 --- a/go.mod +++ b/go.mod @@ -6,5 +6,5 @@ require ( github.com/kirk91/statsd v0.0.0-20190123111500-eca5e2a6416c github.com/pkg/errors v0.9.1 github.com/samaritan-proxy/circonusllhist v0.1.4-0.20191028071046-9512360317cd - github.com/stretchr/testify v1.4.0 + github.com/stretchr/testify v1.5.1 ) diff --git a/go.sum b/go.sum index 5bd85c1..2ee3624 100644 --- a/go.sum +++ b/go.sum @@ -14,9 +14,12 @@ github.com/samaritan-proxy/circonusllhist v0.1.4-0.20190909095717-47c325f1002f h github.com/samaritan-proxy/circonusllhist v0.1.4-0.20190909095717-47c325f1002f/go.mod h1:Uzcf4GoV0aUcdf8VBt/X3meKhAfn50vnKkphijV9SNU= github.com/samaritan-proxy/circonusllhist v0.1.4-0.20191028071046-9512360317cd h1:zisA6tp6nWpNjTnhUUlbQgSr/r4gDIXkKiXHS0cKMwE= github.com/samaritan-proxy/circonusllhist v0.1.4-0.20191028071046-9512360317cd/go.mod h1:Uzcf4GoV0aUcdf8VBt/X3meKhAfn50vnKkphijV9SNU= +github.com/stretchr/objx v0.1.0 h1:4G4v2dO3VZwixGIRoQ5Lfboy6nUhCyYzaqnIAPPhYs4= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= +github.com/stretchr/testify v1.5.1 h1:nOGnQDM7FYENwehXlg/kFVnos3rEvtKTjRvOWSzb6H4= +github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw=