Skip to content

Commit efbd3e6

Browse files
authored
Made with ❤️️ by updatecli Co-authored-by: apmmachine <[email protected]>
1 parent f4b7d75 commit efbd3e6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: 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.20240418135020-b4ff53ce2b2d
576+
Version: v7.0.0-alpha2.0.20240419143307-0d726a60be84
577577
Licence type (autodetected): Elastic
578578
--------------------------------------------------------------------------------
579579

580-
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20240418135020-b4ff53ce2b2d/LICENSE.txt:
580+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20240419143307-0d726a60be84/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

Diff for: 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 v1.1.0
13-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20240418135020-b4ff53ce2b2d
13+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20240419143307-0d726a60be84
1414
github.com/elastic/elastic-agent-client/v7 v7.8.1
1515
github.com/elastic/elastic-agent-libs v0.9.4
1616
github.com/elastic/elastic-agent-system-metrics v0.9.2

Diff for: go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ github.com/elastic/apm-aggregation v0.0.0-20230815024520-e75a37d9ddd6 h1:Js+C3HE
145145
github.com/elastic/apm-aggregation v0.0.0-20230815024520-e75a37d9ddd6/go.mod h1:ba3gaJCuhxXN/O5AuiI56xxd6DukQdVOK0NfpzBntNo=
146146
github.com/elastic/apm-data v1.1.0 h1:5ahaTQwWb6+OmrXrc1dzfD2wjvTG7yJRaldcsc9dIc4=
147147
github.com/elastic/apm-data v1.1.0/go.mod h1:TLHPd2H8wYlf3FIqriQ018NZzE1FLC6VtsQ6DN0vRmY=
148-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20240418135020-b4ff53ce2b2d h1:unQ7BLxUmKbGsX1RFmeJWZ+ln/T2GJ4qnyXD1ltuIMg=
149-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20240418135020-b4ff53ce2b2d/go.mod h1:/JY27BlnmiLgbBaUh20k7XVWrUOng+ZZqaSOabyPaPw=
148+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20240419143307-0d726a60be84 h1:Lxm0AURIqS0YMboRg2JLl4/ywdZCXtMDY/WVlzm/laM=
149+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20240419143307-0d726a60be84/go.mod h1:/JY27BlnmiLgbBaUh20k7XVWrUOng+ZZqaSOabyPaPw=
150150
github.com/elastic/elastic-agent-autodiscover v0.6.8 h1:BSXz+QwjZAEt08G+T3GDGl14Bh9a6zD8luNCvZut/b8=
151151
github.com/elastic/elastic-agent-autodiscover v0.6.8/go.mod h1:hFeFqneS2r4jD0/QzGkrNk0YVdN0JGh7lCWdsH7zcI4=
152152
github.com/elastic/elastic-agent-client/v7 v7.8.1 h1:J9wZc/0mUvSEok0X5iR5+n60Jgb+AWooKddb3XgPWqM=

0 commit comments

Comments
 (0)