Skip to content

Commit 198197d

Browse files
authored
"(chore) Update elastic-agent-lib to v0.18.9" (#43106)
* [otelconsumer]: Add support for conversion of type any * fix lint * poc * first draft * make update * remove files from previous commit * make docs * add changelgo * update docs * make update * remove it from public facing config * remove changelog * update notice * add test * fix test * (chore) Update elastic-agent-lib to v0.18.9 * remove old files * remove * remove
1 parent cd44996 commit 198197d

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
@@ -12488,11 +12488,11 @@ SOFTWARE
1248812488

1248912489
--------------------------------------------------------------------------------
1249012490
Dependency : github.com/elastic/elastic-agent-libs
12491-
Version: v0.18.1
12491+
Version: v0.18.9
1249212492
Licence type (autodetected): Apache-2.0
1249312493
--------------------------------------------------------------------------------
1249412494

12495-
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].1/LICENSE:
12495+
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].9/LICENSE:
1249612496

1249712497
Apache License
1249812498
Version 2.0, January 2004

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ require (
175175
github.com/elastic/bayeux v1.0.5
176176
github.com/elastic/ebpfevents v0.6.0
177177
github.com/elastic/elastic-agent-autodiscover v0.9.0
178-
github.com/elastic/elastic-agent-libs v0.18.1
178+
github.com/elastic/elastic-agent-libs v0.18.9
179179
github.com/elastic/elastic-agent-system-metrics v0.11.7
180180
github.com/elastic/go-elasticsearch/v8 v8.17.0
181181
github.com/elastic/go-quark v0.3.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ github.com/elastic/elastic-agent-autodiscover v0.9.0 h1:+iWIKh0u3e8I+CJa3FfWe9h0
350350
github.com/elastic/elastic-agent-autodiscover v0.9.0/go.mod h1:5iUxLHhVdaGSWYTveSwfJEY4RqPXTG13LPiFoxcpFd4=
351351
github.com/elastic/elastic-agent-client/v7 v7.15.0 h1:nDB7v8TBoNuD6IIzC3z7Q0y+7bMgXoT2DsHfolO2CHE=
352352
github.com/elastic/elastic-agent-client/v7 v7.15.0/go.mod h1:6h+f9QdIr3GO2ODC0Y8+aEXRwzbA5W4eV4dd/67z7nI=
353-
github.com/elastic/elastic-agent-libs v0.18.1 h1:dE6jf/D9bP8eRMQsV7KKpKV/G8zQzwMFBTj1w4e716c=
354-
github.com/elastic/elastic-agent-libs v0.18.1/go.mod h1:rWdyrrAFzZwgNNi41Tsqhlt2c2GdXWhCEwcsnqISJ2U=
353+
github.com/elastic/elastic-agent-libs v0.18.9 h1:NQbBK6uMd/t4S0Fe7iOpT5mE7RXMWVaOLBSEXHRBzWI=
354+
github.com/elastic/elastic-agent-libs v0.18.9/go.mod h1:Repx7BMzE1v/gTipPogNIQeEnSGwOWGBC63h7h9c5aM=
355355
github.com/elastic/elastic-agent-system-metrics v0.11.7 h1:1xm2okCM0eQZ4jivZgUFSlt6HAn/nPgKB/Fj8eLG6mY=
356356
github.com/elastic/elastic-agent-system-metrics v0.11.7/go.mod h1:nzkrGajQA29YNcfP62gfzhxX9an3/xdQ3RmfQNw9YTI=
357357
github.com/elastic/elastic-transport-go/v8 v8.6.0 h1:Y2S/FBjx1LlCv5m6pWAF2kDJAHoSjSRSJCApolgfthA=

0 commit comments

Comments
 (0)