From 1df20b9151d704a7ca8fb9eb996b28b7c62c6f0e Mon Sep 17 00:00:00 2001 From: apmmachine <58790750+apmmachine@users.noreply.github.com> Date: Fri, 29 Sep 2023 11:44:55 -0400 Subject: [PATCH] [updatecli] Update to elastic/beats@49cc14d35d5e (#11736) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [updatecli] Update to elastic/beats@231e93a6d20e (#11736) chore: Update to elastic/beats@231e93a6d20e Made with ❤️️ by updatecli * Merge branch 'main' into updatecli_updatecli-update-beats-main * Merge branch 'main' into updatecli_updatecli-update-beats-main * chore: Update to elastic/beats@49cc14d35d5e Made with ❤️️ by updatecli --------- Co-authored-by: kruskall <99559985+kruskall@users.noreply.github.com> Co-authored-by: apmmachine Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- NOTICE.txt | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index 149ac239449..386d5489346 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -573,11 +573,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/apm-data@v0.1.1 -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20230926232619-58db08f2bf76 +Version: v7.0.0-alpha2.0.20230928231718-49cc14d35d5e Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20230926232619-58db08f2bf76/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20230928231718-49cc14d35d5e/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 765b78263ee..ff62ebc1cfa 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/dustin/go-humanize v1.0.1 github.com/elastic/apm-aggregation v0.0.0-20230815024520-e75a37d9ddd6 github.com/elastic/apm-data v0.1.1-0.20230928144734-40b63726f3b7 - github.com/elastic/beats/v7 v7.0.0-alpha2.0.20230926232619-58db08f2bf76 + github.com/elastic/beats/v7 v7.0.0-alpha2.0.20230928231718-49cc14d35d5e github.com/elastic/elastic-agent-client/v7 v7.4.0 github.com/elastic/elastic-agent-libs v0.3.15-0.20230913212237-dbdaf18c898b github.com/elastic/elastic-agent-system-metrics v0.6.1 diff --git a/go.sum b/go.sum index 5a2697729a7..1561e93168a 100644 --- a/go.sum +++ b/go.sum @@ -155,8 +155,8 @@ github.com/elastic/apm-aggregation v0.0.0-20230815024520-e75a37d9ddd6 h1:Js+C3HE github.com/elastic/apm-aggregation v0.0.0-20230815024520-e75a37d9ddd6/go.mod h1:ba3gaJCuhxXN/O5AuiI56xxd6DukQdVOK0NfpzBntNo= github.com/elastic/apm-data v0.1.1-0.20230928144734-40b63726f3b7 h1:QcfCHAh1bHj9WN6y75bD6mBlIIlz9dJVKJSJVXCu4TM= github.com/elastic/apm-data v0.1.1-0.20230928144734-40b63726f3b7/go.mod h1:lMTMoCWNadiDJih/tLechuMTtumEeedtKJlBOYAv030= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20230926232619-58db08f2bf76 h1:a0QpGx2TXtiQfUVMttCGNfH8u/0w7Oj9Wt6/FNjEMGQ= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20230926232619-58db08f2bf76/go.mod h1:qgXAHO18gZmQhE8bQwmigeANroMnUq+98hgbCHh+hjk= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20230928231718-49cc14d35d5e h1:BPKkwmQMVP3py9S12UIhmdnHjpcYDfMo2NafF6E/B/A= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20230928231718-49cc14d35d5e/go.mod h1:qgXAHO18gZmQhE8bQwmigeANroMnUq+98hgbCHh+hjk= github.com/elastic/elastic-agent-autodiscover v0.6.2 h1:7P3cbMBWXjbzA80rxitQjc+PiWyZ4I4F4LqrCYgYlNc= github.com/elastic/elastic-agent-client/v7 v7.4.0 h1:h75oTkkvIjgiKVm61NpvTZP4cy6QbQ3zrIpXKGigyjo= github.com/elastic/elastic-agent-client/v7 v7.4.0/go.mod h1:9/amG2K2y2oqx39zURcc+hnqcX+nyJ1cZrLgzsgo5c0=