From 30214186aa7a6307cfa4f4246d17847c70bf33a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 02:53:45 +0000 Subject: [PATCH] Bump github.com/stretchr/testify in /extension/storage Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.11.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.8.0...v1.11.1) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- extension/storage/go.mod | 3 +-- extension/storage/go.sum | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extension/storage/go.mod b/extension/storage/go.mod index 19b8fb0830f07..0e4e83562b2a5 100644 --- a/extension/storage/go.mod +++ b/extension/storage/go.mod @@ -3,11 +3,10 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/extension/stora go 1.18 require ( - github.com/stretchr/testify v1.8.0 + github.com/stretchr/testify v1.11.1 go.etcd.io/bbolt v1.3.6 go.opentelemetry.io/collector v0.60.1-0.20220923151520-96e9af35c002 go.uber.org/zap v1.23.0 - ) require ( diff --git a/extension/storage/go.sum b/extension/storage/go.sum index 4716bfd1892bc..de89ad317bcf9 100644 --- a/extension/storage/go.sum +++ b/extension/storage/go.sum @@ -334,8 +334,9 @@ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81P 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.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= +github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= +github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= 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=