Skip to content

Commit ba9ff49

Browse files
bump beats dependency (#8074) (#8075)
(cherry picked from commit 80cf012) Co-authored-by: Khushi Jain <[email protected]>
1 parent e0b3a4a commit ba9ff49

File tree

3 files changed

+5
-39
lines changed

3 files changed

+5
-39
lines changed

NOTICE.txt

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -852,11 +852,11 @@ Contents of probable licence file $GOMODCACHE/github.com/dolmen-go/contextio@v0.
852852

853853
--------------------------------------------------------------------------------
854854
Dependency : github.com/elastic/beats/v7
855-
Version: v7.0.0-alpha2.0.20250429215007-4c1bf91fe423
855+
Version: v7.0.0-alpha2.0.20250504204236-6a467e25d3a5
856856
Licence type (autodetected): Elastic
857857
--------------------------------------------------------------------------------
858858

859-
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20250429215007-4c1bf91fe423/LICENSE.txt:
859+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20250504204236-6a467e25d3a5/LICENSE.txt:
860860

861861
Source code in this repository is variously licensed under the Apache License
862862
Version 2.0, an Apache compatible license, or the Elastic License. Outside of
@@ -65738,37 +65738,6 @@ Contents of probable licence file $GOMODCACHE/github.com/jmoiron/[email protected]/LIC
6573865738

6573965739

6574065740

65741-
--------------------------------------------------------------------------------
65742-
Dependency : github.com/joeshaw/multierror
65743-
Version: v0.0.0-20140124173710-69b34d4ec901
65744-
Licence type (autodetected): MIT
65745-
--------------------------------------------------------------------------------
65746-
65747-
Contents of probable licence file $GOMODCACHE/github.com/joeshaw/[email protected]/LICENSE:
65748-
65749-
The MIT License (MIT)
65750-
65751-
Copyright (c) 2014 Joe Shaw
65752-
65753-
Permission is hereby granted, free of charge, to any person obtaining a copy
65754-
of this software and associated documentation files (the "Software"), to deal
65755-
in the Software without restriction, including without limitation the rights
65756-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
65757-
copies of the Software, and to permit persons to whom the Software is
65758-
furnished to do so, subject to the following conditions:
65759-
65760-
The above copyright notice and this permission notice shall be included in
65761-
all copies or substantial portions of the Software.
65762-
65763-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
65764-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
65765-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
65766-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
65767-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
65768-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
65769-
THE SOFTWARE.
65770-
65771-
6577265741
--------------------------------------------------------------------------------
6577365742
Dependency : github.com/joho/godotenv
6577465743
Version: v1.5.1

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/docker/docker v27.5.1+incompatible
1414
github.com/docker/go-units v0.5.0
1515
github.com/dolmen-go/contextio v0.0.0-20200217195037-68fc5150bcd5
16-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250429215007-4c1bf91fe423
16+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250504204236-6a467e25d3a5
1717
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae
1818
github.com/elastic/elastic-agent-autodiscover v0.9.0
1919
github.com/elastic/elastic-agent-client/v7 v7.17.2
@@ -401,7 +401,6 @@ require (
401401
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
402402
github.com/jmespath/go-jmespath v0.4.0 // indirect
403403
github.com/jmoiron/sqlx v1.4.0 // indirect
404-
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
405404
github.com/jonboulle/clockwork v0.5.0 // indirect
406405
github.com/josharian/intern v1.0.0 // indirect
407406
github.com/jpillora/backoff v1.0.0 // indirect

go.sum

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,8 @@ github.com/eclipse/paho.mqtt.golang v1.3.5 h1:sWtmgNxYM9P2sP+xEItMozsR3w0cqZFlqn
472472
github.com/eclipse/paho.mqtt.golang v1.3.5/go.mod h1:eTzb4gxwwyWpqBUHGQZ4ABAV7+Jgm1PklsYT/eo8Hcc=
473473
github.com/elastic/bayeux v1.0.5 h1:UceFq01ipmT3S8DzFK+uVAkbCdiPR0Bqei8qIGmUeY0=
474474
github.com/elastic/bayeux v1.0.5/go.mod h1:CSI4iP7qeo5MMlkznGvYKftp8M7qqP/3nzmVZoXHY68=
475-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250429215007-4c1bf91fe423 h1:PE7zs/vb9VcGIw+7zL4d/f0ArxXJy+Y/EWYO5gSsqSQ=
476-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250429215007-4c1bf91fe423/go.mod h1:EE2te8yzxH30S/k0QTUaVnUsI1xj5j7Gl7l+Vuy/al8=
475+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250504204236-6a467e25d3a5 h1:GEvBNaVAryzmZvWtqzPPvxBHWAAT4JWsrIZ580PO9HM=
476+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250504204236-6a467e25d3a5/go.mod h1:avKhL3XuQ26a9uF3EO3F3zyZtsD1rN1E7SRSkzhIEso=
477477
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae h1:OiShmbWAyGU0MS0ADJWr1/QgeLIZliMk9xsrFicR3/s=
478478
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae/go.mod h1:D2IckZVXARugvikE4fv1glvaJMohKSZRzrPsxCjo9O0=
479479
github.com/elastic/elastic-agent-autodiscover v0.9.0 h1:+iWIKh0u3e8I+CJa3FfWe9h0JojNasPgYIA47gpuuns=
@@ -923,8 +923,6 @@ github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGw
923923
github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U=
924924
github.com/jmoiron/sqlx v1.4.0 h1:1PLqN7S1UYp5t4SrVVnt4nUVNemrDAtxlulVe+Qgm3o=
925925
github.com/jmoiron/sqlx v1.4.0/go.mod h1:ZrZ7UsYB/weZdl2Bxg6jCRO9c3YHl8r3ahlKmRT4JLY=
926-
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 h1:rp+c0RAYOWj8l6qbCUTSiRLG/iKnW3K3/QfPPuSsBt4=
927-
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901/go.mod h1:Z86h9688Y0wesXCyonoVr47MasHilkuLMqGhRZ4Hpak=
928926
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=
929927
github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4=
930928
github.com/jonboulle/clockwork v0.5.0 h1:Hyh9A8u51kptdkR+cqRpT1EebBwTn1oK9YfGYbdFz6I=

0 commit comments

Comments
 (0)