Skip to content

Commit d57fedf

Browse files
Made with ❤️️ by updatecli Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 7a3a4ce commit d57fedf

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.20240613132816-f9fec1e4ff85
576+
Version: v7.0.0-alpha2.0.20240613222619-823943486f13
577577
Licence type (autodetected): Elastic
578578
--------------------------------------------------------------------------------
579579

580-
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20240613132816-f9fec1e4ff85/LICENSE.txt:
580+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20240613222619-823943486f13/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 v1.0.1
1212
github.com/elastic/apm-data v1.3.0
13-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20240613132816-f9fec1e4ff85
13+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20240613222619-823943486f13
1414
github.com/elastic/elastic-agent-client/v7 v7.11.0
1515
github.com/elastic/elastic-agent-libs v0.9.12
1616
github.com/elastic/elastic-agent-system-metrics v0.10.2

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ github.com/elastic/apm-aggregation v1.0.1 h1:t4VKR6axu620Y9CtQE9kmZZcx+3BlfnqGyw
127127
github.com/elastic/apm-aggregation v1.0.1/go.mod h1:hmRuhkV01qMHk/Eu3xe9W/cNtBcRVf0DpFf9USVAE2Y=
128128
github.com/elastic/apm-data v1.3.0 h1:LGnllv0DOZ3MGPh4jp6xDVdHFOsMS5BmEW2/VTZZPkI=
129129
github.com/elastic/apm-data v1.3.0/go.mod h1:/S25s5gRKx3saJzoUvkQv4nFdfngnJtuPSHCc/xY26I=
130-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20240613132816-f9fec1e4ff85 h1:JnVtHI8HjrMurNigHOwHmzSChRBLoXZySNnwBaKcHpw=
131-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20240613132816-f9fec1e4ff85/go.mod h1:QkN7HPS+zPRcW6aiwBz1oIGYj5weq9woI2z//M8J5rc=
130+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20240613222619-823943486f13 h1:475IkZulJrV/ZQk8V5zOagvkvfR4/f+w9wF04mNCvps=
131+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20240613222619-823943486f13/go.mod h1:kC49AnFr+T8mhNmO+adngSw3lo1SHAZUDQ3MnIClclA=
132132
github.com/elastic/elastic-agent-autodiscover v0.7.0 h1:FCrHXh5AZGrPlpAx8kBu/s/guw9d/EXt+GKlFCnrgsc=
133133
github.com/elastic/elastic-agent-autodiscover v0.7.0/go.mod h1:zLf0SDdQXisVZxzXPxKXdj3Fa+H4bsu4HHbTEQImDz8=
134134
github.com/elastic/elastic-agent-client/v7 v7.11.0 h1:YpkFQyE3qPnVai2a2NiKTMpBXXmPcHRV86AtW7LdpA8=

0 commit comments

Comments
 (0)