Skip to content

Commit 5ad7bbd

Browse files
Update elastic-agent-libs
1 parent ed6157d commit 5ad7bbd

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
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.26.2
1257+
Version: v0.26.3-0.20251203201625-76691b894177
12581258
Licence type (autodetected): Apache-2.0
12591259
--------------------------------------------------------------------------------
12601260

1261-
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].2/LICENSE:
1261+
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].3-0.20251203201625-76691b894177/LICENSE:
12621262

12631263
Apache License
12641264
Version 2.0, January 2004

NOTICE.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.26.2
1257+
Version: v0.26.3-0.20251203201625-76691b894177
12581258
Licence type (autodetected): Apache-2.0
12591259
--------------------------------------------------------------------------------
12601260

1261-
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].2/LICENSE:
1261+
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].3-0.20251203201625-76691b894177/LICENSE:
12621262

12631263
Apache License
12641264
Version 2.0, January 2004

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae
1919
github.com/elastic/elastic-agent-autodiscover v0.10.0
2020
github.com/elastic/elastic-agent-client/v7 v7.17.2
21-
github.com/elastic/elastic-agent-libs v0.26.2
21+
github.com/elastic/elastic-agent-libs v0.26.3-0.20251203201625-76691b894177
2222
github.com/elastic/elastic-agent-system-metrics v0.13.4
2323
github.com/elastic/elastic-agent/internal/edot v0.0.0-20251114132921-c463803c5568
2424
github.com/elastic/elastic-transport-go/v8 v8.8.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,8 @@ github.com/elastic/elastic-agent-autodiscover v0.10.0 h1:WJ4zl9uSfk1kHmn2B/0byQB
511511
github.com/elastic/elastic-agent-autodiscover v0.10.0/go.mod h1:Nf3zh9FcJ9nTTswTwDTUAqXmvQllOrNliM6xmORSxwE=
512512
github.com/elastic/elastic-agent-client/v7 v7.17.2 h1:Cl2TeABqWZgW40t5fchGWT/sRk4MDDLWA0d8iHHOxLA=
513513
github.com/elastic/elastic-agent-client/v7 v7.17.2/go.mod h1:5irRFqp6HLqtu1S+OeY0jg8x7K6PLL+DW+PwVk1vJnk=
514-
github.com/elastic/elastic-agent-libs v0.26.2 h1:zwytPWmTWSJG80oa9/5FJ6zue47ysI23eMo15LfeWy0=
515-
github.com/elastic/elastic-agent-libs v0.26.2/go.mod h1:fc2noLqosmQorIGbatJfVeh4CL77yiP8ot16/5umeoM=
514+
github.com/elastic/elastic-agent-libs v0.26.3-0.20251203201625-76691b894177 h1:ME5EtQjQXzd28QOCSBSOiH0jbMBmaHLZ4NVRNBmw6MU=
515+
github.com/elastic/elastic-agent-libs v0.26.3-0.20251203201625-76691b894177/go.mod h1:fc2noLqosmQorIGbatJfVeh4CL77yiP8ot16/5umeoM=
516516
github.com/elastic/elastic-agent-system-metrics v0.13.4 h1:gX8VdlQyakPcPKFpD7uHv2QLRDyguuKfZgu0LE27V7c=
517517
github.com/elastic/elastic-agent-system-metrics v0.13.4/go.mod h1:lB8veYWYBlA9eF6TahmPN87G1IEgWlbep7QSqLSW90U=
518518
github.com/elastic/elastic-transport-go/v8 v8.8.0 h1:7k1Ua+qluFr6p1jfJjGDl97ssJS/P7cHNInzfxgBQAo=

internal/edot/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/elastic/elastic-agent => ../../
77
require (
88
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251130155143-19eb3e615086
99
github.com/elastic/elastic-agent v0.0.0-00010101000000-000000000000
10-
github.com/elastic/elastic-agent-libs v0.26.2
10+
github.com/elastic/elastic-agent-libs v0.26.3-0.20251203201625-76691b894177
1111
github.com/elastic/opentelemetry-collector-components/connector/elasticapmconnector v0.20.0
1212
github.com/elastic/opentelemetry-collector-components/connector/profilingmetricsconnector v0.20.0
1313
github.com/elastic/opentelemetry-collector-components/extension/apikeyauthextension v0.22.0

internal/edot/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,8 @@ github.com/elastic/elastic-agent-autodiscover v0.10.0 h1:WJ4zl9uSfk1kHmn2B/0byQB
438438
github.com/elastic/elastic-agent-autodiscover v0.10.0/go.mod h1:Nf3zh9FcJ9nTTswTwDTUAqXmvQllOrNliM6xmORSxwE=
439439
github.com/elastic/elastic-agent-client/v7 v7.17.2 h1:Cl2TeABqWZgW40t5fchGWT/sRk4MDDLWA0d8iHHOxLA=
440440
github.com/elastic/elastic-agent-client/v7 v7.17.2/go.mod h1:5irRFqp6HLqtu1S+OeY0jg8x7K6PLL+DW+PwVk1vJnk=
441-
github.com/elastic/elastic-agent-libs v0.26.2 h1:zwytPWmTWSJG80oa9/5FJ6zue47ysI23eMo15LfeWy0=
442-
github.com/elastic/elastic-agent-libs v0.26.2/go.mod h1:fc2noLqosmQorIGbatJfVeh4CL77yiP8ot16/5umeoM=
441+
github.com/elastic/elastic-agent-libs v0.26.3-0.20251203201625-76691b894177 h1:ME5EtQjQXzd28QOCSBSOiH0jbMBmaHLZ4NVRNBmw6MU=
442+
github.com/elastic/elastic-agent-libs v0.26.3-0.20251203201625-76691b894177/go.mod h1:fc2noLqosmQorIGbatJfVeh4CL77yiP8ot16/5umeoM=
443443
github.com/elastic/elastic-agent-system-metrics v0.13.4 h1:gX8VdlQyakPcPKFpD7uHv2QLRDyguuKfZgu0LE27V7c=
444444
github.com/elastic/elastic-agent-system-metrics v0.13.4/go.mod h1:lB8veYWYBlA9eF6TahmPN87G1IEgWlbep7QSqLSW90U=
445445
github.com/elastic/elastic-transport-go/v8 v8.8.0 h1:7k1Ua+qluFr6p1jfJjGDl97ssJS/P7cHNInzfxgBQAo=

0 commit comments

Comments
 (0)