From 79ff59daef60946048e710b70663aa09d34eb169 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 21:13:09 +0000 Subject: [PATCH] Bump github.com/stretchr/testify from 1.4.0 to 1.6.1 Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.4.0 to 1.6.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.4.0...v1.6.1) Signed-off-by: dependabot-preview[bot] --- go.mod | 2 +- go.sum | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9fca7d5..6725e19 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.6.1 ) diff --git a/go.sum b/go.sum index 5bd85c1..65057cf 100644 --- a/go.sum +++ b/go.sum @@ -14,10 +14,15 @@ 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.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0= +github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= 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= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo= +gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=