Skip to content

Commit 5b0a27f

Browse files
elastic-observability-automation[bot]mergify[bot]kruskall
authored
Made with ❤️️ by updatecli Co-authored-by: elastic-observability-automation[bot] <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: kruskall <[email protected]>
1 parent 7ac2ea6 commit 5b0a27f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

NOTICE.txt

Lines changed: 4 additions & 4 deletions
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.20241205111515-83251eafbc91
576+
Version: v7.0.0-alpha2.0.20241206144113-b1cc7c5d755e
577577
Licence type (autodetected): Elastic
578578
--------------------------------------------------------------------------------
579579

580-
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20241205111515-83251eafbc91/LICENSE.txt:
580+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20241206144113-b1cc7c5d755e/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
@@ -829,11 +829,11 @@ SOFTWARE
829829

830830
--------------------------------------------------------------------------------
831831
Dependency : github.com/elastic/elastic-agent-libs
832-
Version: v0.17.3
832+
Version: v0.17.4
833833
Licence type (autodetected): Apache-2.0
834834
--------------------------------------------------------------------------------
835835

836-
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].3/LICENSE:
836+
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].4/LICENSE:
837837

838838
Apache License
839839
Version 2.0, January 2004

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ require (
88
github.com/dustin/go-humanize v1.0.1
99
github.com/elastic/apm-aggregation v1.1.0
1010
github.com/elastic/apm-data v1.14.2
11-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20241205111515-83251eafbc91
11+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20241206144113-b1cc7c5d755e
1212
github.com/elastic/elastic-agent-client/v7 v7.17.0
13-
github.com/elastic/elastic-agent-libs v0.17.3
13+
github.com/elastic/elastic-agent-libs v0.17.4
1414
github.com/elastic/elastic-agent-system-metrics v0.11.4
1515
github.com/elastic/gmux v0.3.2
1616
github.com/elastic/go-docappender/v2 v2.3.1

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,14 @@ github.com/elastic/apm-aggregation v1.1.0 h1:eTHGd5w99JoRFJ763MJP6nUX4hkkeSil3KW
134134
github.com/elastic/apm-aggregation v1.1.0/go.mod h1:YBQ77Jt7vOy2/7w4q5SsEifhc0V02dJxRcyyeC6HsvQ=
135135
github.com/elastic/apm-data v1.14.2 h1:xRWGMcDyTAF6e8Tn7sAIrxS23rjTTD8xvU1j8Z6ik3Y=
136136
github.com/elastic/apm-data v1.14.2/go.mod h1:22zDuMPEHyEbfDrTVkgdwjoYph7gIhVelGFhBVtezeA=
137-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20241205111515-83251eafbc91 h1:Gb2i7xZTO4wKz95FubQEMiiXZZ4B+Zr+dWWDBgaK1zI=
138-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20241205111515-83251eafbc91/go.mod h1:PXesnqjLgwNDhPV0MD8+rhePhDYlcQ5y+o5Lmnb1qI4=
137+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20241206144113-b1cc7c5d755e h1:jpO/383ZWi6dfJxAmAWJYK8ODBWNrQvzCYGiHTtzaZ4=
138+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20241206144113-b1cc7c5d755e/go.mod h1:vMP+1waPKY3pwwp6rDNkej84k91VuejgpsfZ4dYNNjE=
139139
github.com/elastic/elastic-agent-autodiscover v0.9.0 h1:+iWIKh0u3e8I+CJa3FfWe9h0JojNasPgYIA47gpuuns=
140140
github.com/elastic/elastic-agent-autodiscover v0.9.0/go.mod h1:5iUxLHhVdaGSWYTveSwfJEY4RqPXTG13LPiFoxcpFd4=
141141
github.com/elastic/elastic-agent-client/v7 v7.17.0 h1:TPLrEHF4kJ3RkmQzZPffrniY4WeW4vriHZbOAzM1hFo=
142142
github.com/elastic/elastic-agent-client/v7 v7.17.0/go.mod h1:6h+f9QdIr3GO2ODC0Y8+aEXRwzbA5W4eV4dd/67z7nI=
143-
github.com/elastic/elastic-agent-libs v0.17.3 h1:q79P05dhQkc5REzieVkkD9oRKrnptKY4MC6Typ+d8bc=
144-
github.com/elastic/elastic-agent-libs v0.17.3/go.mod h1:5CR02awPrBr+tfmjBBK+JI+dMmHNQjpVY24J0wjbC7M=
143+
github.com/elastic/elastic-agent-libs v0.17.4 h1:kWK5Kn2EQjM97yHqbeXv+cFAIti4IiI9Qj8huM+lZzE=
144+
github.com/elastic/elastic-agent-libs v0.17.4/go.mod h1:5CR02awPrBr+tfmjBBK+JI+dMmHNQjpVY24J0wjbC7M=
145145
github.com/elastic/elastic-agent-system-metrics v0.11.4 h1:Z/8CML5RKvGpi6/QUFok1K3EriBAv2kUAXnsk8hCifk=
146146
github.com/elastic/elastic-agent-system-metrics v0.11.4/go.mod h1:TTW2ysv78uHBQ68hG8TXiaX1m6f29ZHgGWb8XONYsU8=
147147
github.com/elastic/elastic-transport-go/v8 v8.6.0 h1:Y2S/FBjx1LlCv5m6pWAF2kDJAHoSjSRSJCApolgfthA=

0 commit comments

Comments
 (0)