Skip to content

Commit 76b5756

Browse files
Made with ❤️️ by updatecli Co-authored-by: elastic-observability-automation[bot] <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Co-authored-by: kruskall <[email protected]>
1 parent 0b9020f commit 76b5756

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

NOTICE-fips.txt

Lines changed: 2 additions & 2 deletions
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.20250710125050-68600b701fb3
458+
Version: v7.0.0-alpha2.0.20250711142305-3088fad2ed17
459459
Licence type (autodetected): Elastic
460460
--------------------------------------------------------------------------------
461461

462-
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20250710125050-68600b701fb3/LICENSE.txt:
462+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20250711142305-3088fad2ed17/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

NOTICE.txt

Lines changed: 2 additions & 2 deletions
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.20250710125050-68600b701fb3
458+
Version: v7.0.0-alpha2.0.20250711142305-3088fad2ed17
459459
Licence type (autodetected): Elastic
460460
--------------------------------------------------------------------------------
461461

462-
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20250710125050-68600b701fb3/LICENSE.txt:
462+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20250711142305-3088fad2ed17/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

Lines changed: 3 additions & 1 deletion
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.3.0
1111
github.com/elastic/apm-data v1.19.2
12-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250710125050-68600b701fb3
12+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250711142305-3088fad2ed17
1313
github.com/elastic/elastic-agent-client/v7 v7.17.2
1414
github.com/elastic/elastic-agent-libs v0.21.2
1515
github.com/elastic/elastic-agent-system-metrics v0.11.18
@@ -104,6 +104,7 @@ require (
104104
github.com/elastic/go-windows v1.0.2 // indirect
105105
github.com/elastic/gobench v0.0.0-20241125091404-f9fd2d295223 // indirect
106106
github.com/elastic/gosigar v0.14.3 // indirect
107+
github.com/elastic/mock-es v0.0.0-20250324153755-573fc6c0ac4b // indirect
107108
github.com/elastic/opentelemetry-lib v0.18.0 // indirect
108109
github.com/elastic/pkcs8 v1.0.0 // indirect
109110
github.com/elastic/sarama v1.19.1-0.20250603175145-7672917f26b6 // indirect
@@ -163,6 +164,7 @@ require (
163164
github.com/mailru/easyjson v0.7.7 // indirect
164165
github.com/mattn/go-colorable v0.1.13 // indirect
165166
github.com/mattn/go-isatty v0.0.20 // indirect
167+
github.com/mileusna/useragent v1.3.4 // indirect
166168
github.com/mitchellh/copystructure v1.2.0 // indirect
167169
github.com/mitchellh/go-homedir v1.1.0 // indirect
168170
github.com/mitchellh/go-testing-interface v1.14.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ github.com/elastic/apm-perf v0.0.0-20250207152505-1dbeb202ff22 h1:br+XeQOcxNFSv+
167167
github.com/elastic/apm-perf v0.0.0-20250207152505-1dbeb202ff22/go.mod h1:gE+FV7xXv0/nBenviCvpvnvTpUkjJXtuOWs2UT+ZRtw=
168168
github.com/elastic/apm-tools v0.0.0-20250124173757-336011228dbe h1:LDtn/A8Tsfz8DQlbXtmDud9ha9oOGriwJGB7V0Ozik8=
169169
github.com/elastic/apm-tools v0.0.0-20250124173757-336011228dbe/go.mod h1:SIlGcpTnnosxZ3OvoRC7ADxhHdlsu/nwUdVMF9OkgYc=
170-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250710125050-68600b701fb3 h1:rkgGaOeq5VQRCYiKM19mISgNCFWpKfjbWSy3lDyO214=
171-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250710125050-68600b701fb3/go.mod h1:2WoQbuEN3UyivfSnd6pOKYLtxKu+t6mlmClY2Had4dA=
170+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250711142305-3088fad2ed17 h1:+6bXVfXSjlS7MmFPDLtDAyqbHw6IGkPgK22mYVg3vx4=
171+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250711142305-3088fad2ed17/go.mod h1:4L0QXZ6Wmk69aBg3JpVrr8qVB/D/9D8MKinVZiwzPmE=
172172
github.com/elastic/elastic-agent-autodiscover v0.9.2 h1:eBmru2v66HRRHOFf89rDl9OZUr7VsPoT4+ZNYHW6e9I=
173173
github.com/elastic/elastic-agent-autodiscover v0.9.2/go.mod h1:RNaHnOTYfNptSTQUyZYnjypxmrR5AaE6BIap/175F5c=
174174
github.com/elastic/elastic-agent-client/v7 v7.17.2 h1:Cl2TeABqWZgW40t5fchGWT/sRk4MDDLWA0d8iHHOxLA=
@@ -203,8 +203,8 @@ github.com/elastic/gobench v0.0.0-20241125091404-f9fd2d295223 h1:fs4y5fkIRF/gnlm
203203
github.com/elastic/gobench v0.0.0-20241125091404-f9fd2d295223/go.mod h1:R4xA+4qAhrucHDf5TNKUNkrZc336WX5RG+bu2wVDOCc=
204204
github.com/elastic/gosigar v0.14.3 h1:xwkKwPia+hSfg9GqrCUKYdId102m9qTJIIr7egmK/uo=
205205
github.com/elastic/gosigar v0.14.3/go.mod h1:iXRIGg2tLnu7LBdpqzyQfGDEidKCfWcCMS0WKyPWoMs=
206-
github.com/elastic/mock-es v0.0.0-20240712014503-e5b47ece0015 h1:z8cC8GASpPo8yKlbnXI36HQ/BM9wYjhBPNbDjAWm0VU=
207-
github.com/elastic/mock-es v0.0.0-20240712014503-e5b47ece0015/go.mod h1:qH9DX/Dmflz6EAtaks/+2SsdQzecVAKE174Zl66hk7E=
206+
github.com/elastic/mock-es v0.0.0-20250324153755-573fc6c0ac4b h1:gaMtsr25lreEBrrVvZnztKJY3ywn3s3fHE+5f+Vg2tc=
207+
github.com/elastic/mock-es v0.0.0-20250324153755-573fc6c0ac4b/go.mod h1:cXqWcLnmu5y4QveTb2hjk7rgzkHMuZsqeXtbJpNAcu0=
208208
github.com/elastic/opentelemetry-lib v0.18.0 h1:LZqpQE++kt+0yovIjKeKRVc8gqURDegaqaF1saNuYwc=
209209
github.com/elastic/opentelemetry-lib v0.18.0/go.mod h1:VuHd1u65FsvUk82Iq3Ocb9j+r2iW1FRpRhg0H8UTm5Y=
210210
github.com/elastic/pkcs8 v1.0.0 h1:HhitlUKxhN288kcNcYkjW6/ouvuwJWd9ioxpjnD9jVA=

0 commit comments

Comments
 (0)