From f9702b310420a020237fba0ae3e144785e1d30b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:26:06 +0000 Subject: [PATCH] Bump github.com/stretchr/testify in /extension/awsproxy Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.10.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.10.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- extension/awsproxy/go.mod | 2 +- extension/awsproxy/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extension/awsproxy/go.mod b/extension/awsproxy/go.mod index 482fbfc1f10d..4b4d02c36b54 100644 --- a/extension/awsproxy/go.mod +++ b/extension/awsproxy/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/proxy v0.81.0 github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.81.0 - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.10.0 go.opentelemetry.io/collector/component v0.81.0 go.opentelemetry.io/collector/config/confignet v0.81.0 go.opentelemetry.io/collector/config/configtls v0.81.0 diff --git a/extension/awsproxy/go.sum b/extension/awsproxy/go.sum index 9d8aa51ddd12..0187cab29fc3 100644 --- a/extension/awsproxy/go.sum +++ b/extension/awsproxy/go.sum @@ -241,8 +241,8 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= -github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= +github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=