Skip to content

Commit c12fad8

Browse files
Made with ❤️️ by updatecli Co-authored-by: elastic-observability-automation[bot] <180520183+elastic-observability-automation[bot]@users.noreply.github.com>
1 parent 4a2a1dc commit c12fad8

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
@@ -455,11 +455,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].
455455

456456
--------------------------------------------------------------------------------
457457
Dependency : github.com/elastic/beats/v7
458-
Version: v7.0.0-alpha2.0.20250206132501-d9f5498ae84e
458+
Version: v7.0.0-alpha2.0.20250207124234-95b5dce16c07
459459
Licence type (autodetected): Elastic
460460
--------------------------------------------------------------------------------
461461

462-
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20250206132501-d9f5498ae84e/LICENSE.txt:
462+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20250207124234-95b5dce16c07/LICENSE.txt:
463463

464464
Source code in this repository is variously licensed under the Apache License
465465
Version 2.0, an Apache compatible license, or the Elastic License. Outside of

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/dustin/go-humanize v1.0.1
1010
github.com/elastic/apm-aggregation v1.2.0
1111
github.com/elastic/apm-data v1.16.0
12-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250206132501-d9f5498ae84e
12+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250207124234-95b5dce16c07
1313
github.com/elastic/elastic-agent-client/v7 v7.17.0
1414
github.com/elastic/elastic-agent-libs v0.18.5
1515
github.com/elastic/elastic-agent-system-metrics v0.11.7

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ github.com/elastic/apm-aggregation v1.2.0 h1:UndqG3ccBTjyxTqHujBVjcbVLb9qG1clxRc
119119
github.com/elastic/apm-aggregation v1.2.0/go.mod h1:YllYwPYVV27pbuPfjRtQAKo6eSSrh13PZr38RKYd810=
120120
github.com/elastic/apm-data v1.16.0 h1:LkJFoNkadIyqXNo3EMm98J38j9HWDMWUe6F74GaXtJ4=
121121
github.com/elastic/apm-data v1.16.0/go.mod h1:ST2P1yshhN2U3IbBYyn+Ni3VOFTifavNzMfh7E9zLHY=
122-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250206132501-d9f5498ae84e h1:aYTL11UD2hI1zmTIgfKJNjhKX4bhdoLAms7hdv7/YF0=
123-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250206132501-d9f5498ae84e/go.mod h1:A3OQ9JLS2gNVO2MayjAqFDhqwCj3NN1GnVjramGhj+s=
122+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250207124234-95b5dce16c07 h1:WXHQJBc3r96QgEWhc9SjU4ixQSnHwoS8lGn7Ftm/NGI=
123+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250207124234-95b5dce16c07/go.mod h1:A3OQ9JLS2gNVO2MayjAqFDhqwCj3NN1GnVjramGhj+s=
124124
github.com/elastic/elastic-agent-autodiscover v0.9.0 h1:+iWIKh0u3e8I+CJa3FfWe9h0JojNasPgYIA47gpuuns=
125125
github.com/elastic/elastic-agent-autodiscover v0.9.0/go.mod h1:5iUxLHhVdaGSWYTveSwfJEY4RqPXTG13LPiFoxcpFd4=
126126
github.com/elastic/elastic-agent-client/v7 v7.17.0 h1:TPLrEHF4kJ3RkmQzZPffrniY4WeW4vriHZbOAzM1hFo=

0 commit comments

Comments
 (0)