diff --git a/NOTICE-fips.txt b/NOTICE-fips.txt index 5360f18eca6..29f8fcc6e93 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.20251204214633-dd3af18220bf +Version: v7.0.0-alpha2.0.20251207162230-1c8215c08c9c Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20251204214633-dd3af18220bf/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20251207162230-1c8215c08c9c/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 a98519f891e..61841560c40 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.20251204214633-dd3af18220bf +Version: v7.0.0-alpha2.0.20251207162230-1c8215c08c9c Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20251204214633-dd3af18220bf/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20251207162230-1c8215c08c9c/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 e83f12d2a60..5034edf5f3f 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/docker/docker v28.5.1+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.20251204214633-dd3af18220bf + github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251207162230-1c8215c08c9c 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 6cb727d80d2..84743e35ee7 100644 --- a/go.sum +++ b/go.sum @@ -503,8 +503,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.20251204214633-dd3af18220bf h1:EU+C0vlUR/QD9rF0f7e24rM1AihhPlTdZSHrlOhrsJI= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251204214633-dd3af18220bf/go.mod h1:jFJMJMOG18CdEbvM3UKQnn3Ft66j2vgMfStZwLAcK+A= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251207162230-1c8215c08c9c h1:SQYQ+L6YHm4bUueK6/z0xp8uRMx9EIdcOTE9poQWcJA= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251207162230-1c8215c08c9c/go.mod h1:y9CnW61pzAjYU4CIQbx+enCK29wHR1jV5A7yhicCa/Q= 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= diff --git a/internal/edot/go.mod b/internal/edot/go.mod index bc36ebbfe85..6c2bdf68e1a 100644 --- a/internal/edot/go.mod +++ b/internal/edot/go.mod @@ -5,7 +5,7 @@ go 1.24.11 replace github.com/elastic/elastic-agent => ../../ require ( - github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251204214633-dd3af18220bf + github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251207162230-1c8215c08c9c github.com/elastic/elastic-agent v0.0.0-00010101000000-000000000000 github.com/elastic/elastic-agent-libs v0.28.0 github.com/elastic/opentelemetry-collector-components/connector/elasticapmconnector v0.20.0 diff --git a/internal/edot/go.sum b/internal/edot/go.sum index e5aef35a48e..0f4919176e9 100644 --- a/internal/edot/go.sum +++ b/internal/edot/go.sum @@ -432,8 +432,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.20251204214633-dd3af18220bf h1:EU+C0vlUR/QD9rF0f7e24rM1AihhPlTdZSHrlOhrsJI= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251204214633-dd3af18220bf/go.mod h1:jFJMJMOG18CdEbvM3UKQnn3Ft66j2vgMfStZwLAcK+A= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251207162230-1c8215c08c9c h1:SQYQ+L6YHm4bUueK6/z0xp8uRMx9EIdcOTE9poQWcJA= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251207162230-1c8215c08c9c/go.mod h1:y9CnW61pzAjYU4CIQbx+enCK29wHR1jV5A7yhicCa/Q= github.com/elastic/elastic-agent-autodiscover v0.10.0 h1:WJ4zl9uSfk1kHmn2B/0byQBLIL607Zt4LNfOgV7+XN0= github.com/elastic/elastic-agent-autodiscover v0.10.0/go.mod h1:Nf3zh9FcJ9nTTswTwDTUAqXmvQllOrNliM6xmORSxwE= github.com/elastic/elastic-agent-client/v7 v7.17.2 h1:Cl2TeABqWZgW40t5fchGWT/sRk4MDDLWA0d8iHHOxLA=