From 339901749f940af2d4e9cc470e00fe4595d5382f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 15:43:11 +0000 Subject: [PATCH] Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 in /internal/benchmarks (#152) --- internal/benchmarks/go.mod | 2 +- internal/benchmarks/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/benchmarks/go.mod b/internal/benchmarks/go.mod index 16af0529..d62b190b 100644 --- a/internal/benchmarks/go.mod +++ b/internal/benchmarks/go.mod @@ -6,7 +6,7 @@ require ( github.com/bufbuild/protocompile v0.5.1 github.com/igrmk/treemap/v2 v2.0.1 github.com/jhump/protoreflect v1.14.1 // MUST NOT be updated to v1.15 or higher - github.com/stretchr/testify v1.8.3 + github.com/stretchr/testify v1.8.4 google.golang.org/protobuf v1.30.0 ) diff --git a/internal/benchmarks/go.sum b/internal/benchmarks/go.sum index 282f56ec..80af364b 100644 --- a/internal/benchmarks/go.sum +++ b/internal/benchmarks/go.sum @@ -51,8 +51,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= -github.com/stretchr/testify v1.8.3 h1:RP3t2pwF7cMEbC1dqtB6poj3niw/9gnV4Cjg5oW5gtY= -github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= +github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=