From 50ee7bf1b00a62435d5da5548c858aba22c422aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 00:28:20 +0000 Subject: [PATCH 1/6] chore: Update to elastic/beats@65ebd4f912eb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- NOTICE-fips.txt | 4 ++-- NOTICE.txt | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NOTICE-fips.txt b/NOTICE-fips.txt index 7661144f195..578976558c0 100644 --- a/NOTICE-fips.txt +++ b/NOTICE-fips.txt @@ -787,11 +787,11 @@ Contents of probable licence file $GOMODCACHE/github.com/dolmen-go/contextio@v0. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20250909202119-cf7015e203af +Version: v7.0.0-alpha2.0.20250910195055-65ebd4f912eb Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250909202119-cf7015e203af/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250910195055-65ebd4f912eb/LICENSE.txt: Source code in this repository is variously licensed under the Apache License Version 2.0, an Apache compatible license, or the Elastic License. Outside of diff --git a/NOTICE.txt b/NOTICE.txt index 7dde28709e1..3d76a79e452 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -787,11 +787,11 @@ Contents of probable licence file $GOMODCACHE/github.com/dolmen-go/contextio@v0. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20250909202119-cf7015e203af +Version: v7.0.0-alpha2.0.20250910195055-65ebd4f912eb Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250909202119-cf7015e203af/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250910195055-65ebd4f912eb/LICENSE.txt: Source code in this repository is variously licensed under the Apache License Version 2.0, an Apache compatible license, or the Elastic License. Outside of diff --git a/go.mod b/go.mod index 6890a8a951d..996dce62216 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/docker/docker v28.3.3+incompatible github.com/docker/go-units v0.5.0 github.com/dolmen-go/contextio v0.0.0-20200217195037-68fc5150bcd5 - github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250909202119-cf7015e203af + github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250910195055-65ebd4f912eb github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae github.com/elastic/elastic-agent-autodiscover v0.10.0 github.com/elastic/elastic-agent-client/v7 v7.17.2 diff --git a/go.sum b/go.sum index a2542d6151e..14c1e8b263e 100644 --- a/go.sum +++ b/go.sum @@ -483,8 +483,8 @@ github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumpti github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumption v1.1.0-elastic/go.mod h1:0vCBR1wgGwZeGmloJ+eCWIZF2S47grTXRzj2mftg2Nk= github.com/elastic/bayeux v1.0.5 h1:UceFq01ipmT3S8DzFK+uVAkbCdiPR0Bqei8qIGmUeY0= github.com/elastic/bayeux v1.0.5/go.mod h1:CSI4iP7qeo5MMlkznGvYKftp8M7qqP/3nzmVZoXHY68= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250909202119-cf7015e203af h1:4ONqdY9jyb1H5EnJSS/lUSk6jKOXBXN6kWkZWIFUYvY= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250909202119-cf7015e203af/go.mod h1:LCXcE5XSoaNm7R7Bgy0r74gntciomRlhBkMQ0Ur1xCk= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250910195055-65ebd4f912eb h1:tt5N3rX61o64x7a53rWKrxcGKKOTSIDvGmT8W/I5ZmU= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250910195055-65ebd4f912eb/go.mod h1:BsfNvq4rz4QoeYQWh8Mujzqy0eYuzdGQGrWHSS4o7Rc= github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae h1:OiShmbWAyGU0MS0ADJWr1/QgeLIZliMk9xsrFicR3/s= github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae/go.mod h1:D2IckZVXARugvikE4fv1glvaJMohKSZRzrPsxCjo9O0= github.com/elastic/elastic-agent-autodiscover v0.10.0 h1:WJ4zl9uSfk1kHmn2B/0byQBLIL607Zt4LNfOgV7+XN0= From bda1d9ec55f691f63b0844cafb6cdffba01f688a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 00:26:14 +0000 Subject: [PATCH 2/6] chore: Update to elastic/beats@a13d9a17d97f MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- NOTICE-fips.txt | 325 +++++++++++++++++++++++--------------------- NOTICE.txt | 329 +++++++++++++++++++++++---------------------- go.mod | 157 +++++++++++----------- go.sum | 349 ++++++++++++++++++++++++------------------------ 4 files changed, 597 insertions(+), 563 deletions(-) diff --git a/NOTICE-fips.txt b/NOTICE-fips.txt index 578976558c0..ab4f96595f1 100644 --- a/NOTICE-fips.txt +++ b/NOTICE-fips.txt @@ -111,11 +111,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- Dependency : github.com/cenkalti/backoff/v5 -Version: v5.0.2 +Version: v5.0.3 Licence type (autodetected): MIT -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/cenkalti/backoff/v5@v5.0.2/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/cenkalti/backoff/v5@v5.0.3/LICENSE: The MIT License (MIT) @@ -787,11 +787,11 @@ Contents of probable licence file $GOMODCACHE/github.com/dolmen-go/contextio@v0. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20250910195055-65ebd4f912eb +Version: v7.0.0-alpha2.0.20250911200435-a13d9a17d97f Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250910195055-65ebd4f912eb/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250911200435-a13d9a17d97f/LICENSE.txt: Source code in this repository is variously licensed under the Apache License Version 2.0, an Apache compatible license, or the Elastic License. Outside of @@ -4725,11 +4725,11 @@ Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentele -------------------------------------------------------------------------------- Dependency : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter@v0.132.0/LICENSE: Apache License Version 2.0, January 2004 @@ -11266,11 +11266,11 @@ Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentele -------------------------------------------------------------------------------- Dependency : github.com/otiai10/copy -Version: v1.14.0 +Version: v1.14.1 Licence type (autodetected): MIT -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/otiai10/copy@v1.14.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/otiai10/copy@v1.14.1/LICENSE: The MIT License (MIT) @@ -12637,11 +12637,11 @@ Contents of probable licence file $GOMODCACHE/go.elastic.co/ecszap@v1.0.3/LICENS -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/component -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/component@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/component@v1.38.0/LICENSE: Apache License @@ -12849,11 +12849,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/comp -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/component/componentstatus -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/component/componentstatus@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/component/componentstatus@v0.132.0/LICENSE: Apache License @@ -13061,11 +13061,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/comp -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/confmap -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/confmap@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/confmap@v1.38.0/LICENSE: Apache License @@ -13485,11 +13485,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/confmap/provider/fileprovider -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/confmap/provider/fileprovider@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/confmap/provider/fileprovider@v1.38.0/LICENSE: Apache License @@ -14121,11 +14121,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/confmap/provider/yamlprovider -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/confmap/provider/yamlprovider@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/confmap/provider/yamlprovider@v1.38.0/LICENSE: Apache License @@ -14333,11 +14333,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/connector -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/connector@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/connector@v0.132.0/LICENSE: Apache License @@ -14757,11 +14757,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conn -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/exporter -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exporter@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exporter@v0.132.0/LICENSE: Apache License @@ -14969,11 +14969,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/expo -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/exporter/debugexporter -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exporter/debugexporter@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exporter/debugexporter@v0.132.0/LICENSE: Apache License @@ -15817,11 +15817,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/expo -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/extension -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension@v1.38.0/LICENSE: Apache License @@ -16241,11 +16241,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exte -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/featuregate -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/featuregate@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/featuregate@v1.38.0/LICENSE: Apache License @@ -16453,11 +16453,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/feat -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/otelcol -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/otelcol@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/otelcol@v0.132.0/LICENSE: Apache License @@ -16665,11 +16665,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/otel -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/pipeline -Version: v0.130.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pipeline@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pipeline@v1.38.0/LICENSE: Apache License @@ -16877,11 +16877,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pipe -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/processor -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/processor@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/processor@v1.38.0/LICENSE: Apache License @@ -17513,11 +17513,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/proc -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/receiver -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/receiver@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/receiver@v1.38.0/LICENSE: Apache License @@ -18511,11 +18511,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Dependency : google.golang.org/grpc -Version: v1.73.0 +Version: v1.75.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/google.golang.org/grpc@v1.73.0/LICENSE: +Contents of probable licence file $GOMODCACHE/google.golang.org/grpc@v1.75.0/LICENSE: Apache License @@ -18723,11 +18723,11 @@ Contents of probable licence file $GOMODCACHE/google.golang.org/grpc@v1.73.0/LIC -------------------------------------------------------------------------------- Dependency : google.golang.org/protobuf -Version: v1.36.6 +Version: v1.36.7 Licence type (autodetected): BSD-3-Clause -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/google.golang.org/protobuf@v1.36.6/LICENSE: +Contents of probable licence file $GOMODCACHE/google.golang.org/protobuf@v1.36.7/LICENSE: Copyright (c) 2018 The Go Authors. All rights reserved. @@ -20313,11 +20313,11 @@ THE SOFTWARE. -------------------------------------------------------------------------------- Dependency : cel.dev/expr -Version: v0.23.1 +Version: v0.24.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/cel.dev/expr@v0.23.1/LICENSE: +Contents of probable licence file $GOMODCACHE/cel.dev/expr@v0.24.0/LICENSE: Apache License @@ -25381,11 +25381,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Dependency : github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp -Version: v1.27.0 +Version: v1.29.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/!google!cloud!platform/opentelemetry-operations-go/detectors/gcp@v1.27.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/!google!cloud!platform/opentelemetry-operations-go/detectors/gcp@v1.29.0/LICENSE: Apache License @@ -37933,11 +37933,11 @@ Contents of probable licence file $GOMODCACHE/github.com/cloudfoundry/sonde-go@v -------------------------------------------------------------------------------- Dependency : github.com/cncf/xds/go -Version: v0.0.0-20250326154945-ae57f3c0d45f +Version: v0.0.0-20250501225837-2ac532fd4443 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/LICENSE: Apache License Version 2.0, January 2004 @@ -45363,11 +45363,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Dependency : github.com/go-jose/go-jose/v4 -Version: v4.0.5 +Version: v4.1.1 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/go-jose/go-jose/v4@v4.0.5/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/go-jose/go-jose/v4@v4.1.1/LICENSE: Apache License @@ -56513,11 +56513,11 @@ THE SOFTWARE. -------------------------------------------------------------------------------- Dependency : github.com/knadh/koanf/v2 -Version: v2.2.1 +Version: v2.2.2 Licence type (autodetected): MIT -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/knadh/koanf/v2@v2.2.1/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/knadh/koanf/v2@v2.2.2/LICENSE: The MIT License @@ -56875,11 +56875,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Dependency : github.com/lestrrat-go/strftime -Version: v1.1.0 +Version: v1.1.1 Licence type (autodetected): MIT -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/lestrrat-go/strftime@v1.1.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/lestrrat-go/strftime@v1.1.1/LICENSE: MIT License @@ -58117,11 +58117,11 @@ Contents of probable licence file $GOMODCACHE/github.com/modern-go/concurrent@v0 -------------------------------------------------------------------------------- Dependency : github.com/modern-go/reflect2 -Version: v1.0.2 +Version: v1.0.3-0.20250322232337-35a7c28c31ee Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/modern-go/reflect2@v1.0.2/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/modern-go/reflect2@v1.0.3-0.20250322232337-35a7c28c31ee/LICENSE: Apache License Version 2.0, January 2004 @@ -59637,11 +59637,11 @@ Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentele -------------------------------------------------------------------------------- Dependency : github.com/open-telemetry/opentelemetry-collector-contrib/internal/common -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentelemetry-collector-contrib/internal/common@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentelemetry-collector-contrib/internal/common@v0.132.0/LICENSE: Apache License Version 2.0, January 2004 @@ -59848,11 +59848,11 @@ Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentele -------------------------------------------------------------------------------- Dependency : github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal@v0.132.0/LICENSE: Apache License Version 2.0, January 2004 @@ -62802,11 +62802,11 @@ Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentele -------------------------------------------------------------------------------- Dependency : github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil@v0.132.0/LICENSE: Apache License Version 2.0, January 2004 @@ -65142,6 +65142,23 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +Dependency : github.com/otiai10/mint +Version: v1.6.3 +Licence type (autodetected): MIT +-------------------------------------------------------------------------------- + +Contents of probable licence file $GOMODCACHE/github.com/otiai10/mint@v1.6.3/LICENSE: + +Copyright 2017 otiai10 (Hiromu OCHIAI) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + -------------------------------------------------------------------------------- Dependency : github.com/pierrec/lz4/v4 Version: v4.1.22 @@ -66542,11 +66559,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Dependency : github.com/shirou/gopsutil/v4 -Version: v4.25.6 +Version: v4.25.7 Licence type (autodetected): BSD-3-Clause -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/shirou/gopsutil/v4@v4.25.6/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/shirou/gopsutil/v4@v4.25.7/LICENSE: gopsutil is distributed under BSD license reproduced below. @@ -67033,11 +67050,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Dependency : github.com/tklauser/go-sysconf -Version: v0.3.12 +Version: v0.3.15 Licence type (autodetected): BSD-3-Clause -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/tklauser/go-sysconf@v0.3.12/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/tklauser/go-sysconf@v0.3.15/LICENSE: BSD 3-Clause License @@ -67072,11 +67089,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Dependency : github.com/tklauser/numcpus -Version: v0.8.0 +Version: v0.10.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/tklauser/numcpus@v0.8.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/tklauser/numcpus@v0.10.0/LICENSE: Apache License @@ -68562,11 +68579,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/auto/sdk@v1.1. -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector@v0.132.0/LICENSE: Apache License @@ -68774,11 +68791,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector@v0.1 -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/client -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/client@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/client@v1.38.0/LICENSE: Apache License @@ -68986,11 +69003,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/clie -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/component/componenttest -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/component/componenttest@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/component/componenttest@v0.132.0/LICENSE: Apache License @@ -69198,11 +69215,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/comp -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/config/configauth -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configauth@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configauth@v0.132.0/LICENSE: Apache License @@ -69410,11 +69427,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/config/configcompression -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configcompression@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configcompression@v1.38.0/LICENSE: Apache License @@ -69834,11 +69851,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/config/confighttp -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/confighttp@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/confighttp@v0.132.0/LICENSE: Apache License @@ -70046,11 +70063,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/config/configmiddleware -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configmiddleware@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configmiddleware@v0.132.0/LICENSE: Apache License @@ -70470,11 +70487,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/config/configopaque -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configopaque@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configopaque@v1.38.0/LICENSE: Apache License @@ -70682,11 +70699,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/config/configoptional -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configoptional@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configoptional@v0.132.0/LICENSE: Apache License @@ -70894,11 +70911,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/config/configretry -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configretry@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configretry@v1.38.0/LICENSE: Apache License @@ -71106,11 +71123,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/config/configtelemetry -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configtelemetry@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configtelemetry@v0.132.0/LICENSE: Apache License @@ -71318,11 +71335,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/config/configtls -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configtls@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configtls@v1.38.0/LICENSE: Apache License @@ -71530,11 +71547,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/confmap/xconfmap -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/confmap/xconfmap@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/confmap/xconfmap@v0.132.0/LICENSE: Apache License @@ -71742,11 +71759,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/connector/connectortest -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/connector/connectortest@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/connector/connectortest@v0.132.0/LICENSE: Apache License @@ -71954,11 +71971,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conn -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/connector/xconnector -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/connector/xconnector@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/connector/xconnector@v0.132.0/LICENSE: Apache License @@ -72166,11 +72183,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conn -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/consumer -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/consumer@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/consumer@v1.38.0/LICENSE: Apache License @@ -72378,11 +72395,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/cons -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/consumer/consumererror -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/consumer/consumererror@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/consumer/consumererror@v0.132.0/LICENSE: Apache License @@ -72590,11 +72607,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/cons -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/consumer/consumererror/xconsumererror -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/consumer/consumererror/xconsumererror@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/consumer/consumererror/xconsumererror@v0.132.0/LICENSE: Apache License @@ -72802,11 +72819,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/cons -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/consumer/consumertest -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/consumer/consumertest@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/consumer/consumertest@v0.132.0/LICENSE: Apache License @@ -73014,11 +73031,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/cons -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/consumer/xconsumer -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/consumer/xconsumer@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/consumer/xconsumer@v0.132.0/LICENSE: Apache License @@ -73226,11 +73243,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/cons -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper@v0.132.0/LICENSE: Apache License @@ -73438,11 +73455,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/expo -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/exporter/exportertest -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exporter/exportertest@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exporter/exportertest@v0.132.0/LICENSE: Apache License @@ -73650,11 +73667,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/expo -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/exporter/xexporter -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exporter/xexporter@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exporter/xexporter@v0.132.0/LICENSE: Apache License @@ -73862,11 +73879,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/expo -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/extension/extensionauth -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension/extensionauth@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension/extensionauth@v1.38.0/LICENSE: Apache License @@ -74074,11 +74091,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exte -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/extension/extensioncapabilities -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension/extensioncapabilities@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension/extensioncapabilities@v0.132.0/LICENSE: Apache License @@ -74286,11 +74303,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exte -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/extension/extensionmiddleware -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension/extensionmiddleware@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension/extensionmiddleware@v0.132.0/LICENSE: Apache License @@ -74498,11 +74515,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exte -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/extension/extensiontest -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension/extensiontest@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension/extensiontest@v0.132.0/LICENSE: Apache License @@ -74710,11 +74727,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exte -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/extension/xextension -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension/xextension@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension/xextension@v0.132.0/LICENSE: Apache License @@ -75134,11 +75151,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/filt -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/internal/fanoutconsumer -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/internal/fanoutconsumer@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/internal/fanoutconsumer@v0.132.0/LICENSE: Apache License @@ -75770,11 +75787,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/inte -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/internal/telemetry -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/internal/telemetry@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/internal/telemetry@v0.132.0/LICENSE: Apache License @@ -75982,11 +75999,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/inte -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/pdata -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdata@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdata@v1.38.0/LICENSE: Apache License @@ -76194,11 +76211,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdat -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/pdata/pprofile -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdata/pprofile@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdata/pprofile@v0.132.0/LICENSE: Apache License @@ -76406,11 +76423,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdat -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/pdata/testdata -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdata/testdata@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdata/testdata@v0.132.0/LICENSE: Apache License @@ -76618,11 +76635,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdat -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/pdata/xpdata -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdata/xpdata@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdata/xpdata@v0.132.0/LICENSE: Apache License @@ -76830,11 +76847,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdat -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/pipeline/xpipeline -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pipeline/xpipeline@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pipeline/xpipeline@v0.132.0/LICENSE: Apache License @@ -77466,11 +77483,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/proc -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/processor/processortest -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/processor/processortest@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/processor/processortest@v0.132.0/LICENSE: Apache License @@ -77678,11 +77695,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/proc -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/processor/xprocessor -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/processor/xprocessor@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/processor/xprocessor@v0.132.0/LICENSE: Apache License @@ -78102,11 +78119,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/rece -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/receiver/receivertest -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/receiver/receivertest@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/receiver/receivertest@v0.132.0/LICENSE: Apache License @@ -78314,11 +78331,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/rece -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/receiver/xreceiver -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/receiver/xreceiver@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/receiver/xreceiver@v0.132.0/LICENSE: Apache License @@ -79162,11 +79179,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/semc -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/service -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/service@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/service@v0.132.0/LICENSE: Apache License @@ -79374,11 +79391,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/serv -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/service/hostcapabilities -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/service/hostcapabilities@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/service/hostcapabilities@v0.132.0/LICENSE: Apache License @@ -79797,11 +79814,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/bridge -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/contrib/detectors/gcp -Version: v1.35.0 +Version: v1.36.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/detectors/gcp@v1.35.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/detectors/gcp@v1.36.0/LICENSE: Apache License Version 2.0, January 2004 @@ -85932,11 +85949,11 @@ Contents of probable licence file $GOMODCACHE/google.golang.org/genproto@v0.0.0- -------------------------------------------------------------------------------- Dependency : google.golang.org/genproto/googleapis/api -Version: v0.0.0-20250603155806-513f23925822 +Version: v0.0.0-20250707201910-8d1bb00bc6a7 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/LICENSE: +Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googleapis/api@v0.0.0-20250707201910-8d1bb00bc6a7/LICENSE: Apache License @@ -86144,11 +86161,11 @@ Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googlea -------------------------------------------------------------------------------- Dependency : google.golang.org/genproto/googleapis/rpc -Version: v0.0.0-20250603155806-513f23925822 +Version: v0.0.0-20250707201910-8d1bb00bc6a7 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250603155806-513f23925822/LICENSE: +Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250707201910-8d1bb00bc6a7/LICENSE: Apache License diff --git a/NOTICE.txt b/NOTICE.txt index 3d76a79e452..42b42fb8863 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -111,11 +111,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- Dependency : github.com/cenkalti/backoff/v5 -Version: v5.0.2 +Version: v5.0.3 Licence type (autodetected): MIT -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/cenkalti/backoff/v5@v5.0.2/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/cenkalti/backoff/v5@v5.0.3/LICENSE: The MIT License (MIT) @@ -787,11 +787,11 @@ Contents of probable licence file $GOMODCACHE/github.com/dolmen-go/contextio@v0. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20250910195055-65ebd4f912eb +Version: v7.0.0-alpha2.0.20250911200435-a13d9a17d97f Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250910195055-65ebd4f912eb/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250911200435-a13d9a17d97f/LICENSE.txt: Source code in this repository is variously licensed under the Apache License Version 2.0, an Apache compatible license, or the Elastic License. Outside of @@ -4725,11 +4725,11 @@ Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentele -------------------------------------------------------------------------------- Dependency : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter@v0.132.0/LICENSE: Apache License Version 2.0, January 2004 @@ -11899,11 +11899,11 @@ Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentele -------------------------------------------------------------------------------- Dependency : github.com/otiai10/copy -Version: v1.14.0 +Version: v1.14.1 Licence type (autodetected): MIT -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/otiai10/copy@v1.14.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/otiai10/copy@v1.14.1/LICENSE: The MIT License (MIT) @@ -13270,11 +13270,11 @@ Contents of probable licence file $GOMODCACHE/go.elastic.co/ecszap@v1.0.3/LICENS -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/component -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/component@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/component@v1.38.0/LICENSE: Apache License @@ -13482,11 +13482,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/comp -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/component/componentstatus -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/component/componentstatus@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/component/componentstatus@v0.132.0/LICENSE: Apache License @@ -13694,11 +13694,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/comp -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/confmap -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/confmap@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/confmap@v1.38.0/LICENSE: Apache License @@ -14118,11 +14118,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/confmap/provider/fileprovider -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/confmap/provider/fileprovider@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/confmap/provider/fileprovider@v1.38.0/LICENSE: Apache License @@ -14754,11 +14754,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/confmap/provider/yamlprovider -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/confmap/provider/yamlprovider@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/confmap/provider/yamlprovider@v1.38.0/LICENSE: Apache License @@ -14966,11 +14966,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/connector -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/connector@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/connector@v0.132.0/LICENSE: Apache License @@ -15390,11 +15390,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conn -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/exporter -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exporter@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exporter@v0.132.0/LICENSE: Apache License @@ -15602,11 +15602,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/expo -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/exporter/debugexporter -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exporter/debugexporter@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exporter/debugexporter@v0.132.0/LICENSE: Apache License @@ -16450,11 +16450,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/expo -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/extension -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension@v1.38.0/LICENSE: Apache License @@ -16874,11 +16874,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exte -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/featuregate -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/featuregate@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/featuregate@v1.38.0/LICENSE: Apache License @@ -17086,11 +17086,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/feat -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/otelcol -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/otelcol@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/otelcol@v0.132.0/LICENSE: Apache License @@ -17298,11 +17298,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/otel -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/pipeline -Version: v0.130.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pipeline@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pipeline@v1.38.0/LICENSE: Apache License @@ -17510,11 +17510,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pipe -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/processor -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/processor@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/processor@v1.38.0/LICENSE: Apache License @@ -18146,11 +18146,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/proc -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/receiver -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/receiver@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/receiver@v1.38.0/LICENSE: Apache License @@ -19144,11 +19144,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Dependency : google.golang.org/grpc -Version: v1.73.0 +Version: v1.75.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/google.golang.org/grpc@v1.73.0/LICENSE: +Contents of probable licence file $GOMODCACHE/google.golang.org/grpc@v1.75.0/LICENSE: Apache License @@ -19356,11 +19356,11 @@ Contents of probable licence file $GOMODCACHE/google.golang.org/grpc@v1.73.0/LIC -------------------------------------------------------------------------------- Dependency : google.golang.org/protobuf -Version: v1.36.6 +Version: v1.36.7 Licence type (autodetected): BSD-3-Clause -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/google.golang.org/protobuf@v1.36.6/LICENSE: +Contents of probable licence file $GOMODCACHE/google.golang.org/protobuf@v1.36.7/LICENSE: Copyright (c) 2018 The Go Authors. All rights reserved. @@ -20946,11 +20946,11 @@ THE SOFTWARE. -------------------------------------------------------------------------------- Dependency : cel.dev/expr -Version: v0.23.1 +Version: v0.24.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/cel.dev/expr@v0.23.1/LICENSE: +Contents of probable licence file $GOMODCACHE/cel.dev/expr@v0.24.0/LICENSE: Apache License @@ -26497,11 +26497,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Dependency : github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp -Version: v1.27.0 +Version: v1.29.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/!google!cloud!platform/opentelemetry-operations-go/detectors/gcp@v1.27.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/!google!cloud!platform/opentelemetry-operations-go/detectors/gcp@v1.29.0/LICENSE: Apache License @@ -39750,11 +39750,11 @@ Contents of probable licence file $GOMODCACHE/github.com/cloudfoundry/sonde-go@v -------------------------------------------------------------------------------- Dependency : github.com/cncf/xds/go -Version: v0.0.0-20250326154945-ae57f3c0d45f +Version: v0.0.0-20250501225837-2ac532fd4443 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/LICENSE: Apache License Version 2.0, January 2004 @@ -47585,11 +47585,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Dependency : github.com/go-jose/go-jose/v4 -Version: v4.0.5 +Version: v4.1.1 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/go-jose/go-jose/v4@v4.0.5/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/go-jose/go-jose/v4@v4.1.1/LICENSE: Apache License @@ -62313,11 +62313,11 @@ THE SOFTWARE. -------------------------------------------------------------------------------- Dependency : github.com/knadh/koanf/v2 -Version: v2.2.1 +Version: v2.2.2 Licence type (autodetected): MIT -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/knadh/koanf/v2@v2.2.1/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/knadh/koanf/v2@v2.2.2/LICENSE: The MIT License @@ -62704,11 +62704,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Dependency : github.com/lestrrat-go/strftime -Version: v1.1.0 +Version: v1.1.1 Licence type (autodetected): MIT -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/lestrrat-go/strftime@v1.1.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/lestrrat-go/strftime@v1.1.1/LICENSE: MIT License @@ -63194,11 +63194,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Dependency : github.com/microsoft/go-mssqldb -Version: v1.8.2 +Version: v1.9.2 Licence type (autodetected): BSD-3-Clause -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/microsoft/go-mssqldb@v1.8.2/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/microsoft/go-mssqldb@v1.9.2/LICENSE.txt: Copyright (c) 2012 The Go Authors. All rights reserved. Copyright (c) Microsoft Corporation. @@ -64071,11 +64071,11 @@ Contents of probable licence file $GOMODCACHE/github.com/modern-go/concurrent@v0 -------------------------------------------------------------------------------- Dependency : github.com/modern-go/reflect2 -Version: v1.0.2 +Version: v1.0.3-0.20250322232337-35a7c28c31ee Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/modern-go/reflect2@v1.0.2/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/modern-go/reflect2@v1.0.3-0.20250322232337-35a7c28c31ee/LICENSE: Apache License Version 2.0, January 2004 @@ -66044,11 +66044,11 @@ Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentele -------------------------------------------------------------------------------- Dependency : github.com/open-telemetry/opentelemetry-collector-contrib/internal/common -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentelemetry-collector-contrib/internal/common@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentelemetry-collector-contrib/internal/common@v0.132.0/LICENSE: Apache License Version 2.0, January 2004 @@ -66255,11 +66255,11 @@ Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentele -------------------------------------------------------------------------------- Dependency : github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal@v0.132.0/LICENSE: Apache License Version 2.0, January 2004 @@ -69842,11 +69842,11 @@ Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentele -------------------------------------------------------------------------------- Dependency : github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil@v0.132.0/LICENSE: Apache License Version 2.0, January 2004 @@ -72815,6 +72815,23 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +Dependency : github.com/otiai10/mint +Version: v1.6.3 +Licence type (autodetected): MIT +-------------------------------------------------------------------------------- + +Contents of probable licence file $GOMODCACHE/github.com/otiai10/mint@v1.6.3/LICENSE: + +Copyright 2017 otiai10 (Hiromu OCHIAI) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + -------------------------------------------------------------------------------- Dependency : github.com/ovh/go-ovh Version: v1.8.0 @@ -75351,11 +75368,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Dependency : github.com/shirou/gopsutil/v4 -Version: v4.25.6 +Version: v4.25.7 Licence type (autodetected): BSD-3-Clause -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/shirou/gopsutil/v4@v4.25.6/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/shirou/gopsutil/v4@v4.25.7/LICENSE: gopsutil is distributed under BSD license reproduced below. @@ -76084,11 +76101,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Dependency : github.com/tklauser/go-sysconf -Version: v0.3.12 +Version: v0.3.15 Licence type (autodetected): BSD-3-Clause -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/tklauser/go-sysconf@v0.3.12/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/tklauser/go-sysconf@v0.3.15/LICENSE: BSD 3-Clause License @@ -76123,11 +76140,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Dependency : github.com/tklauser/numcpus -Version: v0.8.0 +Version: v0.10.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/tklauser/numcpus@v0.8.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/tklauser/numcpus@v0.10.0/LICENSE: Apache License @@ -78787,11 +78804,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/auto/sdk@v1.1. -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector@v0.132.0/LICENSE: Apache License @@ -78999,11 +79016,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector@v0.1 -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/client -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/client@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/client@v1.38.0/LICENSE: Apache License @@ -79211,11 +79228,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/clie -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/component/componenttest -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/component/componenttest@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/component/componenttest@v0.132.0/LICENSE: Apache License @@ -79423,11 +79440,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/comp -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/config/configauth -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configauth@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configauth@v0.132.0/LICENSE: Apache License @@ -79635,11 +79652,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/config/configcompression -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configcompression@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configcompression@v1.38.0/LICENSE: Apache License @@ -80059,11 +80076,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/config/confighttp -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/confighttp@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/confighttp@v0.132.0/LICENSE: Apache License @@ -80271,11 +80288,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/config/configmiddleware -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configmiddleware@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configmiddleware@v0.132.0/LICENSE: Apache License @@ -80695,11 +80712,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/config/configopaque -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configopaque@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configopaque@v1.38.0/LICENSE: Apache License @@ -80907,11 +80924,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/config/configoptional -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configoptional@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configoptional@v0.132.0/LICENSE: Apache License @@ -81119,11 +81136,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/config/configretry -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configretry@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configretry@v1.38.0/LICENSE: Apache License @@ -81331,11 +81348,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/config/configtelemetry -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configtelemetry@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configtelemetry@v0.132.0/LICENSE: Apache License @@ -81543,11 +81560,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/config/configtls -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configtls@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/config/configtls@v1.38.0/LICENSE: Apache License @@ -81755,11 +81772,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/confmap/xconfmap -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/confmap/xconfmap@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/confmap/xconfmap@v0.132.0/LICENSE: Apache License @@ -81967,11 +81984,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conf -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/connector/connectortest -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/connector/connectortest@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/connector/connectortest@v0.132.0/LICENSE: Apache License @@ -82179,11 +82196,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conn -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/connector/xconnector -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/connector/xconnector@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/connector/xconnector@v0.132.0/LICENSE: Apache License @@ -82391,11 +82408,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/conn -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/consumer -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/consumer@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/consumer@v1.38.0/LICENSE: Apache License @@ -82603,11 +82620,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/cons -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/consumer/consumererror -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/consumer/consumererror@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/consumer/consumererror@v0.132.0/LICENSE: Apache License @@ -82815,11 +82832,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/cons -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/consumer/consumererror/xconsumererror -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/consumer/consumererror/xconsumererror@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/consumer/consumererror/xconsumererror@v0.132.0/LICENSE: Apache License @@ -83027,11 +83044,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/cons -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/consumer/consumertest -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/consumer/consumertest@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/consumer/consumertest@v0.132.0/LICENSE: Apache License @@ -83239,11 +83256,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/cons -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/consumer/xconsumer -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/consumer/xconsumer@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/consumer/xconsumer@v0.132.0/LICENSE: Apache License @@ -83451,11 +83468,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/cons -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper@v0.132.0/LICENSE: Apache License @@ -83663,11 +83680,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/expo -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/exporter/exportertest -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exporter/exportertest@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exporter/exportertest@v0.132.0/LICENSE: Apache License @@ -83875,11 +83892,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/expo -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/exporter/xexporter -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exporter/xexporter@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exporter/xexporter@v0.132.0/LICENSE: Apache License @@ -84087,11 +84104,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/expo -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/extension/extensionauth -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension/extensionauth@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension/extensionauth@v1.38.0/LICENSE: Apache License @@ -84299,11 +84316,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exte -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/extension/extensioncapabilities -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension/extensioncapabilities@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension/extensioncapabilities@v0.132.0/LICENSE: Apache License @@ -84511,11 +84528,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exte -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/extension/extensionmiddleware -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension/extensionmiddleware@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension/extensionmiddleware@v0.132.0/LICENSE: Apache License @@ -84723,11 +84740,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exte -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/extension/extensiontest -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension/extensiontest@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension/extensiontest@v0.132.0/LICENSE: Apache License @@ -84935,11 +84952,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/exte -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/extension/xextension -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension/xextension@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/extension/xextension@v0.132.0/LICENSE: Apache License @@ -85359,11 +85376,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/filt -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/internal/fanoutconsumer -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/internal/fanoutconsumer@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/internal/fanoutconsumer@v0.132.0/LICENSE: Apache License @@ -85995,11 +86012,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/inte -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/internal/telemetry -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/internal/telemetry@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/internal/telemetry@v0.132.0/LICENSE: Apache License @@ -86207,11 +86224,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/inte -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/pdata -Version: v1.36.0 +Version: v1.38.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdata@v1.36.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdata@v1.38.0/LICENSE: Apache License @@ -86419,11 +86436,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdat -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/pdata/pprofile -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdata/pprofile@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdata/pprofile@v0.132.0/LICENSE: Apache License @@ -86631,11 +86648,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdat -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/pdata/testdata -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdata/testdata@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdata/testdata@v0.132.0/LICENSE: Apache License @@ -86843,11 +86860,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdat -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/pdata/xpdata -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdata/xpdata@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdata/xpdata@v0.132.0/LICENSE: Apache License @@ -87055,11 +87072,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdat -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/pipeline/xpipeline -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pipeline/xpipeline@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pipeline/xpipeline@v0.132.0/LICENSE: Apache License @@ -87691,11 +87708,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/proc -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/processor/processortest -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/processor/processortest@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/processor/processortest@v0.132.0/LICENSE: Apache License @@ -87903,11 +87920,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/proc -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/processor/xprocessor -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/processor/xprocessor@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/processor/xprocessor@v0.132.0/LICENSE: Apache License @@ -88327,11 +88344,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/rece -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/receiver/receivertest -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/receiver/receivertest@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/receiver/receivertest@v0.132.0/LICENSE: Apache License @@ -88539,11 +88556,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/rece -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/receiver/xreceiver -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/receiver/xreceiver@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/receiver/xreceiver@v0.132.0/LICENSE: Apache License @@ -89387,11 +89404,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/semc -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/service -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/service@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/service@v0.132.0/LICENSE: Apache License @@ -89599,11 +89616,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/serv -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/collector/service/hostcapabilities -Version: v0.130.0 +Version: v0.132.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/service/hostcapabilities@v0.130.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/service/hostcapabilities@v0.132.0/LICENSE: Apache License @@ -90022,11 +90039,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/bridge -------------------------------------------------------------------------------- Dependency : go.opentelemetry.io/contrib/detectors/gcp -Version: v1.35.0 +Version: v1.36.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/detectors/gcp@v1.35.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/detectors/gcp@v1.36.0/LICENSE: Apache License Version 2.0, January 2004 @@ -96457,11 +96474,11 @@ Contents of probable licence file $GOMODCACHE/google.golang.org/genproto@v0.0.0- -------------------------------------------------------------------------------- Dependency : google.golang.org/genproto/googleapis/api -Version: v0.0.0-20250603155806-513f23925822 +Version: v0.0.0-20250707201910-8d1bb00bc6a7 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/LICENSE: +Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googleapis/api@v0.0.0-20250707201910-8d1bb00bc6a7/LICENSE: Apache License @@ -96669,11 +96686,11 @@ Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googlea -------------------------------------------------------------------------------- Dependency : google.golang.org/genproto/googleapis/rpc -Version: v0.0.0-20250603155806-513f23925822 +Version: v0.0.0-20250707201910-8d1bb00bc6a7 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250603155806-513f23925822/LICENSE: +Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250707201910-8d1bb00bc6a7/LICENSE: Apache License diff --git a/go.mod b/go.mod index 996dce62216..b4d5b7cb572 100644 --- a/go.mod +++ b/go.mod @@ -9,12 +9,12 @@ require ( github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2 github.com/cavaliergopher/rpm v1.2.0 github.com/cenkalti/backoff/v4 v4.3.0 - github.com/cenkalti/backoff/v5 v5.0.2 + github.com/cenkalti/backoff/v5 v5.0.3 github.com/cespare/xxhash/v2 v2.3.0 github.com/docker/docker v28.3.3+incompatible github.com/docker/go-units v0.5.0 github.com/dolmen-go/contextio v0.0.0-20200217195037-68fc5150bcd5 - github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250910195055-65ebd4f912eb + github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250911200435-a13d9a17d97f github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae github.com/elastic/elastic-agent-autodiscover v0.10.0 github.com/elastic/elastic-agent-client/v7 v7.17.2 @@ -63,7 +63,7 @@ require ( github.com/open-telemetry/opentelemetry-collector-contrib/receiver/receivercreator v0.130.0 github.com/open-telemetry/opentelemetry-collector-contrib/receiver/redisreceiver v0.130.0 github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver v0.130.0 - github.com/otiai10/copy v1.14.0 + github.com/otiai10/copy v1.14.1 github.com/rednafi/link-patrol v0.0.0-20240826150821-057643e74d4d github.com/rs/zerolog v1.27.0 github.com/sajari/regression v1.0.1 @@ -77,9 +77,9 @@ require ( go.elastic.co/apm/v2 v2.7.1 go.elastic.co/ecszap v1.0.3 go.elastic.co/go-licence-detector v0.7.0 - go.opentelemetry.io/collector/component/componentstatus v0.130.0 + go.opentelemetry.io/collector/component/componentstatus v0.132.0 go.opentelemetry.io/collector/connector/forwardconnector v0.130.0 - go.opentelemetry.io/collector/pipeline v0.130.0 + go.opentelemetry.io/collector/pipeline v1.38.0 go.opentelemetry.io/collector/processor/memorylimiterprocessor v0.130.0 go.opentelemetry.io/collector/receiver/nopreceiver v0.130.0 go.uber.org/zap v1.27.0 @@ -94,8 +94,8 @@ require ( golang.org/x/time v0.12.0 golang.org/x/tools v0.36.0 google.golang.org/api v0.238.0 - google.golang.org/grpc v1.73.0 - google.golang.org/protobuf v1.36.6 + google.golang.org/grpc v1.75.0 + google.golang.org/protobuf v1.36.7 gopkg.in/ini.v1 v1.67.0 gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v3 v3.0.1 @@ -114,7 +114,7 @@ require ( require ( github.com/distribution/reference v0.6.0 // indirect github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector v0.130.0 - github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter v0.130.0 + github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter v0.132.0 github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter v0.130.0 github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage/filestorage v0.130.0 github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor v0.130.0 @@ -132,32 +132,32 @@ require ( github.com/open-telemetry/opentelemetry-collector-contrib/receiver/k8sclusterreceiver v0.130.0 github.com/open-telemetry/opentelemetry-collector-contrib/receiver/k8sobjectsreceiver v0.130.0 github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kubeletstatsreceiver v0.130.0 - go.opentelemetry.io/collector/component v1.36.0 - go.opentelemetry.io/collector/confmap v1.36.0 + go.opentelemetry.io/collector/component v1.38.0 + go.opentelemetry.io/collector/confmap v1.38.0 go.opentelemetry.io/collector/confmap/provider/envprovider v1.36.0 - go.opentelemetry.io/collector/confmap/provider/fileprovider v1.36.0 + go.opentelemetry.io/collector/confmap/provider/fileprovider v1.38.0 go.opentelemetry.io/collector/confmap/provider/httpprovider v1.36.0 go.opentelemetry.io/collector/confmap/provider/httpsprovider v1.36.0 - go.opentelemetry.io/collector/confmap/provider/yamlprovider v1.36.0 - go.opentelemetry.io/collector/connector v0.130.0 - go.opentelemetry.io/collector/exporter v0.130.0 - go.opentelemetry.io/collector/exporter/debugexporter v0.130.0 + go.opentelemetry.io/collector/confmap/provider/yamlprovider v1.38.0 + go.opentelemetry.io/collector/connector v0.132.0 + go.opentelemetry.io/collector/exporter v0.132.0 + go.opentelemetry.io/collector/exporter/debugexporter v0.132.0 go.opentelemetry.io/collector/exporter/nopexporter v0.130.0 go.opentelemetry.io/collector/exporter/otlpexporter v0.130.0 go.opentelemetry.io/collector/exporter/otlphttpexporter v0.130.0 - go.opentelemetry.io/collector/extension v1.36.0 + go.opentelemetry.io/collector/extension v1.38.0 go.opentelemetry.io/collector/extension/memorylimiterextension v0.130.0 - go.opentelemetry.io/collector/featuregate v1.36.0 - go.opentelemetry.io/collector/otelcol v0.130.0 - go.opentelemetry.io/collector/processor v1.36.0 + go.opentelemetry.io/collector/featuregate v1.38.0 + go.opentelemetry.io/collector/otelcol v0.132.0 + go.opentelemetry.io/collector/processor v1.38.0 go.opentelemetry.io/collector/processor/batchprocessor v0.130.0 - go.opentelemetry.io/collector/receiver v1.36.0 + go.opentelemetry.io/collector/receiver v1.38.0 go.opentelemetry.io/collector/receiver/otlpreceiver v0.130.0 ) require ( aqwari.net/xml v0.0.0-20210331023308-d9421b293817 // indirect - cel.dev/expr v0.23.1 // indirect + cel.dev/expr v0.24.0 // indirect cloud.google.com/go v0.120.0 // indirect cloud.google.com/go/auth v0.16.2 // indirect cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect @@ -210,7 +210,7 @@ require ( github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect github.com/Code-Hex/go-generics-cache v1.5.1 // indirect github.com/DataDog/zstd v1.5.6 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0 // indirect github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.50.0 // indirect github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.50.0 // indirect github.com/IBM/sarama v1.45.2 // indirect @@ -288,7 +288,7 @@ require ( github.com/cloudfoundry-community/go-cfclient v0.0.0-20190808214049-35bcce23fc5f // indirect github.com/cloudfoundry/noaa v2.1.0+incompatible // indirect github.com/cloudfoundry/sonde-go v0.0.0-20171206171820-b33733203bb4 // indirect - github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f // indirect + github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect github.com/cockroachdb/errors v1.11.3 // indirect github.com/cockroachdb/fifo v0.0.0-20240816210425-c5d0cb0b6fc0 // indirect github.com/cockroachdb/logtags v0.0.0-20241215232642-bb51bb14a506 // indirect @@ -365,7 +365,7 @@ require ( github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect github.com/go-errors/errors v1.4.2 // indirect github.com/go-gorp/gorp/v3 v3.1.0 // indirect - github.com/go-jose/go-jose/v4 v4.0.5 // indirect + github.com/go-jose/go-jose/v4 v4.1.1 // indirect github.com/go-kit/log v0.2.1 // indirect github.com/go-ldap/ldap/v3 v3.4.6 // indirect github.com/go-logfmt/logfmt v0.6.0 // indirect @@ -464,7 +464,7 @@ require ( github.com/klauspost/compress v1.18.0 // indirect github.com/klauspost/cpuid/v2 v2.2.8 // indirect github.com/knadh/koanf/providers/confmap v1.0.0 // indirect - github.com/knadh/koanf/v2 v2.2.1 // indirect + github.com/knadh/koanf/v2 v2.2.2 // indirect github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b // indirect github.com/kr/pretty v0.3.1 // indirect github.com/kr/text v0.2.0 // indirect @@ -473,7 +473,7 @@ require ( github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect github.com/leodido/go-syslog/v4 v4.2.0 // indirect github.com/leodido/ragel-machinery v0.0.0-20190525184631-5f46317e436b // indirect - github.com/lestrrat-go/strftime v1.1.0 // indirect + github.com/lestrrat-go/strftime v1.1.1 // indirect github.com/lib/pq v1.10.9 // indirect github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect github.com/lightstep/go-expohisto v1.0.0 // indirect @@ -487,7 +487,7 @@ require ( github.com/mdlayher/socket v0.4.1 // indirect github.com/mdlayher/vsock v1.2.1 // indirect github.com/meraki/dashboard-api-go/v3 v3.0.9 // indirect - github.com/microsoft/go-mssqldb v1.8.2 // indirect + github.com/microsoft/go-mssqldb v1.9.2 // indirect github.com/microsoft/wmi v0.25.1 // indirect github.com/miekg/dns v1.1.66 // indirect github.com/mileusna/useragent v1.3.4 // indirect @@ -506,7 +506,7 @@ require ( github.com/moby/sys/mountinfo v0.7.2 // indirect github.com/moby/term v0.5.0 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect - github.com/modern-go/reflect2 v1.0.2 // indirect + github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect github.com/montanaflynn/stats v0.7.1 // indirect github.com/mostynb/go-grpc-compression v1.2.3 // indirect @@ -521,8 +521,8 @@ require ( github.com/open-telemetry/opentelemetry-collector-contrib/connector/signaltometricsconnector v0.130.0 // indirect github.com/open-telemetry/opentelemetry-collector-contrib/extension/observer v0.130.0 // indirect github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/ecsutil v0.130.0 // indirect - github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.130.0 // indirect - github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.130.0 // indirect + github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.132.0 // indirect + github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.132.0 // indirect github.com/open-telemetry/opentelemetry-collector-contrib/internal/docker v0.130.0 // indirect github.com/open-telemetry/opentelemetry-collector-contrib/internal/exp/metrics v0.130.0 // indirect github.com/open-telemetry/opentelemetry-collector-contrib/internal/filter v0.130.0 // indirect @@ -539,7 +539,7 @@ require ( github.com/open-telemetry/opentelemetry-collector-contrib/pkg/kafka/configkafka v0.130.0 // indirect github.com/open-telemetry/opentelemetry-collector-contrib/pkg/kafka/topic v0.130.0 // indirect github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.130.0 // indirect - github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.130.0 // indirect + github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.132.0 // indirect github.com/open-telemetry/opentelemetry-collector-contrib/pkg/sampling v0.130.0 // indirect github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza v0.130.0 // indirect github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/azure v0.130.0 // indirect @@ -555,6 +555,7 @@ require ( github.com/openzipkin/zipkin-go v0.4.3 // indirect github.com/oschwald/geoip2-golang v1.13.0 // indirect github.com/oschwald/maxminddb-golang v1.13.0 // indirect + github.com/otiai10/mint v1.6.3 // indirect github.com/ovh/go-ovh v1.8.0 // indirect github.com/peterbourgon/diskv v2.0.1+incompatible // indirect github.com/pierrec/lz4/v4 v4.1.22 // indirect @@ -585,7 +586,7 @@ require ( github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33 // indirect github.com/segmentio/fasthash v1.0.3 // indirect github.com/sergi/go-diff v1.3.1 // indirect - github.com/shirou/gopsutil/v4 v4.25.6 // indirect + github.com/shirou/gopsutil/v4 v4.25.7 // indirect github.com/shopspring/decimal v1.4.0 // indirect github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c // indirect github.com/sirupsen/logrus v1.9.3 // indirect @@ -595,8 +596,8 @@ require ( github.com/stoewer/go-strcase v1.3.0 // indirect github.com/stretchr/objx v0.5.2 // indirect github.com/tilinna/clock v1.1.0 // indirect - github.com/tklauser/go-sysconf v0.3.12 // indirect - github.com/tklauser/numcpus v0.8.0 // indirect + github.com/tklauser/go-sysconf v0.3.15 // indirect + github.com/tklauser/numcpus v0.10.0 // indirect github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect github.com/twmb/franz-go v1.18.1 // indirect github.com/twmb/franz-go/pkg/kmsg v1.11.2 // indirect @@ -633,60 +634,60 @@ require ( go.mongodb.org/mongo-driver v1.17.4 // indirect go.opencensus.io v0.24.0 // indirect go.opentelemetry.io/auto/sdk v1.1.0 // indirect - go.opentelemetry.io/collector v0.130.0 // indirect - go.opentelemetry.io/collector/client v1.36.0 // indirect - go.opentelemetry.io/collector/component/componenttest v0.130.0 // indirect - go.opentelemetry.io/collector/config/configauth v0.130.0 // indirect - go.opentelemetry.io/collector/config/configcompression v1.36.0 // indirect + go.opentelemetry.io/collector v0.132.0 // indirect + go.opentelemetry.io/collector/client v1.38.0 // indirect + go.opentelemetry.io/collector/component/componenttest v0.132.0 // indirect + go.opentelemetry.io/collector/config/configauth v0.132.0 // indirect + go.opentelemetry.io/collector/config/configcompression v1.38.0 // indirect go.opentelemetry.io/collector/config/configgrpc v0.130.0 // indirect - go.opentelemetry.io/collector/config/confighttp v0.130.0 // indirect - go.opentelemetry.io/collector/config/configmiddleware v0.130.0 // indirect + go.opentelemetry.io/collector/config/confighttp v0.132.0 // indirect + go.opentelemetry.io/collector/config/configmiddleware v0.132.0 // indirect go.opentelemetry.io/collector/config/confignet v1.36.0 // indirect - go.opentelemetry.io/collector/config/configopaque v1.36.0 // indirect - go.opentelemetry.io/collector/config/configoptional v0.130.0 // indirect - go.opentelemetry.io/collector/config/configretry v1.36.0 // indirect - go.opentelemetry.io/collector/config/configtelemetry v0.130.0 // indirect - go.opentelemetry.io/collector/config/configtls v1.36.0 // indirect - go.opentelemetry.io/collector/confmap/xconfmap v0.130.0 // indirect - go.opentelemetry.io/collector/connector/connectortest v0.130.0 // indirect - go.opentelemetry.io/collector/connector/xconnector v0.130.0 // indirect - go.opentelemetry.io/collector/consumer v1.36.0 // indirect - go.opentelemetry.io/collector/consumer/consumererror v0.130.0 // indirect - go.opentelemetry.io/collector/consumer/consumererror/xconsumererror v0.130.0 // indirect - go.opentelemetry.io/collector/consumer/consumertest v0.130.0 // indirect - go.opentelemetry.io/collector/consumer/xconsumer v0.130.0 // indirect - go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.130.0 // indirect - go.opentelemetry.io/collector/exporter/exportertest v0.130.0 // indirect - go.opentelemetry.io/collector/exporter/xexporter v0.130.0 // indirect - go.opentelemetry.io/collector/extension/extensionauth v1.36.0 // indirect - go.opentelemetry.io/collector/extension/extensioncapabilities v0.130.0 // indirect - go.opentelemetry.io/collector/extension/extensionmiddleware v0.130.0 // indirect - go.opentelemetry.io/collector/extension/extensiontest v0.130.0 // indirect - go.opentelemetry.io/collector/extension/xextension v0.130.0 // indirect + go.opentelemetry.io/collector/config/configopaque v1.38.0 // indirect + go.opentelemetry.io/collector/config/configoptional v0.132.0 // indirect + go.opentelemetry.io/collector/config/configretry v1.38.0 // indirect + go.opentelemetry.io/collector/config/configtelemetry v0.132.0 // indirect + go.opentelemetry.io/collector/config/configtls v1.38.0 // indirect + go.opentelemetry.io/collector/confmap/xconfmap v0.132.0 // indirect + go.opentelemetry.io/collector/connector/connectortest v0.132.0 // indirect + go.opentelemetry.io/collector/connector/xconnector v0.132.0 // indirect + go.opentelemetry.io/collector/consumer v1.38.0 // indirect + go.opentelemetry.io/collector/consumer/consumererror v0.132.0 // indirect + go.opentelemetry.io/collector/consumer/consumererror/xconsumererror v0.132.0 // indirect + go.opentelemetry.io/collector/consumer/consumertest v0.132.0 // indirect + go.opentelemetry.io/collector/consumer/xconsumer v0.132.0 // indirect + go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.132.0 // indirect + go.opentelemetry.io/collector/exporter/exportertest v0.132.0 // indirect + go.opentelemetry.io/collector/exporter/xexporter v0.132.0 // indirect + go.opentelemetry.io/collector/extension/extensionauth v1.38.0 // indirect + go.opentelemetry.io/collector/extension/extensioncapabilities v0.132.0 // indirect + go.opentelemetry.io/collector/extension/extensionmiddleware v0.132.0 // indirect + go.opentelemetry.io/collector/extension/extensiontest v0.132.0 // indirect + go.opentelemetry.io/collector/extension/xextension v0.132.0 // indirect go.opentelemetry.io/collector/filter v0.130.0 // indirect - go.opentelemetry.io/collector/internal/fanoutconsumer v0.130.0 // indirect + go.opentelemetry.io/collector/internal/fanoutconsumer v0.132.0 // indirect go.opentelemetry.io/collector/internal/memorylimiter v0.130.0 // indirect go.opentelemetry.io/collector/internal/sharedcomponent v0.130.0 // indirect - go.opentelemetry.io/collector/internal/telemetry v0.130.0 // indirect - go.opentelemetry.io/collector/pdata v1.36.0 // indirect - go.opentelemetry.io/collector/pdata/pprofile v0.130.0 // indirect - go.opentelemetry.io/collector/pdata/testdata v0.130.0 // indirect - go.opentelemetry.io/collector/pdata/xpdata v0.130.0 // indirect - go.opentelemetry.io/collector/pipeline/xpipeline v0.130.0 // indirect + go.opentelemetry.io/collector/internal/telemetry v0.132.0 // indirect + go.opentelemetry.io/collector/pdata v1.38.0 // indirect + go.opentelemetry.io/collector/pdata/pprofile v0.132.0 // indirect + go.opentelemetry.io/collector/pdata/testdata v0.132.0 // indirect + go.opentelemetry.io/collector/pdata/xpdata v0.132.0 // indirect + go.opentelemetry.io/collector/pipeline/xpipeline v0.132.0 // indirect go.opentelemetry.io/collector/processor/processorhelper v0.130.0 // indirect go.opentelemetry.io/collector/processor/processorhelper/xprocessorhelper v0.130.0 // indirect - go.opentelemetry.io/collector/processor/processortest v0.130.0 // indirect - go.opentelemetry.io/collector/processor/xprocessor v0.130.0 // indirect + go.opentelemetry.io/collector/processor/processortest v0.132.0 // indirect + go.opentelemetry.io/collector/processor/xprocessor v0.132.0 // indirect go.opentelemetry.io/collector/receiver/receiverhelper v0.130.0 // indirect - go.opentelemetry.io/collector/receiver/receivertest v0.130.0 // indirect - go.opentelemetry.io/collector/receiver/xreceiver v0.130.0 // indirect + go.opentelemetry.io/collector/receiver/receivertest v0.132.0 // indirect + go.opentelemetry.io/collector/receiver/xreceiver v0.132.0 // indirect go.opentelemetry.io/collector/scraper v0.130.0 // indirect go.opentelemetry.io/collector/scraper/scraperhelper v0.130.0 // indirect go.opentelemetry.io/collector/semconv v0.128.1-0.20250610090210-188191247685 // indirect - go.opentelemetry.io/collector/service v0.130.0 // indirect - go.opentelemetry.io/collector/service/hostcapabilities v0.130.0 // indirect + go.opentelemetry.io/collector/service v0.132.0 // indirect + go.opentelemetry.io/collector/service/hostcapabilities v0.132.0 // indirect go.opentelemetry.io/contrib/bridges/otelzap v0.12.0 // indirect - go.opentelemetry.io/contrib/detectors/gcp v1.35.0 // indirect + go.opentelemetry.io/contrib/detectors/gcp v1.36.0 // indirect go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0 // indirect go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.61.0 // indirect go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect @@ -724,8 +725,8 @@ require ( golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect gonum.org/v1/gonum v0.16.0 // indirect google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2 // indirect - google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect + google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect diff --git a/go.sum b/go.sum index 14c1e8b263e..0ff578b61f9 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ aqwari.net/xml v0.0.0-20210331023308-d9421b293817 h1:+3Rh5EaTzNLnzWx3/uy/mAaH/dGI7svJ6e0oOIDcPuE= aqwari.net/xml v0.0.0-20210331023308-d9421b293817/go.mod h1:c7kkWzc7HS/t8Q2DcVY8P2d1dyWNEhEVT5pL0ZHO11c= -cel.dev/expr v0.23.1 h1:K4KOtPCJQjVggkARsjG9RWXP6O4R73aHeJMa/dmCQQg= -cel.dev/expr v0.23.1/go.mod h1:hLPLo1W4QUmuYdA72RBX06QTs6MXw941piREPl3Yfiw= +cel.dev/expr v0.24.0 h1:56OvJKSH3hDGL0ml5uSxZmz3/3Pq4tJ+fb1unVLAFcY= +cel.dev/expr v0.24.0/go.mod h1:hLPLo1W4QUmuYdA72RBX06QTs6MXw941piREPl3Yfiw= cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.120.0 h1:wc6bgG9DHyKqF5/vQvX1CiZrtHnxJjBlKUyF9nP6meA= @@ -90,10 +90,10 @@ github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1. github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0/go.mod h1:5kakwfW5CjC9KK+Q4wjXAg+ShuIm2mBMua0ZFj2C8PE= github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.6.0 h1:PiSrjRPpkQNjrM8H0WwKMnZUdu1RGMtd/LdGKUrOo+c= github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.6.0/go.mod h1:oDrbWx4ewMylP7xHivfgixbfGBT6APAwsSoHRKotnIc= -github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.0.1 h1:MyVTgWR8qd/Jw1Le0NZebGBUCLbtak3bJ3z1OlqZBpw= -github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.0.1/go.mod h1:GpPjLhVR9dnUoJMyHWSPy71xY9/lcmpzIPZXmF0FCVY= -github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.0.0 h1:D3occbWoio4EBLkbkevetNMAVX197GkzbUMtqjGWn80= -github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.0.0/go.mod h1:bTSOgj05NGRuHHhQwAdPnYr9TOdNmKlZTgGLL6nyAdI= +github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.3.1 h1:Wgf5rZba3YZqeTNJPtvqZoBu1sBN/L4sry+u2U3Y75w= +github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.3.1/go.mod h1:xxCBG/f/4Vbmh2XQJBsOmNdxWUY5j/s27jujKPbQf14= +github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.1 h1:bFWuoEKg+gImo7pvkiQEFAc8ocibADgXeiLAxWhWmkI= +github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.1/go.mod h1:Vih/3yc6yac2JzU4hzpaDupBJP0Flaia9rXXrU8xyww= github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.0 h1:UXT0o77lXQrikd1kgwIPQOUect7EoR/+sbP4wQKdzxM= github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.0/go.mod h1:cTvi54pg19DoT07ekoeMgE/taAwNtCShVeZqA+Iv2xI= github.com/Azure/azure-storage-blob-go v0.15.0 h1:rXtgp8tN1p29GvpGgfJetavIG0V7OgcSXPpwp3tx6qk= @@ -143,8 +143,8 @@ github.com/DATA-DOG/go-sqlmock v1.5.2/go.mod h1:88MAG/4G7SMwSE3CeA0ZKzrT5CiOU3OJ github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/DataDog/zstd v1.5.6 h1:LbEglqepa/ipmmQJUDnSsfvA8e8IStVcGaFWDuxvGOY= github.com/DataDog/zstd v1.5.6/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 h1:ErKg/3iS1AKcTkf3yixlZ54f9U1rljCkQyEXWUnIUxc= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0/go.mod h1:yAZHSGnqScoU556rBOVkwLze6WP5N+U11RHuWaGVxwY= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0 h1:UQUsRi8WTzhZntp5313l+CHIAT95ojUI2lpP/ExlZa4= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0/go.mod h1:Cz6ft6Dkn3Et6l2v2a9/RpN7epQ1GtDlO6lj8bEcOvw= github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.50.0 h1:5IT7xOdq17MtcdtL/vtl6mGfzhaq4m4vpollPRmlsBQ= github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.50.0/go.mod h1:ZV4VOm0/eHR06JLrXWe09068dHpr3TRpY9Uo7T+anuA= github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.50.0 h1:nNMpRpnkWDAaqcpxMJvxa/Ud98gjbYwayJY4/9bdjiU= @@ -340,8 +340,8 @@ github.com/cavaliergopher/rpm v1.2.0 h1:s0h+QeVK252QFTolkhGiMeQ1f+tMeIMhGl8B1HUm github.com/cavaliergopher/rpm v1.2.0/go.mod h1:R0q3vTqa7RUvPofAZYrnjJ63hh2vngjFfphuXiExVos= github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8= github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE= -github.com/cenkalti/backoff/v5 v5.0.2 h1:rIfFVxEf1QsI7E1ZHfp/B4DF/6QBAUhmgkxc0H7Zss8= -github.com/cenkalti/backoff/v5 v5.0.2/go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw= +github.com/cenkalti/backoff/v5 v5.0.3 h1:ZN+IMa753KfX5hd8vVaMixjnqRZ3y8CuJKRKj1xcsSM= +github.com/cenkalti/backoff/v5 v5.0.3/go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko= github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= @@ -362,8 +362,8 @@ github.com/cloudfoundry/noaa v2.1.0+incompatible/go.mod h1:5LmacnptvxzrTvMfL9+EJ github.com/cloudfoundry/sonde-go v0.0.0-20171206171820-b33733203bb4 h1:cWfya7mo/zbnwYVio6eWGsFJHqYw4/k/uhwIJ1eqRPI= github.com/cloudfoundry/sonde-go v0.0.0-20171206171820-b33733203bb4/go.mod h1:GS0pCHd7onIsewbw8Ue9qa9pZPv2V88cUZDttK6KzgI= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= -github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f h1:C5bqEmzEPLsHm9Mv73lSE9e9bKV23aB1vxOsmZrkl3k= -github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f/go.mod h1:W+zGtBO5Y1IgJhy4+A9GOqVhqLpfZi+vwmdNXUehLA8= +github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 h1:aQ3y1lwWyqYPiWZThqv1aFbZMiM9vblcSArJRf2Irls= +github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443/go.mod h1:W+zGtBO5Y1IgJhy4+A9GOqVhqLpfZi+vwmdNXUehLA8= github.com/cockroachdb/datadriven v1.0.3-0.20230413201302-be42291fc80f h1:otljaYPt5hWxV3MUfO5dFPFiOXg9CyG5/kCfayTqsJ4= github.com/cockroachdb/datadriven v1.0.3-0.20230413201302-be42291fc80f/go.mod h1:a9RdTaap04u637JoCzcUoIcDmvwSUtcUFtT/C3kJlTU= github.com/cockroachdb/errors v1.11.3 h1:5bA+k2Y6r+oz/6Z/RFlNeVCesGARKuC6YymtcDrbC/I= @@ -483,8 +483,8 @@ github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumpti github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumption v1.1.0-elastic/go.mod h1:0vCBR1wgGwZeGmloJ+eCWIZF2S47grTXRzj2mftg2Nk= github.com/elastic/bayeux v1.0.5 h1:UceFq01ipmT3S8DzFK+uVAkbCdiPR0Bqei8qIGmUeY0= github.com/elastic/bayeux v1.0.5/go.mod h1:CSI4iP7qeo5MMlkznGvYKftp8M7qqP/3nzmVZoXHY68= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250910195055-65ebd4f912eb h1:tt5N3rX61o64x7a53rWKrxcGKKOTSIDvGmT8W/I5ZmU= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250910195055-65ebd4f912eb/go.mod h1:BsfNvq4rz4QoeYQWh8Mujzqy0eYuzdGQGrWHSS4o7Rc= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250911200435-a13d9a17d97f h1:Ap6oP1pXsrlNOaXn6KcTQlNxSC4RkF7YuXZEWWzx/vM= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250911200435-a13d9a17d97f/go.mod h1:F7DG4+RuHE5sVtqzk2swGBsc8+W2LH24V1nEhAHXEyY= github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae h1:OiShmbWAyGU0MS0ADJWr1/QgeLIZliMk9xsrFicR3/s= github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae/go.mod h1:D2IckZVXARugvikE4fv1glvaJMohKSZRzrPsxCjo9O0= github.com/elastic/elastic-agent-autodiscover v0.10.0 h1:WJ4zl9uSfk1kHmn2B/0byQBLIL607Zt4LNfOgV7+XN0= @@ -621,8 +621,8 @@ github.com/go-errors/errors v1.4.2 h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxI github.com/go-errors/errors v1.4.2/go.mod h1:sIVyrIiJhuEF+Pj9Ebtd6P/rEYROXFi3BopGUQ5a5Og= github.com/go-gorp/gorp/v3 v3.1.0 h1:ItKF/Vbuj31dmV4jxA1qblpSwkl9g1typ24xoe70IGs= github.com/go-gorp/gorp/v3 v3.1.0/go.mod h1:dLEjIyyRNiXvNZ8PSmzpt1GsWAUK8kjVhEpjH8TixEw= -github.com/go-jose/go-jose/v4 v4.0.5 h1:M6T8+mKZl/+fNNuFHvGIzDz7BTLQPIounk/b9dw3AaE= -github.com/go-jose/go-jose/v4 v4.0.5/go.mod h1:s3P1lRrkT8igV8D9OjyL4WRyHvjB6a4JSllnOrmmBOA= +github.com/go-jose/go-jose/v4 v4.1.1 h1:JYhSgy4mXXzAdF3nUx3ygx347LRXJRrpgyU3adRmkAI= +github.com/go-jose/go-jose/v4 v4.1.1/go.mod h1:BdsZGqgdO3b6tTc6LSE56wcDbMMLuPsw5d4ZD5f94kA= github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= github.com/go-kit/log v0.2.1 h1:MRVx0/zhvdseW+Gza6N9rVzU/IVzaeE1SFI4raAhmBU= @@ -979,8 +979,8 @@ github.com/knadh/koanf/maps v0.1.2 h1:RBfmAW5CnZT+PJ1CVc1QSJKf4Xu9kxfQgYVQSu8hpb github.com/knadh/koanf/maps v0.1.2/go.mod h1:npD/QZY3V6ghQDdcQzl1W4ICNVTkohC8E73eI2xW4yI= github.com/knadh/koanf/providers/confmap v1.0.0 h1:mHKLJTE7iXEys6deO5p6olAiZdG5zwp8Aebir+/EaRE= github.com/knadh/koanf/providers/confmap v1.0.0/go.mod h1:txHYHiI2hAtF0/0sCmcuol4IDcuQbKTybiB1nOcUo1A= -github.com/knadh/koanf/v2 v2.2.1 h1:jaleChtw85y3UdBnI0wCqcg1sj1gPoz6D3caGNHtrNE= -github.com/knadh/koanf/v2 v2.2.1/go.mod h1:PSFru3ufQgTsI7IF+95rf9s8XA1+aHxKuO/W+dPoHEY= +github.com/knadh/koanf/v2 v2.2.2 h1:ghbduIkpFui3L587wavneC9e3WIliCgiCgdxYO/wd7A= +github.com/knadh/koanf/v2 v2.2.2/go.mod h1:abWQc0cBXLSF/PSOMCB/SK+T13NXDsPvOksbpi5e/9Q= github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b h1:udzkj9S/zlT5X367kqJis0QP7YMxobob6zhzq6Yre00= github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b/go.mod h1:pcaDhQK0/NJZEvtCO0qQPPropqV0sJOJ6YW7X+9kRwM= github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= @@ -1005,8 +1005,8 @@ github.com/leodido/ragel-machinery v0.0.0-20190525184631-5f46317e436b h1:11UHH39 github.com/leodido/ragel-machinery v0.0.0-20190525184631-5f46317e436b/go.mod h1:WZxr2/6a/Ar9bMDc2rN/LJrE/hF6bXE4LPyDSIxwAfg= github.com/lestrrat-go/envload v0.0.0-20180220234015-a3eb8ddeffcc h1:RKf14vYWi2ttpEmkA4aQ3j4u9dStX2t4M8UM6qqNsG8= github.com/lestrrat-go/envload v0.0.0-20180220234015-a3eb8ddeffcc/go.mod h1:kopuH9ugFRkIXf3YoqHKyrJ9YfUFsckUU9S7B+XP+is= -github.com/lestrrat-go/strftime v1.1.0 h1:gMESpZy44/4pXLO/m+sL0yBd1W6LjgjrrD4a68Gapyg= -github.com/lestrrat-go/strftime v1.1.0/go.mod h1:uzeIB52CeUJenCo1syghlugshMysrqUT51HlxphXVeI= +github.com/lestrrat-go/strftime v1.1.1 h1:zgf8QCsgj27GlKBy3SU9/8MMgegZ8UCzlCyHYrUF0QU= +github.com/lestrrat-go/strftime v1.1.1/go.mod h1:YDrzHJAODYQ+xxvrn5SG01uFIQAeDTzpxNVppCz7Nmw= github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw= github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0= @@ -1065,8 +1065,8 @@ github.com/mdlayher/socket v0.4.1 h1:eM9y2/jlbs1M615oshPQOHZzj6R6wMT7bX5NPiQvn2U github.com/mdlayher/socket v0.4.1/go.mod h1:cAqeGjoufqdxWkD7DkpyS+wcefOtmu5OQ8KuoJGIReA= github.com/mdlayher/vsock v1.2.1 h1:pC1mTJTvjo1r9n9fbm7S1j04rCgCzhCOS5DY0zqHlnQ= github.com/mdlayher/vsock v1.2.1/go.mod h1:NRfCibel++DgeMD8z/hP+PPTjlNJsdPOmxcnENvE+SE= -github.com/microsoft/go-mssqldb v1.8.2 h1:236sewazvC8FvG6Dr3bszrVhMkAl4KYImryLkRMCd0I= -github.com/microsoft/go-mssqldb v1.8.2/go.mod h1:vp38dT33FGfVotRiTmDo3bFyaHq+p3LektQrjTULowo= +github.com/microsoft/go-mssqldb v1.9.2 h1:nY8TmFMQOHpm2qVWo6y4I2mAmVdZqlGiMGAYt64Ibbs= +github.com/microsoft/go-mssqldb v1.9.2/go.mod h1:GBbW9ASTiDC+mpgWDGKdm3FnFLTUsLYN3iFL90lQ+PA= github.com/microsoft/wmi v0.25.1 h1:sQv9hCEHtW5K6yEVL78T6XGRMGxk4aTpcJwCiB5rLN0= github.com/microsoft/wmi v0.25.1/go.mod h1:1zbdSF0A+5OwTUII5p3hN7/K6KF2m3o27pSG6Y51VU8= github.com/miekg/dns v1.1.26/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKjuso= @@ -1124,8 +1124,9 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M= github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= +github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee h1:W5t00kpgFdJifH4BDsTlE89Zl93FEloxaWZfGcifgq8= +github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0= github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4= github.com/montanaflynn/stats v0.7.1 h1:etflOAAHORrCC44V+aR6Ftzort912ZU+YLiSTuV8eaE= @@ -1174,8 +1175,8 @@ github.com/open-telemetry/opentelemetry-collector-contrib/connector/signaltometr github.com/open-telemetry/opentelemetry-collector-contrib/connector/signaltometricsconnector v0.130.0/go.mod h1:yEa+asy2WzO19ApEgF6zKZz79xyXPfrfYFomoKJPulI= github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector v0.130.0 h1:rb+yWI27YNJ82YoS4to7EaJIgRONCFph2IPtt5sf/94= github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector v0.130.0/go.mod h1:goaFKDWinMtpHqnRM5fYK2XHoPRa1cgJe0lZtTiYQHc= -github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter v0.130.0 h1:Aj+dH9lnOxArV92zZGDYzi52H0JZRF8Jxyltycgf7HY= -github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter v0.130.0/go.mod h1:ypebQghPRV2cgW4JUxqBhuEBMtV7A8VvHBZ6XEqW6ks= +github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter v0.132.0 h1:X5Ijzavj23hLrN624OtHBwSSiZSjJ5ijfgvcBohLvPU= +github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter v0.132.0/go.mod h1:VIN3aOhekedtkFAWg2DLU/Wp1MVhBbNBWiFcABfktUY= github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter v0.130.0 h1:z0F0eu+AUjCV31YXhc3wgQIU/WzwHNAD58T8qIFF8sM= github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter v0.130.0/go.mod h1:8xO7riG/RKFYD2EsbLepHyuKQBg1MqNzygMiDP+dsBs= github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter v0.130.0 h1:0Um2NgvW4gTyz2EHHPfwCsq3jBj9qcSzS/DIybvTVfU= @@ -1206,10 +1207,10 @@ github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage/file github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage/filestorage v0.130.0/go.mod h1:t4SPhYaoHlkpT+KfsHqHbtoOMwoo0yIZ+l54Ptdf+pg= github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/ecsutil v0.130.0 h1:F0vjFYAUs08xw6dTOIW1l28xHK3wsBtRselHo90SNDE= github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/ecsutil v0.130.0/go.mod h1:T7tdDhQGDagA//PMsn0rUmH0AMj3+D85131HYahbDHA= -github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.130.0 h1:vEfuJyzw3FF4tfCj2kLtnTjavzPFTOjVO7TNBd74UgE= -github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.130.0/go.mod h1:LSII2PtNQrizYmbcpUl8b1zHF3+xPkJL3F+ITZ1j25Y= -github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.130.0 h1:UoR/xVnYwybPDA4FhJbuPwU7HvP00Tpgu0YaHEPIOaU= -github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.130.0/go.mod h1:85OEk8e0NURYWjBzmXxoNRlpLTxWA1YwFjcBll1uAFk= +github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.132.0 h1:MBGhsjWU/jtDgUqblFEBoeSw/TtQHp9xSCSO/iZ0OkE= +github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.132.0/go.mod h1:unPwed5hcfsE8wwev7+Jiflxr8ZtAxQ5H9RuwOoRV6A= +github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.132.0 h1:Ys68aR+8zx8MATm9NLo/ibjq2v2aV4bMB/IJYnyzR7E= +github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.132.0/go.mod h1:XDhTumVGXyYs9krnPv3etPfcTaN4SHzWwNPXpsiIE2A= github.com/open-telemetry/opentelemetry-collector-contrib/internal/docker v0.130.0 h1:wkRGpP4jht7Dmboa/0ZKfVjfYzZU3BsySRfK3vblcUo= github.com/open-telemetry/opentelemetry-collector-contrib/internal/docker v0.130.0/go.mod h1:hbeMduPd1RYmljh9Z2/NgbKvFIfp7U4J3IGGOYLZE5c= github.com/open-telemetry/opentelemetry-collector-contrib/internal/exp/metrics v0.130.0 h1:uj6ai6KVAY0KFeXn0tTTfvnFCF+WCMM7jfSMk7uZa3g= @@ -1236,18 +1237,18 @@ github.com/open-telemetry/opentelemetry-collector-contrib/pkg/core/xidutils v0.1 github.com/open-telemetry/opentelemetry-collector-contrib/pkg/core/xidutils v0.130.0/go.mod h1:DzI0WTubbGTHtTqaJU79374LkJxPrQIIrnZ65S02VWA= github.com/open-telemetry/opentelemetry-collector-contrib/pkg/experimentalmetricmetadata v0.130.0 h1:yCFeLMj04P8Sx23J+Qi20KZ3MA5mWG2Ic/Cky2bDJUE= github.com/open-telemetry/opentelemetry-collector-contrib/pkg/experimentalmetricmetadata v0.130.0/go.mod h1:VR9GO/2ssbMRw7Oes/a3VNWQbUFjHK4YRtEJEVG0V4M= -github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.130.0 h1:T1Vf0CIMb6YCPGHvrm9YJcROGvSD1pot10ErwhD0t9M= -github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.130.0/go.mod h1:Pkc3MExu5MuiVWPXAbAxmRJCFj0ZELMYlCMXnEn6kx8= +github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.132.0 h1:nWhTjElOyv16m2fZ1hsWkUaQoJpwG9CUfk5lQq/ARVo= +github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.132.0/go.mod h1:GhtQfA00x68ZoB6spwVlYHnUOFizwT/2jKhzeZ5vyGI= github.com/open-telemetry/opentelemetry-collector-contrib/pkg/kafka/configkafka v0.130.0 h1:ifzIfpuI10eoNlN0QM1SPHpiPc3J3UsCAJMNRx9dqgs= github.com/open-telemetry/opentelemetry-collector-contrib/pkg/kafka/configkafka v0.130.0/go.mod h1:nyTippeQWq0Upq6VTW4oz9QUARiBtNk4CZ8TmiSkS2g= github.com/open-telemetry/opentelemetry-collector-contrib/pkg/kafka/topic v0.130.0 h1:t52u9WdH6VX0LaDE/sfyuDgIPIzHuFzFhhVTV8SsXJE= github.com/open-telemetry/opentelemetry-collector-contrib/pkg/kafka/topic v0.130.0/go.mod h1:gePUJjHVTT0N6ruTBSA3vDlDlh+TJ4tGt/mm7o1MIuQ= github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.130.0 h1:LpZRwTIf7AU7CGyd8pCfoh/mmM5j18OKfiVDMbiou3g= github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.130.0/go.mod h1:6tHMqcSuI/L8WuTmSN87n7O5ESAkOfRamXFnOHjWFo8= -github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.130.0 h1:090RkesBp0ZPPkW87wzEybW6yr5iOQhaYhEvQYjDdBY= -github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.130.0/go.mod h1:zXiPlI3Nd/3Jbk48LhryjJMF9UGHMMz4kRQjSq7iIOQ= -github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.130.0 h1:edJA3qW9ks+8Nu4jOOZmfN7gSWcqV/dcRaQMtKAlcYI= -github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.130.0/go.mod h1:RHN0+zoQFqqvBN8Q5/gTNSQSz1lJQTQRvPfgODTR/jw= +github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.132.0 h1:pu9LraB5FC9/xaIqs4zKavfQkY0AA+et6YJjLSnKquU= +github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.132.0/go.mod h1:D5iRrhw1YWuPDvopp7DH7lV5ftYARILpvZMXlIn0lL0= +github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.132.0 h1:ydQa0V7OLWJBzWBM9rYHfBrVpyIam08S7192DLotO8I= +github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.132.0/go.mod h1:1/PUhh8nqVQDcOYNBGw5CBlnXcv+b5aqQbntlTrdC10= github.com/open-telemetry/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.130.0 h1:/AD69ghJ78frXhBi2YR1NUNO/7VqhbtPugix7nTzEx8= github.com/open-telemetry/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.130.0/go.mod h1:mcFhTSAbdBllZPVpnd4An02c/uVW6PIBnDMqwL/X7ak= github.com/open-telemetry/opentelemetry-collector-contrib/pkg/sampling v0.130.0 h1:hTiD6ZQbh9c76NAaO+4QzKrPsOLrXdVvKrqyU6mj2fo= @@ -1332,10 +1333,10 @@ github.com/oschwald/geoip2-golang v1.13.0 h1:Q44/Ldc703pasJeP5V9+aFSZFmBN7DKHbNs github.com/oschwald/geoip2-golang v1.13.0/go.mod h1:P9zG+54KPEFOliZ29i7SeYZ/GM6tfEL+rgSn03hYuUo= github.com/oschwald/maxminddb-golang v1.13.0 h1:R8xBorY71s84yO06NgTmQvqvTvlS/bnYZrrWX1MElnU= github.com/oschwald/maxminddb-golang v1.13.0/go.mod h1:BU0z8BfFVhi1LQaonTwwGQlsHUEu9pWNdMfmq4ztm0o= -github.com/otiai10/copy v1.14.0 h1:dCI/t1iTdYGtkvCuBG2BgR6KZa83PTclw4U5n2wAllU= -github.com/otiai10/copy v1.14.0/go.mod h1:ECfuL02W+/FkTWZWgQqXPWZgW9oeKCSQ5qVfSc4qc4w= -github.com/otiai10/mint v1.5.1 h1:XaPLeE+9vGbuyEHem1JNk3bYc7KKqyI/na0/mLd/Kks= -github.com/otiai10/mint v1.5.1/go.mod h1:MJm72SBthJjz8qhefc4z1PYEieWmy8Bku7CjcAqyUSM= +github.com/otiai10/copy v1.14.1 h1:5/7E6qsUMBaH5AnQ0sSLzzTg1oTECmcCmT6lvF45Na8= +github.com/otiai10/copy v1.14.1/go.mod h1:oQwrEDDOci3IM8dJF0d8+jnbfPDllW6vUjNc3DoZm9I= +github.com/otiai10/mint v1.6.3 h1:87qsV/aw1F5as1eH1zS/yqHY85ANKVMgkDrf9rcxbQs= +github.com/otiai10/mint v1.6.3/go.mod h1:MJm72SBthJjz8qhefc4z1PYEieWmy8Bku7CjcAqyUSM= github.com/ovh/go-ovh v1.8.0 h1:eQ5TAAFZvZAVarQir62oaTL+8a503pIBuOWVn72iGtY= github.com/ovh/go-ovh v1.8.0/go.mod h1:cTVDnl94z4tl8pP1uZ/8jlVxntjSIf09bNcQ5TJSC7c= github.com/oxtoacart/bpool v0.0.0-20150712133111-4e1c5567d7c2 h1:CXwSGu/LYmbjEab5aMCs5usQRVBGThelUKBNnoSOuso= @@ -1448,8 +1449,8 @@ github.com/segmentio/fasthash v1.0.3/go.mod h1:waKX8l2N8yckOgmSsXJi7x1ZfdKZ4x7KR github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= github.com/sergi/go-diff v1.3.1 h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8= github.com/sergi/go-diff v1.3.1/go.mod h1:aMJSSKb2lpPvRNec0+w3fl7LP9IOFzdc9Pa4NFbPK1I= -github.com/shirou/gopsutil/v4 v4.25.6 h1:kLysI2JsKorfaFPcYmcJqbzROzsBWEOAtw6A7dIfqXs= -github.com/shirou/gopsutil/v4 v4.25.6/go.mod h1:PfybzyydfZcN+JMMjkF6Zb8Mq1A/VcogFFg7hj50W9c= +github.com/shirou/gopsutil/v4 v4.25.7 h1:bNb2JuqKuAu3tRlPv5piSmBZyMfecwQ+t/ILq+1JqVM= +github.com/shirou/gopsutil/v4 v4.25.7/go.mod h1:XV/egmwJtd3ZQjBpJVY5kndsiOO4IRqy9TQnmm6VP7U= github.com/shoenig/test v1.7.1 h1:UJcjSAI3aUKx52kfcfhblgyhZceouhvvs3OYdWgn+PY= github.com/shoenig/test v1.7.1/go.mod h1:UxJ6u/x2v/TNs/LoLxBNJRV9DiwBBKYxXSyczsBHFoI= github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o= @@ -1502,8 +1503,8 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= 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/testcontainers/testcontainers-go v0.37.0 h1:L2Qc0vkTw2EHWQ08djon0D2uw7Z/PtHS/QzZZ5Ra/hg= -github.com/testcontainers/testcontainers-go v0.37.0/go.mod h1:QPzbxZhQ6Bclip9igjLFj6z0hs01bU8lrl2dHQmgFGM= +github.com/testcontainers/testcontainers-go v0.38.0 h1:d7uEapLcv2P8AvH8ahLqDMMxda2W9gQN1nRbHS28HBw= +github.com/testcontainers/testcontainers-go v0.38.0/go.mod h1:C52c9MoHpWO+C4aqmgSU+hxlR5jlEayWtgYrb8Pzz1w= github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY= github.com/tidwall/gjson v1.18.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA= @@ -1516,11 +1517,10 @@ github.com/tidwall/wal v1.1.8 h1:2qDSGdAdjaY3PEvHRva+9UFqgk+ef7cOiW1Qn5JH1y0= github.com/tidwall/wal v1.1.8/go.mod h1:r6lR1j27W9EPalgHiB7zLJDYu3mzW5BQP5KrzBpYY/E= github.com/tilinna/clock v1.1.0 h1:6IQQQCo6KoBxVudv6gwtY8o4eDfhHo8ojA5dP0MfhSs= github.com/tilinna/clock v1.1.0/go.mod h1:ZsP7BcY7sEEz7ktc0IVy8Us6boDrK8VradlKRUGfOao= -github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU= -github.com/tklauser/go-sysconf v0.3.12/go.mod h1:Ho14jnntGE1fpdOqQEEaiKRpvIavV0hSfmBq8nJbHYI= -github.com/tklauser/numcpus v0.6.1/go.mod h1:1XfjsgE2zo8GVw7POkMbHENHzVg3GzmoZ9fESEdAacY= -github.com/tklauser/numcpus v0.8.0 h1:Mx4Wwe/FjZLeQsK/6kt2EOepwwSl7SmJrK5bV/dXYgY= -github.com/tklauser/numcpus v0.8.0/go.mod h1:ZJZlAY+dmR4eut8epnzf0u/VwodKmryxR8txiloSqBE= +github.com/tklauser/go-sysconf v0.3.15 h1:VE89k0criAymJ/Os65CSn1IXaol+1wrsFHEB8Ol49K4= +github.com/tklauser/go-sysconf v0.3.15/go.mod h1:Dmjwr6tYFIseJw7a3dRLJfsHAMXZ3nEnL/aZY+0IuI4= +github.com/tklauser/numcpus v0.10.0 h1:18njr6LDBk1zuna922MgdjQuJFjrdppsZG60sHGfjso= +github.com/tklauser/numcpus v0.10.0/go.mod h1:BiTKazU708GQTYF4mB+cmlpT2Is1gLk7XVuEeem8LsQ= github.com/tommyers-elastic/dashboard-api-go/v3 v3.0.0-20250616163611-a325b49669a4 h1:9FaZ9LJ/bYBf0HV9UKZ9uhD2Jnt10zj10r0Bjo7a/Wc= github.com/tommyers-elastic/dashboard-api-go/v3 v3.0.0-20250616163611-a325b49669a4/go.mod h1:COGDRzuD05ZS/zp0lDCTDFhx6kAuuNdhDjY0y2ifi5o= github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 h1:nrZ3ySNYwJbSpD6ce9duiP+QkD3JuLCcWkdaehUS/3Y= @@ -1632,136 +1632,136 @@ go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0= go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo= go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA= go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A= -go.opentelemetry.io/collector v0.130.0 h1:XDqQkOOQcVynjzTPFjKxNTopuo9zX404CuLGvB1nSn4= -go.opentelemetry.io/collector v0.130.0/go.mod h1:xK+smJWmW4NKMjLAe5/nNIhnZji0T8B0QXKTMz79YPY= -go.opentelemetry.io/collector/client v1.36.0 h1:Hf1efpqzUJLz7aXSKIKhsGGNjsQ7fwdoQpd3NgGZeKM= -go.opentelemetry.io/collector/client v1.36.0/go.mod h1:9CIj0lMuOIizyhwoK96+sTdrrzBYfoPA2boBZS8vEN4= -go.opentelemetry.io/collector/component v1.36.0 h1:otxzkZrnkxxVrMKzxOQH8zOE+ZLJ5fdK2/zgd4Srxgc= -go.opentelemetry.io/collector/component v1.36.0/go.mod h1:fFcw3K1tXMf6PEIapPKcHAV+9/lMz4dcma6x9BjfVLc= -go.opentelemetry.io/collector/component/componentstatus v0.130.0 h1:tplML7bGhjHFEgF8A5HtNBov9ODHnWDw43rIsWEYUKk= -go.opentelemetry.io/collector/component/componentstatus v0.130.0/go.mod h1:s+rSsbXBa4EmT92O3rVUPsVwjQACisyMf4ntY+Ab8zs= -go.opentelemetry.io/collector/component/componenttest v0.130.0 h1:ptRTZvuMNpzT70o0+OQxkDclsFUwJaeEgU7TtD5YtWs= -go.opentelemetry.io/collector/component/componenttest v0.130.0/go.mod h1:Y3nIkIqECWbWDF6DkpY+c//98AH1lh31/8OD8ljOnmk= -go.opentelemetry.io/collector/config/configauth v0.130.0 h1:omGvkBgtbIT0R1TupEYkRLG6oPD/iDwZNVvIy/3XcJY= -go.opentelemetry.io/collector/config/configauth v0.130.0/go.mod h1:d5QL5tRlprXG+MAG6awsSdtnBUm44eualX8+J7VXBNk= -go.opentelemetry.io/collector/config/configcompression v1.36.0 h1:l/rT2uoZtfAcfvGFEIJw9KnRiV/i5uSRoPsjCgAS/S0= -go.opentelemetry.io/collector/config/configcompression v1.36.0/go.mod h1:QwbNpaOl6Me+wd0EdFuEJg0Cc+WR42HNjJtdq4TwE6w= +go.opentelemetry.io/collector v0.132.0 h1:uNCmTPZ+AnIV+KHdUzOSkKrugl5/RCS0Er8Fb3fxwCM= +go.opentelemetry.io/collector v0.132.0/go.mod h1:7hQNXvDFYNrnRSL98srGg75nDENOUdykiSSs8OtqBCg= +go.opentelemetry.io/collector/client v1.38.0 h1:LXOBtpCsf1ZfjcIugSnujJKgIZswuaExNnI12xgnkB4= +go.opentelemetry.io/collector/client v1.38.0/go.mod h1:K2Da8RaDa98QQN7X+Y6N7f71kZeJxorhADx+T3WjvgU= +go.opentelemetry.io/collector/component v1.38.0 h1:GeHVKtdJmf+dXXkviIs2QiwX198QpUDMeLCJzE+a3XU= +go.opentelemetry.io/collector/component v1.38.0/go.mod h1:h5JuuxJk/ZXl5EVzvSZSnRQKFocaB/pGhQQNwxJAfgk= +go.opentelemetry.io/collector/component/componentstatus v0.132.0 h1:T6tTqasfMRXNv/+UEjXikm1abHUKbFMMTg7OMIbD9BQ= +go.opentelemetry.io/collector/component/componentstatus v0.132.0/go.mod h1:j7N91B10b6vP5sSg8xdb3f5Ha6MZzGiOn/y/junRcqA= +go.opentelemetry.io/collector/component/componenttest v0.132.0 h1:7D2e/97PZNpxqKEnboSXZM7YObwKYBFNnEdR67BQB4k= +go.opentelemetry.io/collector/component/componenttest v0.132.0/go.mod h1:3Qm91Gd54HMkPwrSkkgO9KwXKjeWzyG42wG3R5QCP3s= +go.opentelemetry.io/collector/config/configauth v0.132.0 h1:URvnWXyA6rr2novwZgaRKGsYOuCZ0NNAbczoNH8Ne3Y= +go.opentelemetry.io/collector/config/configauth v0.132.0/go.mod h1:SQmBi27IawDMkvyFJ22v5z9SrzeMOJ1YmdyGEN7yUoU= +go.opentelemetry.io/collector/config/configcompression v1.38.0 h1:Kde582e4DbiSVA0vHu06weCRcqhHIatWogzSG6Ux208= +go.opentelemetry.io/collector/config/configcompression v1.38.0/go.mod h1:QwbNpaOl6Me+wd0EdFuEJg0Cc+WR42HNjJtdq4TwE6w= go.opentelemetry.io/collector/config/configgrpc v0.130.0 h1:qN4tf90IU08r+kmj94CgcVXsHK4etZhz7NJQG7xIC1g= go.opentelemetry.io/collector/config/configgrpc v0.130.0/go.mod h1:gF5jOeGDj1P1PKuYkZahqvZLUFWpRxh1dP/HgusMJPA= -go.opentelemetry.io/collector/config/confighttp v0.130.0 h1:8nAENaVabtpqLNyR6U+EnOVxHV7JKtNfVljMmM06j4A= -go.opentelemetry.io/collector/config/confighttp v0.130.0/go.mod h1:4xoCcyVtBcjb73UsrNvnuS4mi80UibfZBqATIK0GusU= -go.opentelemetry.io/collector/config/configmiddleware v0.130.0 h1:xElfNxCcHXrz0cwWlsqUxNR9nWvPIEQoDfoul25Fa1I= -go.opentelemetry.io/collector/config/configmiddleware v0.130.0/go.mod h1:rwKMYC4gAYYB+yCyl9NhAaEP6CCim+KdsdSji2+3P4Q= +go.opentelemetry.io/collector/config/confighttp v0.132.0 h1:wr80Bjvs6gCsB8Zmywyt3d7XTV+Ulfh/4KTfaETtj0E= +go.opentelemetry.io/collector/config/confighttp v0.132.0/go.mod h1:W1iiC8rDviYtpl2aBoeFE/z+3Yx5SnGlS/Se9EYHHTI= +go.opentelemetry.io/collector/config/configmiddleware v0.132.0 h1:yVU+nijfxWEWLiTfXHy0f7Qq2n+0mtzkjXOuQhK6RXM= +go.opentelemetry.io/collector/config/configmiddleware v0.132.0/go.mod h1:s1NhoBAKGLJNbpQRDqybPKgWP96DwKa7cSnPM6AI/AY= go.opentelemetry.io/collector/config/confignet v1.36.0 h1:6ksU/jCs3HlGi8HYB3j58CGpVKFyQVBBKOo78JO+Pzc= go.opentelemetry.io/collector/config/confignet v1.36.0/go.mod h1:HgpLwdRLzPTwbjpUXR0Wdt6pAHuYzaIr8t4yECKrEvo= -go.opentelemetry.io/collector/config/configopaque v1.36.0 h1:x4DJhJ6KE892T7EMSDHOY6erAe4rp0YLGygSiL9gixM= -go.opentelemetry.io/collector/config/configopaque v1.36.0/go.mod h1:aAOmM/mSWE2F3A58x4MUw1bYW8TIjVxn5/WfgxRgMu0= -go.opentelemetry.io/collector/config/configoptional v0.130.0 h1:Lhfn74V5MfVLHPtF37mpWAxM5QPRbsshI8/SFlnGkOo= -go.opentelemetry.io/collector/config/configoptional v0.130.0/go.mod h1:S2Tbblr65/CFacrEjDHZd4+FBN+ceON3e7bDfFRdvPU= -go.opentelemetry.io/collector/config/configretry v1.36.0 h1:IYcgifu5lhKU9xJQBvK1NYn2uWOAom5eX16Ne4iG1Gc= -go.opentelemetry.io/collector/config/configretry v1.36.0/go.mod h1:QNnb+MCk7aS1k2EuGJMtlNCltzD7b8uC7Xel0Dxm1wQ= -go.opentelemetry.io/collector/config/configtelemetry v0.130.0 h1:vWlPmwRa23W+PPe3Qhy/yB3v4SYOO5h0CvZ67AZNw9M= -go.opentelemetry.io/collector/config/configtelemetry v0.130.0/go.mod h1:WXmlNatI0vwjv7whh/qF1Xy+UufCZDk7VLtYqML7QmA= -go.opentelemetry.io/collector/config/configtls v1.36.0 h1:aRwkBoyNJ5OBRWLJPR71pMdHyI/ltQXe7KWoKIcJbAA= -go.opentelemetry.io/collector/config/configtls v1.36.0/go.mod h1:0u6weWVf8OgFD0ajvIiRRINB3XPYkRLN8v/8y2M4Q7g= -go.opentelemetry.io/collector/confmap v1.36.0 h1:LrUUklsOvZTt333Wj8Mz9O9d5Qe2sFQjKt6MPnKUmOs= -go.opentelemetry.io/collector/confmap v1.36.0/go.mod h1:JHdEV7t379ocHp1YyNCFj8CqKYFYnT6/H458Ayx27uo= +go.opentelemetry.io/collector/config/configopaque v1.38.0 h1:qLefkP4XNCud1Dge6b6lOU1KptUfAHtVWNs9iGAYYqY= +go.opentelemetry.io/collector/config/configopaque v1.38.0/go.mod h1:aAOmM/mSWE2F3A58x4MUw1bYW8TIjVxn5/WfgxRgMu0= +go.opentelemetry.io/collector/config/configoptional v0.132.0 h1:svmWqiC23/JU2hP23M32tp7eyidad5Gr4M89hUwdTG8= +go.opentelemetry.io/collector/config/configoptional v0.132.0/go.mod h1:DrFDWqp/tuzU3G3JuAn1npt3Vevegg6bEIkZ5GxLREU= +go.opentelemetry.io/collector/config/configretry v1.38.0 h1:s5am+1yzM1yCesfCrpVyjDRQwzqp8Hm/BLeuSGroxVw= +go.opentelemetry.io/collector/config/configretry v1.38.0/go.mod h1:KWc42wyQQ67Bz4s0hI3Ectc7j1w0+N0xXcnWmtJTbNE= +go.opentelemetry.io/collector/config/configtelemetry v0.132.0 h1:/yaUKdf04WF5N++EMC1TiQ9W4RxUR3YGjFE71Xtq3LY= +go.opentelemetry.io/collector/config/configtelemetry v0.132.0/go.mod h1:WXmlNatI0vwjv7whh/qF1Xy+UufCZDk7VLtYqML7QmA= +go.opentelemetry.io/collector/config/configtls v1.38.0 h1:bn5/oCLpAI+0LVg9q7dySZXi2swNWn6qmvkoq7A8/84= +go.opentelemetry.io/collector/config/configtls v1.38.0/go.mod h1:dkV33BhlveIfNTNUjBMYtRrVNVsRwnXpPLxkhLbZcPk= +go.opentelemetry.io/collector/confmap v1.38.0 h1:pqPTkYEPRiuhaVJJy1joVEB/hvY+knuy419+R1el0Us= +go.opentelemetry.io/collector/confmap v1.38.0/go.mod h1:/dxLetk1Dk22qgRwauyctIX+5lZqTomX5a1FDYDbiwc= go.opentelemetry.io/collector/confmap/provider/envprovider v1.36.0 h1:sQlWOeYX1QYu1VJN3+yB/D105Z2JWYQsytvw5xZFerE= go.opentelemetry.io/collector/confmap/provider/envprovider v1.36.0/go.mod h1:4UoGj+0pQZMwHcSjiF9P1tdMmp/Ywf/PkdPZFI45GEY= -go.opentelemetry.io/collector/confmap/provider/fileprovider v1.36.0 h1:ukJ/12BjZh8ox4lB5B+PiUpeJDVj/0jmDpqIaM5QG+0= -go.opentelemetry.io/collector/confmap/provider/fileprovider v1.36.0/go.mod h1:PKG7xTac3t9I0KYi4y3DAXi+E6lSqdexY+MParCfplk= +go.opentelemetry.io/collector/confmap/provider/fileprovider v1.38.0 h1:fO/sS3iYVR02N4W8jz4CHDnnMz/RUpz5CdwUKYVLEWY= +go.opentelemetry.io/collector/confmap/provider/fileprovider v1.38.0/go.mod h1:6T5gWJ78aXYb/qTo9hvZhgC4ho4nsGSWg6c2KqraYlI= go.opentelemetry.io/collector/confmap/provider/httpprovider v1.36.0 h1:0SeluZcywXhG5Ne59ttNsik+vBi57Vu2AO/FbNoJyRA= go.opentelemetry.io/collector/confmap/provider/httpprovider v1.36.0/go.mod h1:025yzN+66swzSHwKNXNryOEUEbzMxY6/errelguBMOQ= go.opentelemetry.io/collector/confmap/provider/httpsprovider v1.36.0 h1:cyGheo+hl3KxD6j0iDudvKFf7KT13A4MUcvu9CfDf4g= go.opentelemetry.io/collector/confmap/provider/httpsprovider v1.36.0/go.mod h1:kP2zFCsmP300ZSOrD6WvqW96gln3QTcCBvfKdVBeunM= -go.opentelemetry.io/collector/confmap/provider/yamlprovider v1.36.0 h1:zm9c+eY6pDEWBxgbgOzw3LGXfxEEIEYOcppSorKyD3M= -go.opentelemetry.io/collector/confmap/provider/yamlprovider v1.36.0/go.mod h1:DYZe/iFxmPb1kavQGsA33nxr86PLivKKrA5r3F4w08k= -go.opentelemetry.io/collector/confmap/xconfmap v0.130.0 h1:boN+LmcqKrW66fplmpUymLfFq9jBGaAa47+Rgb2FpJQ= -go.opentelemetry.io/collector/confmap/xconfmap v0.130.0/go.mod h1:KxfbZesw380GWFIs40pk1goB9e5w3y3K/ZmkS5+A9/Q= -go.opentelemetry.io/collector/connector v0.130.0 h1:52O9fIRYyCrGhqA4H+8TiFG8HMVVT3g3Bi4Ctbv19nY= -go.opentelemetry.io/collector/connector v0.130.0/go.mod h1:nkwC3CDbobSZuCUcx9rXfuIxUsTQq5kiDvp4S52go/M= -go.opentelemetry.io/collector/connector/connectortest v0.130.0 h1:nNgfaYgu6JkjpeuDY2D7D+IoXYr/Bu+NQfiiyIu5zic= -go.opentelemetry.io/collector/connector/connectortest v0.130.0/go.mod h1:Om0nbRjAI283Es/+K771p3+MvovgJ+b7tplbeZ/7Ms0= +go.opentelemetry.io/collector/confmap/provider/yamlprovider v1.38.0 h1:vbz0+1kA1PT8iu/WM99/JJwx7xnNdDzBt+HZQZZaeCg= +go.opentelemetry.io/collector/confmap/provider/yamlprovider v1.38.0/go.mod h1:KgyIXjyg0mIDaUqpU/WBLqoRPsLkfob+0sHqxwIOPxw= +go.opentelemetry.io/collector/confmap/xconfmap v0.132.0 h1:Pyaen+mPPE6LODOJcLiAjbUNXl+IMUU+j3iUJV1nd3c= +go.opentelemetry.io/collector/confmap/xconfmap v0.132.0/go.mod h1:Zcd5+FBgfjhbwO9gtkj4cfuqONR+HzwL0zQeGLYPnis= +go.opentelemetry.io/collector/connector v0.132.0 h1:NcwrXhTCBU6pdQ/wKYfBJvROu2xODXqcS3C7XiuDSJA= +go.opentelemetry.io/collector/connector v0.132.0/go.mod h1:amOBZYIbPBE8HP2Wl8D7bjJLl9loqrFJ8qlk3KuaE+k= +go.opentelemetry.io/collector/connector/connectortest v0.132.0 h1:qO3/V4VK9ot5GLnHB1cmkhD6ikWxbL0B42lV8waKpy0= +go.opentelemetry.io/collector/connector/connectortest v0.132.0/go.mod h1:r2wAXpSwh8y2CuYVa7wWx51oOLnb8tzc5zK4oHXQYls= go.opentelemetry.io/collector/connector/forwardconnector v0.130.0 h1:dVoLqd1/4Hgbp+CiKFb0TypJOfoVzt2Tq0w9NF7yaS8= go.opentelemetry.io/collector/connector/forwardconnector v0.130.0/go.mod h1:GaGaV9pgBmwbC/KEJEc6Rj9QgrWkyOkfXl534ZZey0E= -go.opentelemetry.io/collector/connector/xconnector v0.130.0 h1:mCpZC14iT5UNgEae8IeeoXxzd8xa1xADDJAzO11YRnw= -go.opentelemetry.io/collector/connector/xconnector v0.130.0/go.mod h1:omGKL7FBGu30/FdCXgUNwUu7RBNRV4rwGx4bwBFYMgY= -go.opentelemetry.io/collector/consumer v1.36.0 h1:TzdIY+fo2ha5XI819n/YJrpGOVMc0oIgKMlzHsC2lY8= -go.opentelemetry.io/collector/consumer v1.36.0/go.mod h1:Br5NrQUHSAhY9Zk0BwaOwq7wAuNxG/ypxB4V1vGOF84= -go.opentelemetry.io/collector/consumer/consumererror v0.130.0 h1:MZp6nilWqKVHqZ//HJRGt6wJ5zgtxU1XJ/9jf45CcuE= -go.opentelemetry.io/collector/consumer/consumererror v0.130.0/go.mod h1:Iet/6i9TOWzyW+uDNDsjfAdWFTKyRH5lespGepOGvvc= -go.opentelemetry.io/collector/consumer/consumererror/xconsumererror v0.130.0 h1:QVXNUIAbZkcRsTrSROD5EN9Zl1Obff3rHlbGxGXr49A= -go.opentelemetry.io/collector/consumer/consumererror/xconsumererror v0.130.0/go.mod h1:3q7Lo8IFFwf1urwDT9DDswIby1IsgeRKwCNOha9i78Q= -go.opentelemetry.io/collector/consumer/consumertest v0.130.0 h1:Vk69HJ/SjTwpGHk+jddMxmVk/SOah8oolAAUXgYRHCc= -go.opentelemetry.io/collector/consumer/consumertest v0.130.0/go.mod h1:0VuaVYSXzzSn2zg3U0vw6qXEegmryyAKBeujTSXBQfU= -go.opentelemetry.io/collector/consumer/xconsumer v0.130.0 h1:Mc+xoW5IpdOZCX4T7WZwc6R/HqF8utoJioj3btTVpCU= -go.opentelemetry.io/collector/consumer/xconsumer v0.130.0/go.mod h1:zEvGS3hulrM8HGIjGVdTIbhcsISuOZWLMimrh7bEJI4= -go.opentelemetry.io/collector/exporter v0.130.0 h1:zzqIvVEwgaEJwAJgfoROLQ2ic0cNOPYEirsr8jyvHgo= -go.opentelemetry.io/collector/exporter v0.130.0/go.mod h1:jCiEZcn0Y/AaZ2Ijviw/VEjh4NFFbT7LCC/L3KTTObQ= -go.opentelemetry.io/collector/exporter/debugexporter v0.130.0 h1:AnEjvxfD7XtbIQLLxFxyHmYXwDydA2iI7uZhuM9q7jM= -go.opentelemetry.io/collector/exporter/debugexporter v0.130.0/go.mod h1:s+ZKuaSWISicn3kK81EHEOvo/MoaLJbvNdZsZjZiFkA= -go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.130.0 h1:YYUsBUnsA+E6rxlKyXydYre5QZUfMFqzskDJ4dRuJ+4= -go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.130.0/go.mod h1:xW3MRQ10iHcYRdv09YCq54IjrUvagwUTFN2t2KQCib4= -go.opentelemetry.io/collector/exporter/exportertest v0.130.0 h1:jpNphKKgrqLhshTIyJ5YFDiU634LXUxkyQU3xgyxWmM= -go.opentelemetry.io/collector/exporter/exportertest v0.130.0/go.mod h1:sRqbD3ru1/7yAVDdltkkS9tT+43oCxsr5RA/ckgRwWM= +go.opentelemetry.io/collector/connector/xconnector v0.132.0 h1:Xr4IYtsgZ6qAlAerS18o+QDJG82U2/4jIsdhxBDR38E= +go.opentelemetry.io/collector/connector/xconnector v0.132.0/go.mod h1:+tywGTCDp1sitkfoxQlosW51jI4D8o8uFFc/pDVKKx0= +go.opentelemetry.io/collector/consumer v1.38.0 h1:+lECNNGLQU76tzFoVpjX0TVllGXtrkw0NEt7ITK8BeQ= +go.opentelemetry.io/collector/consumer v1.38.0/go.mod h1:taR7SAnPrMWq45gBoWJG6FjQbCAtn+6+HDBI5VW3ENs= +go.opentelemetry.io/collector/consumer/consumererror v0.132.0 h1:ANaVTuxqvs3y+rgYlLfQGKTRC5mfClgeXEBB2sQ67Uo= +go.opentelemetry.io/collector/consumer/consumererror v0.132.0/go.mod h1:6QsXpUYfVvffJcI/fFp7jVSsEwZw94aaza6lS/AKYpI= +go.opentelemetry.io/collector/consumer/consumererror/xconsumererror v0.132.0 h1:935aYvWEj4tTplCRplyeMbrc2Yug3MNVuJ1fHlPeLOM= +go.opentelemetry.io/collector/consumer/consumererror/xconsumererror v0.132.0/go.mod h1:mty5MgsL0Ne2q7bFeBoKsWXmwqy8/KxO9XTakYmDWSY= +go.opentelemetry.io/collector/consumer/consumertest v0.132.0 h1:DR5JN6ufQE3ImWzCKHr5oUYQCIXp08blBKzl0bjK/V4= +go.opentelemetry.io/collector/consumer/consumertest v0.132.0/go.mod h1:t818ikaBxNA8nVkWSl1CCA92rrec0pLjZs43z0MQj5g= +go.opentelemetry.io/collector/consumer/xconsumer v0.132.0 h1:mD5/wwVcBfFr2UCSEVnhTZcIw28+YHUNhzfc3VNcI/c= +go.opentelemetry.io/collector/consumer/xconsumer v0.132.0/go.mod h1:ipDqsHg1OGmU7P/X3N4LWpUtWAOf5va/YvRtZ6AIefk= +go.opentelemetry.io/collector/exporter v0.132.0 h1:jz9zMyuFKpohPBMaxuOi5dU64dFQEHrDqiWtHl+L4cE= +go.opentelemetry.io/collector/exporter v0.132.0/go.mod h1:1eO6yjPF6ahCTZsAjoj+Ohnx2WguG8QmiCD/yNI+pwU= +go.opentelemetry.io/collector/exporter/debugexporter v0.132.0 h1:abO3+vmotMUonNK4ACKoQEpJaAYIMeRWWElrnCjmxlU= +go.opentelemetry.io/collector/exporter/debugexporter v0.132.0/go.mod h1:gbgz7vfIwSTUxmajfDBsGE39n1uh/lDS84/YF24Haho= +go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.132.0 h1:6rAolYxF5sCzvw0m+A1EfOsdTGDIgjCftFsLQbSVLAI= +go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.132.0/go.mod h1:/ARKD73UWszYH5OPpLQth/IvUb6qnSIScZyeYOv2fRg= +go.opentelemetry.io/collector/exporter/exportertest v0.132.0 h1:M4fp/w3dD26L3O7k78Z3MpQIpaE652NBj6jinIq6a38= +go.opentelemetry.io/collector/exporter/exportertest v0.132.0/go.mod h1:TwfhzVip9JoPc30jBcxtF2QtBeTep63MCquyEMQXOcc= go.opentelemetry.io/collector/exporter/nopexporter v0.130.0 h1:daR2y2hL11/GDvmqcErrnEiE9jj40YJNMNXwY3O9fBQ= go.opentelemetry.io/collector/exporter/nopexporter v0.130.0/go.mod h1:3yPPdcj+SbsCAMjdGikdt6R0KDejSF7nImTfRw6ZasE= go.opentelemetry.io/collector/exporter/otlpexporter v0.130.0 h1:vafxVf4q3XEt9S1QWHtSTmG2lPVKHdTMMralfi8rke0= go.opentelemetry.io/collector/exporter/otlpexporter v0.130.0/go.mod h1:h0Yc/SCu2sgsmRW6GoK+Sfbv1L3ivOIsVp6sNNmbEW0= go.opentelemetry.io/collector/exporter/otlphttpexporter v0.130.0 h1:vd3rxSxHxqCaI3hTCns5LrcMiTiJKRnJCRBANEd+acc= go.opentelemetry.io/collector/exporter/otlphttpexporter v0.130.0/go.mod h1:v4DF9fk2R//qyYdHe9u5hRkq7TQflLqxHMdBm2TYNn8= -go.opentelemetry.io/collector/exporter/xexporter v0.130.0 h1:5grMHFs5R0kFmmAZTdU8wNRmZtdxz3Ib+XDwk5c8Bc8= -go.opentelemetry.io/collector/exporter/xexporter v0.130.0/go.mod h1:MsVXQiFLiXYbkZ9znffNyyYlsDNYjRIKnNCnNEwr5YY= -go.opentelemetry.io/collector/extension v1.36.0 h1:eqqxFzIBqR3uT/I+R+MDE1s9bp7ggMdHiNrQCaFq1zU= -go.opentelemetry.io/collector/extension v1.36.0/go.mod h1:BlXRpIYNebHfrKmFzjkHaApgPGhgl/458z5uAV9G8Xc= -go.opentelemetry.io/collector/extension/extensionauth v1.36.0 h1:C/e1T4jTsWj6tAYi1qbBkGW2SYcuqotQBF7yNr8F2qg= -go.opentelemetry.io/collector/extension/extensionauth v1.36.0/go.mod h1:bjGAFwd0pjtPbevALtgazGWfHAoOzGr+e/oP5NjAGv4= -go.opentelemetry.io/collector/extension/extensionauth/extensionauthtest v0.130.0 h1:oBatmntlzLuY4S6RsnV+AGG3JcO6RQ/TRahKLRkLNj4= -go.opentelemetry.io/collector/extension/extensionauth/extensionauthtest v0.130.0/go.mod h1:/6kTlWBvGhx4NXnF7K3w3Ag2IsiHWVlHMZ8cFOmrMFo= -go.opentelemetry.io/collector/extension/extensioncapabilities v0.130.0 h1:ky0/NLj2byUeF93oIDr0dBVlCRsBMrNxTQgF6EIsHEE= -go.opentelemetry.io/collector/extension/extensioncapabilities v0.130.0/go.mod h1:Z+hK8yjX6ML6kxn1L5AWIk8f2r/d8Ph5qDVSgTawYq0= -go.opentelemetry.io/collector/extension/extensionmiddleware v0.130.0 h1:NTwBoFisgrlu6/U99kNDr2OTHPDc8NMh3LaI9+FojAs= -go.opentelemetry.io/collector/extension/extensionmiddleware v0.130.0/go.mod h1:xc1VLLUebuxPAdKCDopohorTZifokuwFfdvPINmx/GQ= -go.opentelemetry.io/collector/extension/extensionmiddleware/extensionmiddlewaretest v0.130.0 h1:ecj4rU0YX32xW84QYP+iaN8c7E0WpVg8ATWW+fbe9Ok= -go.opentelemetry.io/collector/extension/extensionmiddleware/extensionmiddlewaretest v0.130.0/go.mod h1:x5YZiyg/PFHtl5bEG5Xgw5xjp1CtQi7UW0Dsr3YSb/A= -go.opentelemetry.io/collector/extension/extensiontest v0.130.0 h1:J1yQTXZNTSmmS/Q4fXiiX+F3g3qjBa+KaZ+7wt+2FIM= -go.opentelemetry.io/collector/extension/extensiontest v0.130.0/go.mod h1:JH1JjxhE9WGWa/Oi1W0dtjbgx8QoX4+hdSnGa+7S/nQ= +go.opentelemetry.io/collector/exporter/xexporter v0.132.0 h1:kBugGFwS8roMvqM/MPfcdYu+lUAJN9OmjZ1j6ijFLII= +go.opentelemetry.io/collector/exporter/xexporter v0.132.0/go.mod h1:OxFT8CQT0v9ixysAaWU8IaPokJtPIgLUjg8xKfrMDm4= +go.opentelemetry.io/collector/extension v1.38.0 h1:tVhII7ROtNNUr+laSGCImdP9iDObR6jGsnTP3C24zKk= +go.opentelemetry.io/collector/extension v1.38.0/go.mod h1:v0tXunDUV0yrZsTlIuY3KwMvPmlFvrCLn8O3FTK+byE= +go.opentelemetry.io/collector/extension/extensionauth v1.38.0 h1:tBNwZtKX1NihiZJtfjBVhmeQqYomESDZiOdapOV57tY= +go.opentelemetry.io/collector/extension/extensionauth v1.38.0/go.mod h1:AyOS2yMZOg71XDQ56S1TUkqWZQ6Wq0XpVWoizd+X+E0= +go.opentelemetry.io/collector/extension/extensionauth/extensionauthtest v0.132.0 h1:08Nwdw1uGjci1n/4GXfvHGXgJJngexBiKF8VLmoP2ao= +go.opentelemetry.io/collector/extension/extensionauth/extensionauthtest v0.132.0/go.mod h1:qNLECJoUK+TERzxva4KbE3ugQi6z8d7TLIXLdKLUMiU= +go.opentelemetry.io/collector/extension/extensioncapabilities v0.132.0 h1:vf6VvswnLqeOAO0uAQ7/MZ1MHsyNOmepYwcmniDwOB8= +go.opentelemetry.io/collector/extension/extensioncapabilities v0.132.0/go.mod h1:ACBAvn/wZveDQcKI/Zg4kPrJxdee4wM0qmQPjwPAuPM= +go.opentelemetry.io/collector/extension/extensionmiddleware v0.132.0 h1:umyzw0ikt1q8KnHBCLICIPqW0YVjucV5QcxyDisbS8w= +go.opentelemetry.io/collector/extension/extensionmiddleware v0.132.0/go.mod h1:CatJecFcHHGsuAiznivcVOp5/guwzUZE1Qi3ewJCvCs= +go.opentelemetry.io/collector/extension/extensionmiddleware/extensionmiddlewaretest v0.132.0 h1:sYj2K2RZCSYoXEY13T3qaTxdVzJUgMRSddR4JM0fFy8= +go.opentelemetry.io/collector/extension/extensionmiddleware/extensionmiddlewaretest v0.132.0/go.mod h1:lkTHoSRPGrvUxCfX/hmLxDG64s1HgMDqI3CjzKUxglo= +go.opentelemetry.io/collector/extension/extensiontest v0.132.0 h1:hc80lJdIHcTPk7Js738XbsMNcF27HmlPk+p3HciOpzY= +go.opentelemetry.io/collector/extension/extensiontest v0.132.0/go.mod h1:+dFlLP3812QuRsnXfFvcbhRRo1qiXRwXLsr/GHXH/J4= go.opentelemetry.io/collector/extension/memorylimiterextension v0.130.0 h1:hnj9k3yFdGa1r48/uux1x5XQvOvmXbTxSCeGFo4xfTg= go.opentelemetry.io/collector/extension/memorylimiterextension v0.130.0/go.mod h1:tOG+hUZRfwGN8St0GamTbNbV5TqrdwXdRsGBx4PmNIk= -go.opentelemetry.io/collector/extension/xextension v0.130.0 h1:fdJ9IdMJKEZV5YI8iERWPjYMKza6lm5qp3qeAfDpDTA= -go.opentelemetry.io/collector/extension/xextension v0.130.0/go.mod h1:QIhNc19B10ysfWJcfGK0QG+DKc3ks5M1bvzGENb+lsI= -go.opentelemetry.io/collector/extension/zpagesextension v0.130.0 h1:cbE1K/f/elq+WEa5QMpIBaYRvT/zn/q3O+gLYIRYMHI= -go.opentelemetry.io/collector/extension/zpagesextension v0.130.0/go.mod h1:oVgYux1yL08kxa+EsDsaAoFXlwolQi9XGuoOCPOFo18= -go.opentelemetry.io/collector/featuregate v1.36.0 h1:rK5a4C05RuvGCvlWRFU35Zb/4V6eTNWUNTZv2mhi4bs= -go.opentelemetry.io/collector/featuregate v1.36.0/go.mod h1:Y/KsHbvREENKvvN9RlpiWk/IGBK+CATBYzIIpU7nccc= +go.opentelemetry.io/collector/extension/xextension v0.132.0 h1:Z8Tv1bb62araKsPkJIr6LhvMjBl980O0gmuxWiNRyvE= +go.opentelemetry.io/collector/extension/xextension v0.132.0/go.mod h1:Zh+ObINZzmxnzkpyWZxuHEEVvPBNgdu20EyP4VTIdno= +go.opentelemetry.io/collector/extension/zpagesextension v0.132.0 h1:7EyZkVkKtgSOlaUYXBGBxkHp+7Z+2WKjajfsmrJVlWA= +go.opentelemetry.io/collector/extension/zpagesextension v0.132.0/go.mod h1:j7jBim/7B2f1/VPCx3AxcPhbP7bK7XwB2e1BZpcQUwI= +go.opentelemetry.io/collector/featuregate v1.38.0 h1:+t+u3a7Zp0o0fn9+4hgbleHjcI8GT8eC9e5uy2tQnfU= +go.opentelemetry.io/collector/featuregate v1.38.0/go.mod h1:Y/KsHbvREENKvvN9RlpiWk/IGBK+CATBYzIIpU7nccc= go.opentelemetry.io/collector/filter v0.130.0 h1:Kg4E/CQbAo27MZEQQQbKJQNRYlY6nLtwzx1bf6ZZGUo= go.opentelemetry.io/collector/filter v0.130.0/go.mod h1:EoWr7iXN89oNgZ57uhxONJnPoB+4+PCPx4EvETtnoqU= -go.opentelemetry.io/collector/internal/fanoutconsumer v0.130.0 h1:S3KWkRZsWWa9JVRngkBWoHms6zU7z2ddTgS66YMyWgc= -go.opentelemetry.io/collector/internal/fanoutconsumer v0.130.0/go.mod h1:2RRhbyzCaho1gvPDl0/0oY5MbF57XEI+ZLTT0kOzWfE= +go.opentelemetry.io/collector/internal/fanoutconsumer v0.132.0 h1:H41nfaY2pMfTVVp+aKFXpBNzv3//AD1I/vuRgjZtcss= +go.opentelemetry.io/collector/internal/fanoutconsumer v0.132.0/go.mod h1:omq2dmXD8umPX0vDhFPgghtorGB7OVguL3XtO4wI8Lw= go.opentelemetry.io/collector/internal/memorylimiter v0.130.0 h1:0yuDDk4SMvtO6aeJqn1zInfKFkm68Uc1iyvk2UjxrNc= go.opentelemetry.io/collector/internal/memorylimiter v0.130.0/go.mod h1:ptStPcNhAqdZPNbKPTuvSkGx3+pv/YJXlDRNFUTjfpk= go.opentelemetry.io/collector/internal/sharedcomponent v0.130.0 h1:puE0jVoUV0vCM1ZYLztxZLYdjqF0UJJUOY+i5sxpEUI= go.opentelemetry.io/collector/internal/sharedcomponent v0.130.0/go.mod h1:k5OotCFmxC29LsmJpw5u/j5otk/lVT+sEyEbHXnMC8Q= -go.opentelemetry.io/collector/internal/telemetry v0.130.0 h1:w3yrCfoHA29qm6NlQnxw8LIPyg09nCzHWjx3xF+S9aI= -go.opentelemetry.io/collector/internal/telemetry v0.130.0/go.mod h1:Yf6I/iw4EPWw+W6YRMKXU1QzVVMM7j0wUPjipfKuMLE= -go.opentelemetry.io/collector/otelcol v0.130.0 h1:FlMDaQn2ZQF+P8nN38Y3P/ibKd5uaZtja8kbS8qF6Ds= -go.opentelemetry.io/collector/otelcol v0.130.0/go.mod h1:wm4JN/So5/rNGqiRTrfzBD2w0mYFRPyXM4XFbO/EzuA= +go.opentelemetry.io/collector/internal/telemetry v0.132.0 h1:6Y/y9JjUQbUdDi8uBdi2YREE/nh6KGzs0Wv+wJLakbw= +go.opentelemetry.io/collector/internal/telemetry v0.132.0/go.mod h1:KUo0IpZZvImIl172+//Oh2mboILCV5WU4TjdUgU8xEM= +go.opentelemetry.io/collector/otelcol v0.132.0 h1:nM7tHBUnh9/fFw7sOrZ8EsfnIlNG4Rc5HJ6y5uIaMZY= +go.opentelemetry.io/collector/otelcol v0.132.0/go.mod h1:uox++ZsuYBJxV6rv/ILyGybepEV92v9cofo+zXd7/30= go.opentelemetry.io/collector/otelcol/otelcoltest v0.130.0 h1:h8iZqhHUZcwIRDM9QJ9byUMMkhzN3cnCZCJyBTux3+4= go.opentelemetry.io/collector/otelcol/otelcoltest v0.130.0/go.mod h1:rspOJXSEROuM4O55JM/X5qdu5ijZM7HmD/WF5iXfr5w= -go.opentelemetry.io/collector/pdata v1.36.0 h1:jg7s08dKxWaA/o5NHiFW7Hjyxp1n4xEOMQpoCztiyJk= -go.opentelemetry.io/collector/pdata v1.36.0/go.mod h1:pttpb089864qG1k0DMeXLgwwTFLk+o3fAW9I6MF9tzw= -go.opentelemetry.io/collector/pdata/pprofile v0.130.0 h1:2iSFVJlrZ5sVEvb3hvSyG5QJlW0jz1MDox4/B5BNQfU= -go.opentelemetry.io/collector/pdata/pprofile v0.130.0/go.mod h1:HB7W9u+Wn4+2U9hPXK/0Mqzu/gaxFbwln59fM0Tkcb0= -go.opentelemetry.io/collector/pdata/testdata v0.130.0 h1:AwHz3z+rWzRbh720KjMxprnB7WSe6CBE4IizuhRKD50= -go.opentelemetry.io/collector/pdata/testdata v0.130.0/go.mod h1:QYqBQJq0duCalwvPr8rSe3vC6sXAMbNtsC4166Gx208= -go.opentelemetry.io/collector/pdata/xpdata v0.130.0 h1:L9O8STSRUOBExpAOolIr8UM7RZ2z+MmTZ1ssGIRXvsc= -go.opentelemetry.io/collector/pdata/xpdata v0.130.0/go.mod h1:5MYQcz1M6jsbpHG6IprjLroTmmgN435AYByr8zosclU= -go.opentelemetry.io/collector/pipeline v0.130.0 h1:vl4IeMZuPGZg7lSk9ewoNLFl2Wk8t5ld3pYL0T6pKUE= -go.opentelemetry.io/collector/pipeline v0.130.0/go.mod h1:TO02zju/K6E+oFIOdi372Wk0MXd+Szy72zcTsFQwXl4= -go.opentelemetry.io/collector/pipeline/xpipeline v0.130.0 h1:5A2nwGbzSPUQTdJSvFWO1VIPQlIo20TeXG71fudZZLU= -go.opentelemetry.io/collector/pipeline/xpipeline v0.130.0/go.mod h1:IGQRi8Om0teSJ56P3tOZai03dLNzzzPvsqCVkcuEd8U= -go.opentelemetry.io/collector/processor v1.36.0 h1:lPznjCa1r2euVcgkMYRwP0tG2MukXGQlvpX8cTNLrx8= -go.opentelemetry.io/collector/processor v1.36.0/go.mod h1:7Bzn5sB31d8Bzw2IFsx3Ay1tgH4uIlVoLUT0to9wTu8= +go.opentelemetry.io/collector/pdata v1.38.0 h1:94LzVKMQM8R7RFJ8Z1+sL51IkI90TDfTc/ipH3mPUro= +go.opentelemetry.io/collector/pdata v1.38.0/go.mod h1:DSvnwj37IKyQj2hpB97cGITyauR8tvAauJ6/gsxg8mg= +go.opentelemetry.io/collector/pdata/pprofile v0.132.0 h1:eKSPlMCey2q9fVxqjNfL5d0Jm8k3T7owkJ+tADXYN2A= +go.opentelemetry.io/collector/pdata/pprofile v0.132.0/go.mod h1:F+En9zwwiGDakNhnFuGFUMols9ksZAmX84k5QKCQIIA= +go.opentelemetry.io/collector/pdata/testdata v0.132.0 h1:K1Dqi74YERnE7vfP6s66tyzrOZ7+weDiU/C8aEDDJko= +go.opentelemetry.io/collector/pdata/testdata v0.132.0/go.mod h1:piZCtRY083WhRrJvVj/OuoXm0wejMfw2jLTWDNSKKqk= +go.opentelemetry.io/collector/pdata/xpdata v0.132.0 h1:qaXcfq+SSS1mVztiHD68fxxD0rHcVEnLtQGiW5DrDVg= +go.opentelemetry.io/collector/pdata/xpdata v0.132.0/go.mod h1:1DzTQ7EEmDVzHvMLClQo76Od5E6D6gaYRU/Bh4tBejY= +go.opentelemetry.io/collector/pipeline v1.38.0 h1:6kWfaWUW9RptGv2NSyT/EZoIkwUOBsZ220UYvOVNZ3U= +go.opentelemetry.io/collector/pipeline v1.38.0/go.mod h1:TO02zju/K6E+oFIOdi372Wk0MXd+Szy72zcTsFQwXl4= +go.opentelemetry.io/collector/pipeline/xpipeline v0.132.0 h1:ISE9c9TvywcnIGIPfLOGA2PIaY5oGFiPgtZwCq1q+KA= +go.opentelemetry.io/collector/pipeline/xpipeline v0.132.0/go.mod h1:aneg0Kepxwa2RoTSGJx1bg6JKl6dlKTijmqloR0hbC8= +go.opentelemetry.io/collector/processor v1.38.0 h1:OGZ+2ku4cyzlSehCJb4QdSrBOYeWgM0zPHHlq7qBZqM= +go.opentelemetry.io/collector/processor v1.38.0/go.mod h1:wFky0NRSLlwvuHQOzP/DUIKUL1A/YKj5rezF9lzTAGM= go.opentelemetry.io/collector/processor/batchprocessor v0.130.0 h1:SthqKyidZy71ZPYooRM1Ofh0CgNsgYGsQ3M3/w/27jM= go.opentelemetry.io/collector/processor/batchprocessor v0.130.0/go.mod h1:8oZrgbOsPHOu6o4/nnIE0QDw2Z8zcXaW3R1w+LvebIQ= go.opentelemetry.io/collector/processor/memorylimiterprocessor v0.130.0 h1:41f0BL91UYmXgbzsv4vcCJgMRQAnwo/uoVhv06IyFO8= @@ -1770,22 +1770,22 @@ go.opentelemetry.io/collector/processor/processorhelper v0.130.0 h1:3y5k9OWmOV6Z go.opentelemetry.io/collector/processor/processorhelper v0.130.0/go.mod h1:d6RoygisVUOeU2njRt7Yc832qK6I3KYQGKciOBAhB7g= go.opentelemetry.io/collector/processor/processorhelper/xprocessorhelper v0.130.0 h1:tZiPRbXLG76w8hn3+FhoAkqn8MJynICfjNxGUVQ8jEI= go.opentelemetry.io/collector/processor/processorhelper/xprocessorhelper v0.130.0/go.mod h1:CKPBpWjBL8x2M+QpOje8T9Lll7jGmP2dwwffDVkifck= -go.opentelemetry.io/collector/processor/processortest v0.130.0 h1:fI+upRSdb/FfcuSf0MqEh9WM0tH5l91GbUjbL0j+O+Q= -go.opentelemetry.io/collector/processor/processortest v0.130.0/go.mod h1:IxVVbJQLBRX+O49UblqZ+5yGyloiVdoWDM/z+cuBtaI= -go.opentelemetry.io/collector/processor/xprocessor v0.130.0 h1:SeZF5FfLKc2UrrSrt1wbfYUgTs6vEQMMQsGPVhqjles= -go.opentelemetry.io/collector/processor/xprocessor v0.130.0/go.mod h1:nx5wDjP5hvIPEpISHELYP/j7wUwLsAdGNx+2p+GaZQI= -go.opentelemetry.io/collector/receiver v1.36.0 h1:GrNTwRRxXRDY97xXKYsc5VuYh8PjzCsEbA3WC51BhxI= -go.opentelemetry.io/collector/receiver v1.36.0/go.mod h1:qZmxT9G9styht+ZNVozZ9+uYKLse4Mi7PRTDpta2g40= +go.opentelemetry.io/collector/processor/processortest v0.132.0 h1:p8vk2ICOB2LlpVd7Y8JF0uvtNxJA57XOG4/EDi3zlgA= +go.opentelemetry.io/collector/processor/processortest v0.132.0/go.mod h1:hYYON5yz+EDdvM0RRCXKCAaoJn149hrUHZCd/zMngMo= +go.opentelemetry.io/collector/processor/xprocessor v0.132.0 h1:cuEJqX5hZf/N27nPgnl0tm0ECOMHQqhmsoVDmAVfeYg= +go.opentelemetry.io/collector/processor/xprocessor v0.132.0/go.mod h1:0N2Ko7CMUwbKydTU6gGTPZEFClHZmY0vUMOYq1c9dbA= +go.opentelemetry.io/collector/receiver v1.38.0 h1:D4eGk8crniFr0FHgTq6FhqXMtUPL56iHk+FKX5A+PYA= +go.opentelemetry.io/collector/receiver v1.38.0/go.mod h1:xIzC4XarvJvq5HuG588qaWSaJMCMgZPmYDTcXUto4lI= go.opentelemetry.io/collector/receiver/nopreceiver v0.130.0 h1:yGDBDpkiREiTcylwXmVt7wBfhYZjFedgicfqZmNHjhs= go.opentelemetry.io/collector/receiver/nopreceiver v0.130.0/go.mod h1:CJX18pr/rfag5ngeGc/n10fPLK9U7GlKkfqerqD065A= go.opentelemetry.io/collector/receiver/otlpreceiver v0.130.0 h1:svH53H32GHpALCWfMvSTMfLNe4krAZQbeR8q3Aab/Vc= go.opentelemetry.io/collector/receiver/otlpreceiver v0.130.0/go.mod h1:zN0CP7zBH8V9EYulLuQ5QWcC6vhhuKsxoQeh2z/FaHY= go.opentelemetry.io/collector/receiver/receiverhelper v0.130.0 h1:314U4M2lk2UXijP5fh0fGmcGSyObMao7AOqLWNTyvAk= go.opentelemetry.io/collector/receiver/receiverhelper v0.130.0/go.mod h1:B0e4+oYFsPKD1fiBINBS9CXjuhe5GE37kxqjZ/hPE/I= -go.opentelemetry.io/collector/receiver/receivertest v0.130.0 h1:zq0EIa8qnACqm8r4rIcVksVEj9VvR/5dR60xMAT9U+4= -go.opentelemetry.io/collector/receiver/receivertest v0.130.0/go.mod h1:P788FLF5cfr+bq8Lln2+VBdJVn+ctLggvYgddzyolmM= -go.opentelemetry.io/collector/receiver/xreceiver v0.130.0 h1:78aQBiCGqAIqSt7Y6cIBXoJ7Omr1cV4w0Bg0wAA/qZc= -go.opentelemetry.io/collector/receiver/xreceiver v0.130.0/go.mod h1:sSz9SMOWtODP/yrg3198Sel6S7RliuDARRD1Uk99pZI= +go.opentelemetry.io/collector/receiver/receivertest v0.132.0 h1:9it4Tb52OC9k+5zUOHztxkg9uoS/OmbeBrDK4/je1EM= +go.opentelemetry.io/collector/receiver/receivertest v0.132.0/go.mod h1:fUKFKe1N+fBG7RptBvAupIgtwidgmGfJkmMrC/Tcvgw= +go.opentelemetry.io/collector/receiver/xreceiver v0.132.0 h1:X35jYlFC0fNnfJ92H44oIugnDjbxSwkr8+tjRmW9ldA= +go.opentelemetry.io/collector/receiver/xreceiver v0.132.0/go.mod h1:3pmGNxo3oJ1tCkI6Wfc2ZQhZtSVh4SsmQ8aZ06cghyg= go.opentelemetry.io/collector/scraper v0.130.0 h1:G4QehxFpuaOqPUOfVEJxQHzYh0GfByp3FW6wGdTjmZE= go.opentelemetry.io/collector/scraper v0.130.0/go.mod h1:UWabB17MoifFxaU5KyBt2vBMVqWzzFRTGbm9QMHlLQI= go.opentelemetry.io/collector/scraper/scraperhelper v0.130.0 h1:Xby8gdptijN3Ux2lLmYn6MPwBlv5oC785Mina8rKu7Q= @@ -1794,14 +1794,14 @@ go.opentelemetry.io/collector/scraper/scrapertest v0.130.0 h1:Yu9PyEMa6Jhj47Jau9 go.opentelemetry.io/collector/scraper/scrapertest v0.130.0/go.mod h1:TAShdgIs42hMhyozLDBw1bgpK3b6hqHbvl6+GQo+Hx4= go.opentelemetry.io/collector/semconv v0.128.1-0.20250610090210-188191247685 h1:XCN7qkZRNzRYfn6chsMZkbFZxoFcW6fZIsZs2aCzcbc= go.opentelemetry.io/collector/semconv v0.128.1-0.20250610090210-188191247685/go.mod h1:OPXer4l43X23cnjLXIZnRj/qQOjSuq4TgBLI76P9hns= -go.opentelemetry.io/collector/service v0.130.0 h1:SAC0U0Ab/Jk/qzjWjLVuALWw/tyIN+1FRNyiYjiRU2M= -go.opentelemetry.io/collector/service v0.130.0/go.mod h1:KxrMvq7o14WyLRd0oqgATn9IUBj/VOAPWaOxCL4IjfA= -go.opentelemetry.io/collector/service/hostcapabilities v0.130.0 h1:Aqe/Am2pVBVEnUzVSSOxuCd24rcfGU0rtVGtUinDrM4= -go.opentelemetry.io/collector/service/hostcapabilities v0.130.0/go.mod h1:wNHAB2GzvmCDzJBt+mJK5IcwOiwkPqUCDoOIHBrZLpE= +go.opentelemetry.io/collector/service v0.132.0 h1:8plXHH94SeUspJ7bKeRfnbyPgr1CyOaBobShyRGwUS8= +go.opentelemetry.io/collector/service v0.132.0/go.mod h1:833hxWMEcIH16HRiTiik+IEFh0hNDBvVGsJXY4KDKM4= +go.opentelemetry.io/collector/service/hostcapabilities v0.132.0 h1:+8Tkidn2H16HCgU9Hm+OYTaSshSKrwl/rSsR0jipWbQ= +go.opentelemetry.io/collector/service/hostcapabilities v0.132.0/go.mod h1:xRy8NuHc9p4K4u1nOzpuOJDL/7Ui/vmOUjVndywDMkc= go.opentelemetry.io/contrib/bridges/otelzap v0.12.0 h1:FGre0nZh5BSw7G73VpT3xs38HchsfPsa2aZtMp0NPOs= go.opentelemetry.io/contrib/bridges/otelzap v0.12.0/go.mod h1:X2PYPViI2wTPIMIOBjG17KNybTzsrATnvPJ02kkz7LM= -go.opentelemetry.io/contrib/detectors/gcp v1.35.0 h1:bGvFt68+KTiAKFlacHW6AhA56GF2rS0bdD3aJYEnmzA= -go.opentelemetry.io/contrib/detectors/gcp v1.35.0/go.mod h1:qGWP8/+ILwMRIUf9uIVLloR1uo5ZYAslM4O6OqUi1DA= +go.opentelemetry.io/contrib/detectors/gcp v1.36.0 h1:F7q2tNlCaHY9nMKHR6XH9/qkp8FktLnIcy6jJNyOCQw= +go.opentelemetry.io/contrib/detectors/gcp v1.36.0/go.mod h1:IbBN8uAIIx734PTonTPxAxnjc2pQTxWNkwfstZ+6H2k= go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0 h1:rbRJ8BBoVMsQShESYZ0FkvcITu8X8QNwJogcLUmDNNw= go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0/go.mod h1:ru6KHrNtNHxM4nD/vd6QrLVWgKhxPYgblq4VAtNawTQ= go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.61.0 h1:lREC4C0ilyP4WibDhQ7Gg2ygAQFP8oR07Fst/5cafwI= @@ -2014,7 +2014,6 @@ golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= @@ -2089,17 +2088,17 @@ google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98 google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo= google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2 h1:1tXaIXCracvtsRxSBsYDiSBN0cuJvM7QYW+MrpIRY78= google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2/go.mod h1:49MsLSx0oWMOZqcpB3uL8ZOkAh1+TndpJ8ONoCBWiZk= -google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 h1:oWVWY3NzT7KJppx2UKhKmzPq4SRe0LdCijVRwvGeikY= -google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822/go.mod h1:h3c4v36UTKzUiuaOKQ6gr3S+0hovBtUrXzTG/i3+XEc= -google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 h1:fc6jSaCT0vBduLYZHYrBBNY4dsWuvgyff9noRNDdBeE= -google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822/go.mod h1:qQ0YXyHHx3XkvlzUtpXDkS29lDSafHMZBAZDc03LQ3A= +google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 h1:FiusG7LWj+4byqhbvmB+Q93B/mOxJLN2DTozDuZm4EU= +google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7/go.mod h1:kXqgZtrWaf6qS3jZOCnCH7WYfrvFjkC51bM8fz3RsCA= +google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 h1:pFyd6EwwL2TqFf8emdthzeX+gZE1ElRq3iM8pui4KBY= +google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7/go.mod h1:qQ0YXyHHx3XkvlzUtpXDkS29lDSafHMZBAZDc03LQ3A= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY= google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc= -google.golang.org/grpc v1.73.0 h1:VIWSmpI2MegBtTuFt5/JWy2oXxtjJ/e89Z70ImfD2ok= -google.golang.org/grpc v1.73.0/go.mod h1:50sbHOUqWoCQGI8V2HQLJM0B+LMlIUjNSZmow7EVBQc= +google.golang.org/grpc v1.75.0 h1:+TW+dqTd2Biwe6KKfhE5JpiYIBWq865PhKGSXiivqt4= +google.golang.org/grpc v1.75.0/go.mod h1:JtPAzKiq4v1xcAB2hydNlWI2RnF85XXcV0mhKXr2ecQ= google.golang.org/grpc/examples v0.0.0-20230831183909-e498bbc9bd37 h1:kNDwMX0e15RGrBh4L1jfhVxyddRi6J/y8Gg+dcZr+S8= google.golang.org/grpc/examples v0.0.0-20230831183909-e498bbc9bd37/go.mod h1:GGFp5xqHkVYOZBc9//ZnLinno7HB6j97fG1nL3au94o= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= @@ -2113,8 +2112,8 @@ google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpAD google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -google.golang.org/protobuf v1.36.6 h1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY= -google.golang.org/protobuf v1.36.6/go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY= +google.golang.org/protobuf v1.36.7 h1:IgrO7UwFQGJdRNXH/sQux4R1Dj1WAKcLElzeeRaXV2A= +google.golang.org/protobuf v1.36.7/go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY= gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= From e4cbf1044924c0046b617c0d7b5336712e6bed26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 00:30:35 +0000 Subject: [PATCH 3/6] chore: Update to elastic/beats@11d6605a053d MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- NOTICE-fips.txt | 4 ++-- NOTICE.txt | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NOTICE-fips.txt b/NOTICE-fips.txt index ab4f96595f1..90d8204b781 100644 --- a/NOTICE-fips.txt +++ b/NOTICE-fips.txt @@ -787,11 +787,11 @@ Contents of probable licence file $GOMODCACHE/github.com/dolmen-go/contextio@v0. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20250911200435-a13d9a17d97f +Version: v7.0.0-alpha2.0.20250912193044-11d6605a053d Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250911200435-a13d9a17d97f/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250912193044-11d6605a053d/LICENSE.txt: Source code in this repository is variously licensed under the Apache License Version 2.0, an Apache compatible license, or the Elastic License. Outside of diff --git a/NOTICE.txt b/NOTICE.txt index 42b42fb8863..dbe4ad1c37b 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -787,11 +787,11 @@ Contents of probable licence file $GOMODCACHE/github.com/dolmen-go/contextio@v0. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20250911200435-a13d9a17d97f +Version: v7.0.0-alpha2.0.20250912193044-11d6605a053d Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250911200435-a13d9a17d97f/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250912193044-11d6605a053d/LICENSE.txt: Source code in this repository is variously licensed under the Apache License Version 2.0, an Apache compatible license, or the Elastic License. Outside of diff --git a/go.mod b/go.mod index b4d5b7cb572..af0fbe34633 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/docker/docker v28.3.3+incompatible github.com/docker/go-units v0.5.0 github.com/dolmen-go/contextio v0.0.0-20200217195037-68fc5150bcd5 - github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250911200435-a13d9a17d97f + github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250912193044-11d6605a053d github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae github.com/elastic/elastic-agent-autodiscover v0.10.0 github.com/elastic/elastic-agent-client/v7 v7.17.2 diff --git a/go.sum b/go.sum index 0ff578b61f9..696682b0cd5 100644 --- a/go.sum +++ b/go.sum @@ -483,8 +483,8 @@ github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumpti github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumption v1.1.0-elastic/go.mod h1:0vCBR1wgGwZeGmloJ+eCWIZF2S47grTXRzj2mftg2Nk= github.com/elastic/bayeux v1.0.5 h1:UceFq01ipmT3S8DzFK+uVAkbCdiPR0Bqei8qIGmUeY0= github.com/elastic/bayeux v1.0.5/go.mod h1:CSI4iP7qeo5MMlkznGvYKftp8M7qqP/3nzmVZoXHY68= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250911200435-a13d9a17d97f h1:Ap6oP1pXsrlNOaXn6KcTQlNxSC4RkF7YuXZEWWzx/vM= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250911200435-a13d9a17d97f/go.mod h1:F7DG4+RuHE5sVtqzk2swGBsc8+W2LH24V1nEhAHXEyY= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250912193044-11d6605a053d h1:9gN55smhN/p4ukbJCpCiihJxw9lg7Rc5oz1pRY9OpRs= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250912193044-11d6605a053d/go.mod h1:F7DG4+RuHE5sVtqzk2swGBsc8+W2LH24V1nEhAHXEyY= github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae h1:OiShmbWAyGU0MS0ADJWr1/QgeLIZliMk9xsrFicR3/s= github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae/go.mod h1:D2IckZVXARugvikE4fv1glvaJMohKSZRzrPsxCjo9O0= github.com/elastic/elastic-agent-autodiscover v0.10.0 h1:WJ4zl9uSfk1kHmn2B/0byQBLIL607Zt4LNfOgV7+XN0= From fd95e5d362701c5b449db0f66f7e1a24cb927ca7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 00:25:44 +0000 Subject: [PATCH 4/6] chore: Update to elastic/beats@3936f8479762 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- NOTICE-fips.txt | 4 ++-- NOTICE.txt | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NOTICE-fips.txt b/NOTICE-fips.txt index 90d8204b781..bf44594e3e6 100644 --- a/NOTICE-fips.txt +++ b/NOTICE-fips.txt @@ -787,11 +787,11 @@ Contents of probable licence file $GOMODCACHE/github.com/dolmen-go/contextio@v0. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20250912193044-11d6605a053d +Version: v7.0.0-alpha2.0.20250915215844-3936f8479762 Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250912193044-11d6605a053d/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250915215844-3936f8479762/LICENSE.txt: Source code in this repository is variously licensed under the Apache License Version 2.0, an Apache compatible license, or the Elastic License. Outside of diff --git a/NOTICE.txt b/NOTICE.txt index dbe4ad1c37b..65cb28430aa 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -787,11 +787,11 @@ Contents of probable licence file $GOMODCACHE/github.com/dolmen-go/contextio@v0. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20250912193044-11d6605a053d +Version: v7.0.0-alpha2.0.20250915215844-3936f8479762 Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250912193044-11d6605a053d/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250915215844-3936f8479762/LICENSE.txt: Source code in this repository is variously licensed under the Apache License Version 2.0, an Apache compatible license, or the Elastic License. Outside of diff --git a/go.mod b/go.mod index af0fbe34633..99119f64aa7 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/docker/docker v28.3.3+incompatible github.com/docker/go-units v0.5.0 github.com/dolmen-go/contextio v0.0.0-20200217195037-68fc5150bcd5 - github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250912193044-11d6605a053d + github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250915215844-3936f8479762 github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae github.com/elastic/elastic-agent-autodiscover v0.10.0 github.com/elastic/elastic-agent-client/v7 v7.17.2 diff --git a/go.sum b/go.sum index 696682b0cd5..a8ced28e902 100644 --- a/go.sum +++ b/go.sum @@ -483,8 +483,8 @@ github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumpti github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumption v1.1.0-elastic/go.mod h1:0vCBR1wgGwZeGmloJ+eCWIZF2S47grTXRzj2mftg2Nk= github.com/elastic/bayeux v1.0.5 h1:UceFq01ipmT3S8DzFK+uVAkbCdiPR0Bqei8qIGmUeY0= github.com/elastic/bayeux v1.0.5/go.mod h1:CSI4iP7qeo5MMlkznGvYKftp8M7qqP/3nzmVZoXHY68= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250912193044-11d6605a053d h1:9gN55smhN/p4ukbJCpCiihJxw9lg7Rc5oz1pRY9OpRs= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250912193044-11d6605a053d/go.mod h1:F7DG4+RuHE5sVtqzk2swGBsc8+W2LH24V1nEhAHXEyY= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250915215844-3936f8479762 h1:F2Gzj/tczRN9tstoWXrNas0zJItdxuTgAPgjM8t+r3A= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250915215844-3936f8479762/go.mod h1:F7DG4+RuHE5sVtqzk2swGBsc8+W2LH24V1nEhAHXEyY= github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae h1:OiShmbWAyGU0MS0ADJWr1/QgeLIZliMk9xsrFicR3/s= github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae/go.mod h1:D2IckZVXARugvikE4fv1glvaJMohKSZRzrPsxCjo9O0= github.com/elastic/elastic-agent-autodiscover v0.10.0 h1:WJ4zl9uSfk1kHmn2B/0byQBLIL607Zt4LNfOgV7+XN0= From 72ce0b6a429744458ee836dba7da50cfee7c715c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 00:29:40 +0000 Subject: [PATCH 5/6] chore: Update to elastic/beats@c50e2cc4adfa MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- NOTICE-fips.txt | 4 ++-- NOTICE.txt | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NOTICE-fips.txt b/NOTICE-fips.txt index bf44594e3e6..f313122045e 100644 --- a/NOTICE-fips.txt +++ b/NOTICE-fips.txt @@ -787,11 +787,11 @@ Contents of probable licence file $GOMODCACHE/github.com/dolmen-go/contextio@v0. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20250915215844-3936f8479762 +Version: v7.0.0-alpha2.0.20250916190152-c50e2cc4adfa Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250915215844-3936f8479762/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250916190152-c50e2cc4adfa/LICENSE.txt: Source code in this repository is variously licensed under the Apache License Version 2.0, an Apache compatible license, or the Elastic License. Outside of diff --git a/NOTICE.txt b/NOTICE.txt index 65cb28430aa..72bc5a9cf5b 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -787,11 +787,11 @@ Contents of probable licence file $GOMODCACHE/github.com/dolmen-go/contextio@v0. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20250915215844-3936f8479762 +Version: v7.0.0-alpha2.0.20250916190152-c50e2cc4adfa Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250915215844-3936f8479762/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250916190152-c50e2cc4adfa/LICENSE.txt: Source code in this repository is variously licensed under the Apache License Version 2.0, an Apache compatible license, or the Elastic License. Outside of diff --git a/go.mod b/go.mod index 99119f64aa7..2a7292acc91 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/docker/docker v28.3.3+incompatible github.com/docker/go-units v0.5.0 github.com/dolmen-go/contextio v0.0.0-20200217195037-68fc5150bcd5 - github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250915215844-3936f8479762 + github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250916190152-c50e2cc4adfa github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae github.com/elastic/elastic-agent-autodiscover v0.10.0 github.com/elastic/elastic-agent-client/v7 v7.17.2 diff --git a/go.sum b/go.sum index a8ced28e902..853d3b7ddff 100644 --- a/go.sum +++ b/go.sum @@ -483,8 +483,8 @@ github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumpti github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumption v1.1.0-elastic/go.mod h1:0vCBR1wgGwZeGmloJ+eCWIZF2S47grTXRzj2mftg2Nk= github.com/elastic/bayeux v1.0.5 h1:UceFq01ipmT3S8DzFK+uVAkbCdiPR0Bqei8qIGmUeY0= github.com/elastic/bayeux v1.0.5/go.mod h1:CSI4iP7qeo5MMlkznGvYKftp8M7qqP/3nzmVZoXHY68= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250915215844-3936f8479762 h1:F2Gzj/tczRN9tstoWXrNas0zJItdxuTgAPgjM8t+r3A= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250915215844-3936f8479762/go.mod h1:F7DG4+RuHE5sVtqzk2swGBsc8+W2LH24V1nEhAHXEyY= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250916190152-c50e2cc4adfa h1:+iw/oHfYj8xwgFcan0zIgtqFO12ZBVagVxc/F4kXIqI= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250916190152-c50e2cc4adfa/go.mod h1:F7DG4+RuHE5sVtqzk2swGBsc8+W2LH24V1nEhAHXEyY= github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae h1:OiShmbWAyGU0MS0ADJWr1/QgeLIZliMk9xsrFicR3/s= github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae/go.mod h1:D2IckZVXARugvikE4fv1glvaJMohKSZRzrPsxCjo9O0= github.com/elastic/elastic-agent-autodiscover v0.10.0 h1:WJ4zl9uSfk1kHmn2B/0byQBLIL607Zt4LNfOgV7+XN0= From bc6ae906120121a3110d2b154526f94c4911bceb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 00:25:29 +0000 Subject: [PATCH 6/6] chore: Update to elastic/beats@97ccf5f0c970 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- NOTICE-fips.txt | 4 ++-- NOTICE.txt | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NOTICE-fips.txt b/NOTICE-fips.txt index f313122045e..8e944b15e3e 100644 --- a/NOTICE-fips.txt +++ b/NOTICE-fips.txt @@ -787,11 +787,11 @@ Contents of probable licence file $GOMODCACHE/github.com/dolmen-go/contextio@v0. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20250916190152-c50e2cc4adfa +Version: v7.0.0-alpha2.0.20250917194207-97ccf5f0c970 Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250916190152-c50e2cc4adfa/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250917194207-97ccf5f0c970/LICENSE.txt: Source code in this repository is variously licensed under the Apache License Version 2.0, an Apache compatible license, or the Elastic License. Outside of diff --git a/NOTICE.txt b/NOTICE.txt index 72bc5a9cf5b..16f3eaeb53e 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -787,11 +787,11 @@ Contents of probable licence file $GOMODCACHE/github.com/dolmen-go/contextio@v0. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20250916190152-c50e2cc4adfa +Version: v7.0.0-alpha2.0.20250917194207-97ccf5f0c970 Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250916190152-c50e2cc4adfa/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20250917194207-97ccf5f0c970/LICENSE.txt: Source code in this repository is variously licensed under the Apache License Version 2.0, an Apache compatible license, or the Elastic License. Outside of diff --git a/go.mod b/go.mod index 2a7292acc91..9252b76e16e 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/docker/docker v28.3.3+incompatible github.com/docker/go-units v0.5.0 github.com/dolmen-go/contextio v0.0.0-20200217195037-68fc5150bcd5 - github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250916190152-c50e2cc4adfa + github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250917194207-97ccf5f0c970 github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae github.com/elastic/elastic-agent-autodiscover v0.10.0 github.com/elastic/elastic-agent-client/v7 v7.17.2 diff --git a/go.sum b/go.sum index 853d3b7ddff..b2550f6a2f4 100644 --- a/go.sum +++ b/go.sum @@ -483,8 +483,8 @@ github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumpti github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumption v1.1.0-elastic/go.mod h1:0vCBR1wgGwZeGmloJ+eCWIZF2S47grTXRzj2mftg2Nk= github.com/elastic/bayeux v1.0.5 h1:UceFq01ipmT3S8DzFK+uVAkbCdiPR0Bqei8qIGmUeY0= github.com/elastic/bayeux v1.0.5/go.mod h1:CSI4iP7qeo5MMlkznGvYKftp8M7qqP/3nzmVZoXHY68= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250916190152-c50e2cc4adfa h1:+iw/oHfYj8xwgFcan0zIgtqFO12ZBVagVxc/F4kXIqI= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250916190152-c50e2cc4adfa/go.mod h1:F7DG4+RuHE5sVtqzk2swGBsc8+W2LH24V1nEhAHXEyY= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250917194207-97ccf5f0c970 h1:L1qZv576DC+/WZXOiNFi2mujAwEb2hbMyNQ5DJ9mYdw= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250917194207-97ccf5f0c970/go.mod h1:F7DG4+RuHE5sVtqzk2swGBsc8+W2LH24V1nEhAHXEyY= github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae h1:OiShmbWAyGU0MS0ADJWr1/QgeLIZliMk9xsrFicR3/s= github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae/go.mod h1:D2IckZVXARugvikE4fv1glvaJMohKSZRzrPsxCjo9O0= github.com/elastic/elastic-agent-autodiscover v0.10.0 h1:WJ4zl9uSfk1kHmn2B/0byQBLIL607Zt4LNfOgV7+XN0=