From 483ae0faba42e53d5180d799f88157637ecd125c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 01:00:43 +0000 Subject: [PATCH] Bump github.com/stretchr/testify in /processor/attributesprocessor Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.10.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.8.1...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] --- processor/attributesprocessor/go.mod | 2 +- processor/attributesprocessor/go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/processor/attributesprocessor/go.mod b/processor/attributesprocessor/go.mod index da73c913d905..21aa2a5d154f 100644 --- a/processor/attributesprocessor/go.mod +++ b/processor/attributesprocessor/go.mod @@ -7,7 +7,7 @@ require ( github.com/open-telemetry/opentelemetry-collector-contrib/internal/filter v0.71.0 github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.71.0 github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.71.0 - github.com/stretchr/testify v1.8.1 + github.com/stretchr/testify v1.10.0 go.opentelemetry.io/collector v0.71.0 go.opentelemetry.io/collector/component v0.71.0 go.opentelemetry.io/collector/confmap v0.71.0 diff --git a/processor/attributesprocessor/go.sum b/processor/attributesprocessor/go.sum index 5d52618249a6..bcd005e36907 100644 --- a/processor/attributesprocessor/go.sum +++ b/processor/attributesprocessor/go.sum @@ -257,8 +257,9 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5 github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= -github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= +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=