From 434111bc0dae0b5e617119c684b0c91c867ce9e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 15:38:48 +0100 Subject: [PATCH] build(deps): bump github.com/elastic/elastic-agent-libs from 0.33.1 to 0.33.2 (#6463) * build(deps): bump github.com/elastic/elastic-agent-libs Bumps [github.com/elastic/elastic-agent-libs](https://github.com/elastic/elastic-agent-libs) from 0.33.1 to 0.33.2. - [Release notes](https://github.com/elastic/elastic-agent-libs/releases) - [Commits](https://github.com/elastic/elastic-agent-libs/compare/v0.33.1...v0.33.2) --- updated-dependencies: - dependency-name: github.com/elastic/elastic-agent-libs dependency-version: 0.33.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Post dependabot file modifications --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] (cherry picked from commit b43708ee71b6253c511d008adf1c4ffe07dd9579) --- NOTICE-fips.txt | 4 ++-- NOTICE.txt | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- testing/go.mod | 2 +- testing/go.sum | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NOTICE-fips.txt b/NOTICE-fips.txt index 67816636d..875bc0c07 100644 --- a/NOTICE-fips.txt +++ b/NOTICE-fips.txt @@ -631,11 +631,11 @@ SOFTWARE -------------------------------------------------------------------------------- Dependency : github.com/elastic/elastic-agent-libs -Version: v0.33.1 +Version: v0.33.2 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.33.1/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.33.2/LICENSE: Apache License Version 2.0, January 2004 diff --git a/NOTICE.txt b/NOTICE.txt index 8df01eeb7..1289be8e8 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -631,11 +631,11 @@ SOFTWARE -------------------------------------------------------------------------------- Dependency : github.com/elastic/elastic-agent-libs -Version: v0.33.1 +Version: v0.33.2 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.33.1/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.33.2/LICENSE: Apache License Version 2.0, January 2004 diff --git a/go.mod b/go.mod index 8a26f8652..537bf641c 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/dgraph-io/ristretto v0.2.0 github.com/docker/go-units v0.5.0 github.com/elastic/elastic-agent-client/v7 v7.18.0 - github.com/elastic/elastic-agent-libs v0.33.1 + github.com/elastic/elastic-agent-libs v0.33.2 github.com/elastic/elastic-agent-system-metrics v0.14.2 github.com/elastic/go-elasticsearch/v8 v8.19.3 github.com/elastic/go-ucfg v0.8.8 diff --git a/go.sum b/go.sum index a377a9944..ea5a75e1a 100644 --- a/go.sum +++ b/go.sum @@ -33,8 +33,8 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto= github.com/elastic/elastic-agent-client/v7 v7.18.0 h1:zXdoErqECfvRjj1c+1Ko4VGuUnFtJfTiC9JJz4aQCHc= github.com/elastic/elastic-agent-client/v7 v7.18.0/go.mod h1:ChFjpIfSsQOnhWT3se5Euw/o8P4Vf77FxeObE/vUfSc= -github.com/elastic/elastic-agent-libs v0.33.1 h1:ncdg8Tvc1dpQ0FGa1/wm831Qq/oScdpIzNp4D7tok6Q= -github.com/elastic/elastic-agent-libs v0.33.1/go.mod h1:0xUg7alsNE/WhY9DZRIdTYW75nqSHC1octIAg//j/PQ= +github.com/elastic/elastic-agent-libs v0.33.2 h1:Y0XKL8xOoHsLdu0J2Iwp57Wa2APFORRzSGWWbukrVPg= +github.com/elastic/elastic-agent-libs v0.33.2/go.mod h1:0xUg7alsNE/WhY9DZRIdTYW75nqSHC1octIAg//j/PQ= github.com/elastic/elastic-agent-system-metrics v0.14.2 h1:OduTwpW4ZiEG3kzMGg31Y0ApJ5fABYFG1U8F5+J3svY= github.com/elastic/elastic-agent-system-metrics v0.14.2/go.mod h1:JNfnZrC0viAjlJRUzQKKuMpDlXgjXBn4WdWEXQF7jcA= github.com/elastic/elastic-transport-go/v8 v8.8.0 h1:7k1Ua+qluFr6p1jfJjGDl97ssJS/P7cHNInzfxgBQAo= diff --git a/testing/go.mod b/testing/go.mod index 5d382596c..6352a47a1 100644 --- a/testing/go.mod +++ b/testing/go.mod @@ -11,7 +11,7 @@ require ( github.com/Shopify/toxiproxy/v2 v2.12.0 github.com/docker/docker v28.5.2+incompatible github.com/elastic/elastic-agent-client/v7 v7.18.0 - github.com/elastic/elastic-agent-libs v0.33.1 + github.com/elastic/elastic-agent-libs v0.33.2 github.com/elastic/fleet-server/pkg/api v0.0.0-00010101000000-000000000000 github.com/elastic/fleet-server/v7 v7.0.0-00010101000000-000000000000 github.com/gofrs/uuid/v5 v5.4.0 diff --git a/testing/go.sum b/testing/go.sum index 6b4e8c9a8..0a501f287 100644 --- a/testing/go.sum +++ b/testing/go.sum @@ -47,8 +47,8 @@ github.com/ebitengine/purego v0.8.4 h1:CF7LEKg5FFOsASUj0+QwaXf8Ht6TlFxg09+S9wz0o github.com/ebitengine/purego v0.8.4/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ= github.com/elastic/elastic-agent-client/v7 v7.18.0 h1:zXdoErqECfvRjj1c+1Ko4VGuUnFtJfTiC9JJz4aQCHc= github.com/elastic/elastic-agent-client/v7 v7.18.0/go.mod h1:ChFjpIfSsQOnhWT3se5Euw/o8P4Vf77FxeObE/vUfSc= -github.com/elastic/elastic-agent-libs v0.33.1 h1:ncdg8Tvc1dpQ0FGa1/wm831Qq/oScdpIzNp4D7tok6Q= -github.com/elastic/elastic-agent-libs v0.33.1/go.mod h1:0xUg7alsNE/WhY9DZRIdTYW75nqSHC1octIAg//j/PQ= +github.com/elastic/elastic-agent-libs v0.33.2 h1:Y0XKL8xOoHsLdu0J2Iwp57Wa2APFORRzSGWWbukrVPg= +github.com/elastic/elastic-agent-libs v0.33.2/go.mod h1:0xUg7alsNE/WhY9DZRIdTYW75nqSHC1octIAg//j/PQ= github.com/elastic/go-sysinfo v1.15.1 h1:zBmTnFEXxIQ3iwcQuk7MzaUotmKRp3OabbbWM8TdzIQ= github.com/elastic/go-sysinfo v1.15.1/go.mod h1:jPSuTgXG+dhhh0GKIyI2Cso+w5lPJ5PvVqKlL8LV/Hk= github.com/elastic/go-ucfg v0.8.8 h1:54KIF/2zFKfl0MzsSOCGOsZ3O2bnjFQJ0nDJcLhviyk=