From f4e3891f62a6c42de596c2e7696a3d7f9706aa3e Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 16 Mar 2022 05:19:33 +0000 Subject: [PATCH] build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.0...v1.7.1) --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a43f607..5de3f8f 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module gitlab.com/unboundsoftware/shiny/authz_client go 1.13 require ( - github.com/stretchr/testify v1.7.0 + github.com/stretchr/testify v1.7.1 gitlab.com/sparetimecoders/goamqp v0.4.0 ) diff --git a/go.sum b/go.sum index ddfbf6b..a721822 100644 --- a/go.sum +++ b/go.sum @@ -12,8 +12,8 @@ github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271 h1:WhxRHzgeVGETMlmV github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= -github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= -github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY= +github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= gitlab.com/sparetimecoders/goamqp v0.4.0 h1:LmpFJJZ44etHCgdJVmwEMPozLKqm+DGQ2RuorDLgTs0= gitlab.com/sparetimecoders/goamqp v0.4.0/go.mod h1:Xci7oyW/j9kJXr0QRgLRGv8e0R91ZSksPhYCei5FK5U= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=