Skip to content

Commit b052bb4

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
build(deps): bump github.com/elastic/elastic-agent-libs from 0.24.0 to 0.24.1 (#10207)
* build(deps): bump github.com/elastic/elastic-agent-libs Bumps [github.com/elastic/elastic-agent-libs](https://github.com/elastic/elastic-agent-libs) from 0.24.0 to 0.24.1. - [Release notes](https://github.com/elastic/elastic-agent-libs/releases) - [Commits](elastic/elastic-agent-libs@v0.24.0...v0.24.1) --- updated-dependencies: - dependency-name: github.com/elastic/elastic-agent-libs dependency-version: 0.24.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update NOTICE.txt and/or NOTICE-fips.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 278440a) # Conflicts: # NOTICE.txt # go.mod # go.sum
1 parent 883958a commit b052bb4

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-2
lines changed

NOTICE-fips.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,11 +1254,11 @@ SOFTWARE
12541254

12551255
--------------------------------------------------------------------------------
12561256
Dependency : github.com/elastic/elastic-agent-libs
1257-
Version: v0.24.0
1257+
Version: v0.24.1
12581258
Licence type (autodetected): Apache-2.0
12591259
--------------------------------------------------------------------------------
12601260

1261-
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].0/LICENSE:
1261+
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].1/LICENSE:
12621262

12631263
Apache License
12641264
Version 2.0, January 2004

NOTICE.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,11 +1224,19 @@ SOFTWARE
12241224

12251225
--------------------------------------------------------------------------------
12261226
Dependency : github.com/elastic/elastic-agent-libs
1227+
<<<<<<< HEAD
12271228
Version: v0.20.0
12281229
Licence type (autodetected): Apache-2.0
12291230
--------------------------------------------------------------------------------
12301231

12311232
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected]/LICENSE:
1233+
=======
1234+
Version: v0.24.1
1235+
Licence type (autodetected): Apache-2.0
1236+
--------------------------------------------------------------------------------
1237+
1238+
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected]/LICENSE:
1239+
>>>>>>> 278440a1d (build(deps): bump github.com/elastic/elastic-agent-libs from 0.24.0 to 0.24.1 (#10207))
12321240

12331241
Apache License
12341242
Version 2.0, January 2004

go.mod

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,21 @@ require (
1414
github.com/docker/docker v27.5.1+incompatible
1515
github.com/docker/go-units v0.5.0
1616
github.com/dolmen-go/contextio v0.0.0-20200217195037-68fc5150bcd5
17+
<<<<<<< HEAD
1718
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20241212201805-58af1537830b
1819
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250404163238-b16c2c085d99
1920
github.com/elastic/elastic-agent-autodiscover v0.9.0
2021
github.com/elastic/elastic-agent-client/v7 v7.17.1
2122
github.com/elastic/elastic-agent-libs v0.20.0
2223
github.com/elastic/elastic-agent-system-metrics v0.11.15
24+
=======
25+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250930172353-32b5e5a5e767
26+
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae
27+
github.com/elastic/elastic-agent-autodiscover v0.10.0
28+
github.com/elastic/elastic-agent-client/v7 v7.17.2
29+
github.com/elastic/elastic-agent-libs v0.24.1
30+
github.com/elastic/elastic-agent-system-metrics v0.13.2
31+
>>>>>>> 278440a1d (build(deps): bump github.com/elastic/elastic-agent-libs from 0.24.0 to 0.24.1 (#10207))
2332
github.com/elastic/elastic-transport-go/v8 v8.7.0
2433
github.com/elastic/go-elasticsearch/v8 v8.17.1
2534
github.com/elastic/go-licenser v0.4.2

go.sum

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ github.com/eclipse/paho.mqtt.golang v1.3.5 h1:sWtmgNxYM9P2sP+xEItMozsR3w0cqZFlqn
459459
github.com/eclipse/paho.mqtt.golang v1.3.5/go.mod h1:eTzb4gxwwyWpqBUHGQZ4ABAV7+Jgm1PklsYT/eo8Hcc=
460460
github.com/elastic/bayeux v1.0.5 h1:UceFq01ipmT3S8DzFK+uVAkbCdiPR0Bqei8qIGmUeY0=
461461
github.com/elastic/bayeux v1.0.5/go.mod h1:CSI4iP7qeo5MMlkznGvYKftp8M7qqP/3nzmVZoXHY68=
462+
<<<<<<< HEAD
462463
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20241212201805-58af1537830b h1:BMd6gkQF5Zk4rQ7ZbySgUpF5dPZFy4zAzV3Ujds6fw4=
463464
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20241212201805-58af1537830b/go.mod h1:JZIuztvKeiuHUM8zvfQ24wz6nJPPOM1DVqu9FHu9a0Q=
464465
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250404163238-b16c2c085d99 h1:P01/ETvzzdyz/rKBacNc9Nq0c9LYR/PwcRIlnA6COYE=
@@ -471,6 +472,20 @@ github.com/elastic/elastic-agent-libs v0.20.0 h1:MPjenwuEr+QfMeQRV4BK817ZbiNS38S
471472
github.com/elastic/elastic-agent-libs v0.20.0/go.mod h1:1HNxREH8C27kGrJCtKZh/ot8pV8joH8VREP21+FrH5s=
472473
github.com/elastic/elastic-agent-system-metrics v0.11.15 h1:RWX0n6LakadsqB6YB2I7AIXyMlEO4qBUGWn4A+aGeKA=
473474
github.com/elastic/elastic-agent-system-metrics v0.11.15/go.mod h1:qiZC5p1hd8te4XVnhh7FkXdcYhxFnl5i9GJpROtf6zo=
475+
=======
476+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250930172353-32b5e5a5e767 h1:f3Ux8+Y2bgj9lH3f3Yt1iq2l3RvhuNoMo2PP0eeHtJk=
477+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250930172353-32b5e5a5e767/go.mod h1:gb5V9Lf4tWj3pv5zmtY6j+e5iLCeuWlWI1AENWLO/LY=
478+
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae h1:OiShmbWAyGU0MS0ADJWr1/QgeLIZliMk9xsrFicR3/s=
479+
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae/go.mod h1:D2IckZVXARugvikE4fv1glvaJMohKSZRzrPsxCjo9O0=
480+
github.com/elastic/elastic-agent-autodiscover v0.10.0 h1:WJ4zl9uSfk1kHmn2B/0byQBLIL607Zt4LNfOgV7+XN0=
481+
github.com/elastic/elastic-agent-autodiscover v0.10.0/go.mod h1:Nf3zh9FcJ9nTTswTwDTUAqXmvQllOrNliM6xmORSxwE=
482+
github.com/elastic/elastic-agent-client/v7 v7.17.2 h1:Cl2TeABqWZgW40t5fchGWT/sRk4MDDLWA0d8iHHOxLA=
483+
github.com/elastic/elastic-agent-client/v7 v7.17.2/go.mod h1:5irRFqp6HLqtu1S+OeY0jg8x7K6PLL+DW+PwVk1vJnk=
484+
github.com/elastic/elastic-agent-libs v0.24.1 h1:kFPpOG5mbdaGRRNXPb2KfEaR65Uoi8nsMbDOKA02/Go=
485+
github.com/elastic/elastic-agent-libs v0.24.1/go.mod h1:o/iXtbHYaojpG4BOY7Z3hFMQAgEoqq2owO17JPGpf3A=
486+
github.com/elastic/elastic-agent-system-metrics v0.13.2 h1:R4ogKHESuWhWTtopnw/aHnBxxSZbxd7KHV4GefdwT2M=
487+
github.com/elastic/elastic-agent-system-metrics v0.13.2/go.mod h1:ezM1kzDUT+vWXFh5oK8QXB/AEB0UoLWqWA8rkRicFFo=
488+
>>>>>>> 278440a1d (build(deps): bump github.com/elastic/elastic-agent-libs from 0.24.0 to 0.24.1 (#10207))
474489
github.com/elastic/elastic-transport-go/v8 v8.7.0 h1:OgTneVuXP2uip4BA658Xi6Hfw+PeIOod2rY3GVMGoVE=
475490
github.com/elastic/elastic-transport-go/v8 v8.7.0/go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk=
476491
github.com/elastic/fsnotify v1.6.1-0.20240920222514-49f82bdbc9e3 h1:UyNbxdkQiSfyipwsOCWAlO+ju3xXC61Z4prx/HBTtFk=

0 commit comments

Comments
 (0)