From 7dba4bb9bf6b106f87cfdcd34da4ab83a1e165ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 15:41:49 +0000 Subject: [PATCH] build(deps): update module github.com/cespare/xxhash to v2 --- collector/processor/coldstartprocessor/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/processor/coldstartprocessor/go.mod b/collector/processor/coldstartprocessor/go.mod index eb3e6c37ee..f6dd1aa191 100644 --- a/collector/processor/coldstartprocessor/go.mod +++ b/collector/processor/coldstartprocessor/go.mod @@ -4,6 +4,7 @@ go 1.26.1 require ( github.com/cespare/xxhash v1.1.0 + github.com/cespare/xxhash/v2 v2.3.0 github.com/stretchr/testify v1.11.1 go.opentelemetry.io/collector/component v1.63.0 go.opentelemetry.io/collector/consumer v1.63.0 @@ -18,7 +19,6 @@ require ( ) require ( - github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/go-logr/logr v1.4.3 // indirect github.com/go-logr/stdr v1.2.2 // indirect