Skip to content

Commit b96b8c8

Browse files
[updatecli] Update to elastic/beats@5c256faa5821 (#12163)
* chore: Update to elastic/beats@ce367ff5456d Made with ❤️️ by updatecli * chore: Update to elastic/beats@e29ebedf6c34 Made with ❤️️ by updatecli * chore: Update to elastic/beats@34f53905653d Made with ❤️️ by updatecli * chore: Update to elastic/beats@bfdd9fb0a3c4 Made with ❤️️ by updatecli * chore: Update to elastic/beats@007a636e5b56 Made with ❤️️ by updatecli * chore: Update to elastic/beats@a5dc2ad55bad Made with ❤️️ by updatecli * chore: Update to elastic/beats@5c256faa5821 Made with ❤️️ by updatecli --------- Co-authored-by: apmmachine <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent b3faf97 commit b96b8c8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

NOTICE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -573,11 +573,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected]
573573

574574
--------------------------------------------------------------------------------
575575
Dependency : github.com/elastic/beats/v7
576-
Version: v7.0.0-alpha2.0.20231204122024-b30a5ec82af0
576+
Version: v7.0.0-alpha2.0.20231214142915-5c256faa5821
577577
Licence type (autodetected): Elastic
578578
--------------------------------------------------------------------------------
579579

580-
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20231204122024-b30a5ec82af0/LICENSE.txt:
580+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20231214142915-5c256faa5821/LICENSE.txt:
581581

582582
Source code in this repository is variously licensed under the Apache License
583583
Version 2.0, an Apache compatible license, or the Elastic License. Outside of

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/dustin/go-humanize v1.0.1
1111
github.com/elastic/apm-aggregation v0.0.0-20230815024520-e75a37d9ddd6
1212
github.com/elastic/apm-data v0.1.1-0.20230928144734-40b63726f3b7
13-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20231204122024-b30a5ec82af0
13+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20231214142915-5c256faa5821
1414
github.com/elastic/elastic-agent-client/v7 v7.4.0
1515
github.com/elastic/elastic-agent-libs v0.6.2
1616
github.com/elastic/elastic-agent-system-metrics v0.8.2

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ github.com/elastic/apm-aggregation v0.0.0-20230815024520-e75a37d9ddd6 h1:Js+C3HE
136136
github.com/elastic/apm-aggregation v0.0.0-20230815024520-e75a37d9ddd6/go.mod h1:ba3gaJCuhxXN/O5AuiI56xxd6DukQdVOK0NfpzBntNo=
137137
github.com/elastic/apm-data v0.1.1-0.20230928144734-40b63726f3b7 h1:QcfCHAh1bHj9WN6y75bD6mBlIIlz9dJVKJSJVXCu4TM=
138138
github.com/elastic/apm-data v0.1.1-0.20230928144734-40b63726f3b7/go.mod h1:lMTMoCWNadiDJih/tLechuMTtumEeedtKJlBOYAv030=
139-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20231204122024-b30a5ec82af0 h1:2+kLmovv8rWdK4A0zH8XBGlEUQy0fXOlSy/DfcGwq6c=
140-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20231204122024-b30a5ec82af0/go.mod h1:tyPnUi2tTvUlfby7/yBWoDvibj5DKidutSS2GItT6qM=
139+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20231214142915-5c256faa5821 h1:d96DmV+gH0Hkop2vsgU86tKaIZGOyphp5yTKUWXWK/4=
140+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20231214142915-5c256faa5821/go.mod h1:tyPnUi2tTvUlfby7/yBWoDvibj5DKidutSS2GItT6qM=
141141
github.com/elastic/elastic-agent-autodiscover v0.6.4 h1:K+xC7OGgcy4fLXVuGgOGLs+eXCqRnRg2SQQinxP+KsA=
142142
github.com/elastic/elastic-agent-autodiscover v0.6.4/go.mod h1:5+7NIBAILc0GkgxYW3ckXncu5wRZfltZhTY4aZAYP4M=
143143
github.com/elastic/elastic-agent-client/v7 v7.4.0 h1:h75oTkkvIjgiKVm61NpvTZP4cy6QbQ3zrIpXKGigyjo=

0 commit comments

Comments
 (0)