From 85a1a691d4199d81841126fae41da012f5fd59c3 Mon Sep 17 00:00:00 2001 From: apmmachine <58790750+apmmachine@users.noreply.github.com> Date: Thu, 21 Dec 2023 19:23:10 -0500 Subject: [PATCH] [updatecli] Update to elastic/beats@3935d2c3adc8 (#12205) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update to elastic/beats@57a356276df7 Made with ❤️️ by updatecli * chore: Update to elastic/beats@6a292023769b Made with ❤️️ by updatecli * chore: Update to elastic/beats@f0407d452b03 Made with ❤️️ by updatecli * chore: Update to elastic/beats@8839c535381a Made with ❤️️ by updatecli * chore: Update to elastic/beats@116aa5b9cbbd Made with ❤️️ by updatecli * chore: Update to elastic/beats@3935d2c3adc8 Made with ❤️️ by updatecli --------- 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 09a93bd0262..9290363bf44 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -576,11 +576,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.17.16-0.20231208182356-ecdcbcc9d0a0 +Version: v7.17.17-0.20231221163928-3935d2c3adc8 Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.17.16-0.20231208182356-ecdcbcc9d0a0/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.17.17-0.20231221163928-3935d2c3adc8/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 4596ff1c652..7f0fb63dc26 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/dop251/goja_nodejs v0.0.0-20230226152057-060fa99b809f // indirect github.com/dustin/go-humanize v1.0.1 github.com/elastic/apm-server/approvaltest v0.0.0-00010101000000-000000000000 - github.com/elastic/beats/v7 v7.17.16-0.20231208182356-ecdcbcc9d0a0 + github.com/elastic/beats/v7 v7.17.17-0.20231221163928-3935d2c3adc8 github.com/elastic/ecs v1.12.0 github.com/elastic/elastic-agent-client/v7 v7.0.3 // indirect github.com/elastic/gmux v0.2.0 diff --git a/go.sum b/go.sum index 0513cb0d904..3456e2b0591 100644 --- a/go.sum +++ b/go.sum @@ -381,8 +381,8 @@ github.com/eapache/queue v1.1.0 h1:YOEu7KNc61ntiQlcEeUIoDTJ2o8mQznoNvUhiigpIqc= github.com/eapache/queue v1.1.0/go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFPTqq+I= github.com/eclipse/paho.mqtt.golang v1.2.1-0.20200121105743-0d940dd29fd2 h1:DW6WrARxK5J+o8uAKCiACi5wy9EK1UzrsCpGBPsKHAA= github.com/eclipse/paho.mqtt.golang v1.2.1-0.20200121105743-0d940dd29fd2/go.mod h1:H9keYFcgq3Qr5OUJm/JZI/i6U7joQ8SYLhZwfeOo6Ts= -github.com/elastic/beats/v7 v7.17.16-0.20231208182356-ecdcbcc9d0a0 h1:DNK67Jp64cBdnWeyVZaIgdhbqnkcVcaIYcaZ5YWt3eY= -github.com/elastic/beats/v7 v7.17.16-0.20231208182356-ecdcbcc9d0a0/go.mod h1:5afQce7EkA7OhsWfCG39y8r+CKH1yrNMZMBt6rha+As= +github.com/elastic/beats/v7 v7.17.17-0.20231221163928-3935d2c3adc8 h1:9e2ed47RbOU3CQGrqOImHS6P5tEHn1i6eVAOINdQJvQ= +github.com/elastic/beats/v7 v7.17.17-0.20231221163928-3935d2c3adc8/go.mod h1:5afQce7EkA7OhsWfCG39y8r+CKH1yrNMZMBt6rha+As= github.com/elastic/ecs v1.12.0 h1:u6WZ2AWtxv5vHvTQ4EuVZdWZ51mKHQ2UIltRePcta5U= github.com/elastic/ecs v1.12.0/go.mod h1:pgiLbQsijLOJvFR8OTILLu0Ni/R/foUNg0L+T6mU9b4= github.com/elastic/elastic-agent-client/v7 v7.0.3 h1:YqZPnO7Z9rlj25sFZEUaxGGK3mZR4v0uSOcfO8GRv7s=