Skip to content

Commit fd8e3b7

Browse files
chore: update-beats with 9.1
Made with ❤️️ by updatecli
1 parent bbb8f36 commit fd8e3b7

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

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/apm-data@v1.19.
455455

456456
--------------------------------------------------------------------------------
457457
Dependency : github.com/elastic/beats/v7
458-
Version: v7.0.0-alpha2.0.20251202130836-5e132141239f
458+
Version: v7.0.0-alpha2.0.20251204124848-3bd4169d6b08
459459
Licence type (autodetected): Elastic
460460
--------------------------------------------------------------------------------
461461

462-
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20251202130836-5e132141239f/LICENSE.txt:
462+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20251204124848-3bd4169d6b08/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/apm-data@v1.19.
455455

456456
--------------------------------------------------------------------------------
457457
Dependency : github.com/elastic/beats/v7
458-
Version: v7.0.0-alpha2.0.20251202130836-5e132141239f
458+
Version: v7.0.0-alpha2.0.20251204124848-3bd4169d6b08
459459
Licence type (autodetected): Elastic
460460
--------------------------------------------------------------------------------
461461

462-
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20251202130836-5e132141239f/LICENSE.txt:
462+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20251204124848-3bd4169d6b08/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: 2 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.20251202130836-5e132141239f
12+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251204124848-3bd4169d6b08
1313
github.com/elastic/elastic-agent-client/v7 v7.17.2
1414
github.com/elastic/elastic-agent-libs v0.26.0
1515
github.com/elastic/elastic-agent-system-metrics v0.13.4
@@ -75,6 +75,7 @@ require (
7575
github.com/bitfield/gotestdox v0.2.2 // indirect
7676
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb // indirect
7777
github.com/blang/semver v3.5.1+incompatible // indirect
78+
github.com/brianvoe/gofakeit v3.18.0+incompatible // indirect
7879
github.com/buger/jsonparser v1.1.1 // indirect
7980
github.com/caarlos0/go-version v0.2.0 // indirect
8081
github.com/cavaliergopher/cpio v1.0.1 // indirect

go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb h1:m935MPodAbYS46DG4
9494
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb/go.mod h1:PkYb9DJNAwrSvRx5DYA+gUcOIgTGVMNkfSCbZM8cWpI=
9595
github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=
9696
github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
97+
github.com/brianvoe/gofakeit v3.18.0+incompatible h1:wDOmHc9DLG4nRjUVVaxA+CEglKOW72Y5+4WNxUIkjM8=
98+
github.com/brianvoe/gofakeit v3.18.0+incompatible/go.mod h1:kfwdRA90vvNhPutZWfH7WPaDzUjz+CZFqG+rPkOjGOc=
9799
github.com/bufbuild/protocompile v0.4.0 h1:LbFKd2XowZvQ/kajzguUp2DC9UEIQhIq77fZZlaQsNA=
98100
github.com/bufbuild/protocompile v0.4.0/go.mod h1:3v93+mbWn/v3xzN+31nwkJfrEpAUwp+BagBSZWx+TP8=
99101
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
@@ -171,8 +173,8 @@ github.com/elastic/apm-perf v0.0.0-20250207152505-1dbeb202ff22 h1:br+XeQOcxNFSv+
171173
github.com/elastic/apm-perf v0.0.0-20250207152505-1dbeb202ff22/go.mod h1:gE+FV7xXv0/nBenviCvpvnvTpUkjJXtuOWs2UT+ZRtw=
172174
github.com/elastic/apm-tools v0.0.0-20250124173757-336011228dbe h1:LDtn/A8Tsfz8DQlbXtmDud9ha9oOGriwJGB7V0Ozik8=
173175
github.com/elastic/apm-tools v0.0.0-20250124173757-336011228dbe/go.mod h1:SIlGcpTnnosxZ3OvoRC7ADxhHdlsu/nwUdVMF9OkgYc=
174-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251202130836-5e132141239f h1:b+eMXlfKIWsMJH37Kv1TxCm1sddhCSJIwlrO3zbNgdQ=
175-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251202130836-5e132141239f/go.mod h1:oO0SB1w6/5uUm/NOJVymP8BXJqhZpbC158recy7E7CA=
176+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251204124848-3bd4169d6b08 h1:AbZwZ5SNxwxDJBzpmBn4Z3JMBtpRF+nNGZJadRmPjzg=
177+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251204124848-3bd4169d6b08/go.mod h1:t/MWsgGSgOZEmxRK1zml4Kp0LqIy4ro8TMoUvyOfX4Q=
176178
github.com/elastic/elastic-agent-autodiscover v0.10.0 h1:WJ4zl9uSfk1kHmn2B/0byQBLIL607Zt4LNfOgV7+XN0=
177179
github.com/elastic/elastic-agent-autodiscover v0.10.0/go.mod h1:Nf3zh9FcJ9nTTswTwDTUAqXmvQllOrNliM6xmORSxwE=
178180
github.com/elastic/elastic-agent-client/v7 v7.17.2 h1:Cl2TeABqWZgW40t5fchGWT/sRk4MDDLWA0d8iHHOxLA=

0 commit comments

Comments
 (0)