Skip to content

Commit a15a69b

Browse files
Made with ❤️️ by updatecli Co-authored-by: apmmachine <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 3a1bd90 commit a15a69b

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

574574
--------------------------------------------------------------------------------
575575
Dependency : github.com/elastic/beats/v7
576-
Version: v7.0.0-alpha2.0.20231128050735-284683dcc123
576+
Version: v7.0.0-alpha2.0.20231129135154-6f32513e5037
577577
Licence type (autodetected): Elastic
578578
--------------------------------------------------------------------------------
579579

580-
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20231128050735-284683dcc123/LICENSE.txt:
580+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20231129135154-6f32513e5037/LICENSE.txt:
581581

582582
Source code in this repository is variously licensed under the Apache License
583583
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
@@ -10,7 +10,7 @@ require (
1010
github.com/dustin/go-humanize v1.0.1
1111
github.com/elastic/apm-aggregation v0.0.0-20230815024520-e75a37d9ddd6
1212
github.com/elastic/apm-data v0.1.1-0.20231019120308-82201b991ae5
13-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20231128050735-284683dcc123
13+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20231129135154-6f32513e5037
1414
github.com/elastic/elastic-agent-client/v7 v7.4.0
1515
github.com/elastic/elastic-agent-libs v0.6.2
1616
github.com/elastic/elastic-agent-system-metrics v0.8.2

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ github.com/elastic/apm-aggregation v0.0.0-20230815024520-e75a37d9ddd6 h1:Js+C3HE
134134
github.com/elastic/apm-aggregation v0.0.0-20230815024520-e75a37d9ddd6/go.mod h1:ba3gaJCuhxXN/O5AuiI56xxd6DukQdVOK0NfpzBntNo=
135135
github.com/elastic/apm-data v0.1.1-0.20231019120308-82201b991ae5 h1:URlDi0TZetSAo8KAIbaMZQhM5EG8+SDgs0jTen7WvMg=
136136
github.com/elastic/apm-data v0.1.1-0.20231019120308-82201b991ae5/go.mod h1:z4iJVl8vyQa5v5o7UapWGHTsycBKsKfJfILuf2TZpYo=
137-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20231128050735-284683dcc123 h1:AQDBme+9nT+RrNqZcoRfqPUQE/gSzV1oML104+6fms8=
138-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20231128050735-284683dcc123/go.mod h1:E8InL/F98oNrwxO5Fu2ZgtCLkMGshVYNrXyvIyxJWko=
137+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20231129135154-6f32513e5037 h1:usCqCyW5dboEFPh60YruGWbK4ECNACYgsGcfJQYx50U=
138+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20231129135154-6f32513e5037/go.mod h1:E8InL/F98oNrwxO5Fu2ZgtCLkMGshVYNrXyvIyxJWko=
139139
github.com/elastic/elastic-agent-autodiscover v0.6.4 h1:K+xC7OGgcy4fLXVuGgOGLs+eXCqRnRg2SQQinxP+KsA=
140140
github.com/elastic/elastic-agent-autodiscover v0.6.4/go.mod h1:5+7NIBAILc0GkgxYW3ckXncu5wRZfltZhTY4aZAYP4M=
141141
github.com/elastic/elastic-agent-client/v7 v7.4.0 h1:h75oTkkvIjgiKVm61NpvTZP4cy6QbQ3zrIpXKGigyjo=

0 commit comments

Comments
 (0)