File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -787,11 +787,11 @@ Contents of probable licence file $GOMODCACHE/github.com/dolmen-go/contextio@v0.
787787
788788--------------------------------------------------------------------------------
789789Dependency : github.com/elastic/beats/v7
790- Version: v7.0.0-alpha2.0.20251117222225-3d17cad1ab6d
790+ Version: v7.0.0-alpha2.0.20251118234110-a4e336c8b5b2
791791Licence type (autodetected): Elastic
792792--------------------------------------------------------------------------------
793793
794- Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/
[email protected] .
20251117222225-3d17cad1ab6d /LICENSE.txt:
794+ Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/
[email protected] .
20251118234110-a4e336c8b5b2 /LICENSE.txt:
795795
796796Source code in this repository is variously licensed under the Apache License
797797Version 2.0, an Apache compatible license, or the Elastic License. Outside of
Original file line number Diff line number Diff line change @@ -787,11 +787,11 @@ Contents of probable licence file $GOMODCACHE/github.com/dolmen-go/contextio@v0.
787787
788788--------------------------------------------------------------------------------
789789Dependency : github.com/elastic/beats/v7
790- Version: v7.0.0-alpha2.0.20251117222225-3d17cad1ab6d
790+ Version: v7.0.0-alpha2.0.20251118234110-a4e336c8b5b2
791791Licence type (autodetected): Elastic
792792--------------------------------------------------------------------------------
793793
794- Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/
[email protected] .
20251117222225-3d17cad1ab6d /LICENSE.txt:
794+ Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/
[email protected] .
20251118234110-a4e336c8b5b2 /LICENSE.txt:
795795
796796Source code in this repository is variously licensed under the Apache License
797797Version 2.0, an Apache compatible license, or the Elastic License. Outside of
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/docker/docker v28.4.0+incompatible
1515 github.com/docker/go-units v0.5.0
1616 github.com/dolmen-go/contextio v0.0.0-20200217195037-68fc5150bcd5
17- github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251117222225-3d17cad1ab6d
17+ github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251118234110-a4e336c8b5b2
1818 github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae
1919 github.com/elastic/elastic-agent-autodiscover v0.10.0
2020 github.com/elastic/elastic-agent-client/v7 v7.17.2
Original file line number Diff line number Diff line change @@ -511,8 +511,8 @@ github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumpti
511511github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumption v1.1.0-elastic /go.mod h1:0vCBR1wgGwZeGmloJ+eCWIZF2S47grTXRzj2mftg2Nk =
512512github.com/elastic/bayeux v1.0.5 h1:UceFq01ipmT3S8DzFK+uVAkbCdiPR0Bqei8qIGmUeY0 =
513513github.com/elastic/bayeux v1.0.5 /go.mod h1:CSI4iP7qeo5MMlkznGvYKftp8M7qqP/3nzmVZoXHY68 =
514- github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251117222225-3d17cad1ab6d h1:WiLFsGBR7P1ErPCUngBbOWU3poKF7WAdycwWcp5HeIA =
515- github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251117222225-3d17cad1ab6d /go.mod h1:c8O8MuFlYOkEbT1qdC/iaiTHD2u2mCrCJZtkl4+shTg =
514+ github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251118234110-a4e336c8b5b2 h1:0VrGnx4wwU2K16wDOVAKxSI+TkJQQvYmQ+SJQQw/0rM =
515+ github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251118234110-a4e336c8b5b2 /go.mod h1:c8O8MuFlYOkEbT1qdC/iaiTHD2u2mCrCJZtkl4+shTg =
516516github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae h1:OiShmbWAyGU0MS0ADJWr1/QgeLIZliMk9xsrFicR3/s =
517517github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae /go.mod h1:D2IckZVXARugvikE4fv1glvaJMohKSZRzrPsxCjo9O0 =
518518github.com/elastic/elastic-agent-autodiscover v0.10.0 h1:WJ4zl9uSfk1kHmn2B/0byQBLIL607Zt4LNfOgV7+XN0 =
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.10
55replace github.com/elastic/elastic-agent => ../../
66
77require (
8- github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251117222225-3d17cad1ab6d
8+ github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251118234110-a4e336c8b5b2
99 github.com/elastic/elastic-agent v0.0.0-00010101000000-000000000000
1010 github.com/elastic/elastic-agent-libs v0.26.1
1111 github.com/elastic/opentelemetry-collector-components/connector/elasticapmconnector v0.8.0
Original file line number Diff line number Diff line change @@ -440,8 +440,8 @@ github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumpti
440440github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumption v1.1.0-elastic /go.mod h1:0vCBR1wgGwZeGmloJ+eCWIZF2S47grTXRzj2mftg2Nk =
441441github.com/elastic/bayeux v1.0.5 h1:UceFq01ipmT3S8DzFK+uVAkbCdiPR0Bqei8qIGmUeY0 =
442442github.com/elastic/bayeux v1.0.5 /go.mod h1:CSI4iP7qeo5MMlkznGvYKftp8M7qqP/3nzmVZoXHY68 =
443- github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251117222225-3d17cad1ab6d h1:WiLFsGBR7P1ErPCUngBbOWU3poKF7WAdycwWcp5HeIA =
444- github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251117222225-3d17cad1ab6d /go.mod h1:c8O8MuFlYOkEbT1qdC/iaiTHD2u2mCrCJZtkl4+shTg =
443+ github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251118234110-a4e336c8b5b2 h1:0VrGnx4wwU2K16wDOVAKxSI+TkJQQvYmQ+SJQQw/0rM =
444+ github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251118234110-a4e336c8b5b2 /go.mod h1:c8O8MuFlYOkEbT1qdC/iaiTHD2u2mCrCJZtkl4+shTg =
445445github.com/elastic/elastic-agent-autodiscover v0.10.0 h1:WJ4zl9uSfk1kHmn2B/0byQBLIL607Zt4LNfOgV7+XN0 =
446446github.com/elastic/elastic-agent-autodiscover v0.10.0 /go.mod h1:Nf3zh9FcJ9nTTswTwDTUAqXmvQllOrNliM6xmORSxwE =
447447github.com/elastic/elastic-agent-client/v7 v7.17.2 h1:Cl2TeABqWZgW40t5fchGWT/sRk4MDDLWA0d8iHHOxLA =
You can’t perform that action at this time.
0 commit comments