Skip to content

Commit 0ce50fe

Browse files
[updatecli] Update to elastic/beats@1ed52bf59d36 (#19605)
* chore: Update to elastic/beats@65cae80db7dc Made with ❤️️ by updatecli * chore: Update to elastic/beats@1ed52bf59d36 Made with ❤️️ by updatecli * Update .go-version --------- Co-authored-by: elastic-observability-automation[bot] <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Co-authored-by: kruskall <[email protected]>
1 parent 3db1346 commit 0ce50fe

File tree

3 files changed

+83
-90
lines changed

3 files changed

+83
-90
lines changed

NOTICE.txt

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -576,11 +576,11 @@ SOFTWARE.
576576

577577
--------------------------------------------------------------------------------
578578
Dependency : github.com/elastic/beats/v7
579-
Version: v7.17.30-0.20251103164537-76ddddb537a8
579+
Version: v7.17.30-0.20251120204030-1ed52bf59d36
580580
Licence type (autodetected): Elastic
581581
--------------------------------------------------------------------------------
582582

583-
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20251103164537-76ddddb537a8/LICENSE.txt:
583+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20251120204030-1ed52bf59d36/LICENSE.txt:
584584

585585
Source code in this repository is variously licensed under the Apache License
586586
Version 2.0, an Apache compatible license, or the Elastic License. Outside of
@@ -5178,13 +5178,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
51785178

51795179
--------------------------------------------------------------------------------
51805180
Dependency : golang.org/x/time
5181-
Version: v0.5.0
5181+
Version: v0.12.0
51825182
Licence type (autodetected): BSD-3-Clause
51835183
--------------------------------------------------------------------------------
51845184

5185-
Contents of probable licence file $GOMODCACHE/golang.org/x/time@v0.5.0/LICENSE:
5185+
Contents of probable licence file $GOMODCACHE/golang.org/x/time@v0.12.0/LICENSE:
51865186

5187-
Copyright (c) 2009 The Go Authors. All rights reserved.
5187+
Copyright 2009 The Go Authors.
51885188

51895189
Redistribution and use in source and binary forms, with or without
51905190
modification, are permitted provided that the following conditions are
@@ -5196,7 +5196,7 @@ notice, this list of conditions and the following disclaimer.
51965196
copyright notice, this list of conditions and the following disclaimer
51975197
in the documentation and/or other materials provided with the
51985198
distribution.
5199-
* Neither the name of Google Inc. nor the names of its
5199+
* Neither the name of Google LLC nor the names of its
52005200
contributors may be used to endorse or promote products derived from
52015201
this software without specific prior written permission.
52025202

@@ -10629,11 +10629,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1062910629

1063010630
--------------------------------------------------------------------------------
1063110631
Dependency : github.com/go-logr/logr
10632-
Version: v1.4.1
10632+
Version: v1.4.2
1063310633
Licence type (autodetected): Apache-2.0
1063410634
--------------------------------------------------------------------------------
1063510635

10636-
Contents of probable licence file $GOMODCACHE/github.com/go-logr/[email protected].1/LICENSE:
10636+
Contents of probable licence file $GOMODCACHE/github.com/go-logr/[email protected].2/LICENSE:
1063710637

1063810638
Apache License
1063910639
Version 2.0, January 2004
@@ -17154,11 +17154,11 @@ Contents of probable licence file $GOMODCACHE/github.com/opencontainers/go-diges
1715417154

1715517155
--------------------------------------------------------------------------------
1715617156
Dependency : github.com/opencontainers/image-spec
17157-
Version: v1.0.2
17157+
Version: v1.1.0
1715817158
Licence type (autodetected): Apache-2.0
1715917159
--------------------------------------------------------------------------------
1716017160

17161-
Contents of probable licence file $GOMODCACHE/github.com/opencontainers/image-spec@v1.0.2/LICENSE:
17161+
Contents of probable licence file $GOMODCACHE/github.com/opencontainers/image-spec@v1.1.0/LICENSE:
1716217162

1716317163

1716417164
Apache License
@@ -17604,11 +17604,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1760417604

1760517605
--------------------------------------------------------------------------------
1760617606
Dependency : github.com/prometheus/procfs
17607-
Version: v0.9.0
17607+
Version: v0.10.1
1760817608
Licence type (autodetected): Apache-2.0
1760917609
--------------------------------------------------------------------------------
1761017610

17611-
Contents of probable licence file $GOMODCACHE/github.com/prometheus/procfs@v0.9.0/LICENSE:
17611+
Contents of probable licence file $GOMODCACHE/github.com/prometheus/procfs@v0.10.1/LICENSE:
1761217612

1761317613
Apache License
1761417614
Version 2.0, January 2004
@@ -17953,11 +17953,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1795317953

1795417954
--------------------------------------------------------------------------------
1795517955
Dependency : github.com/sirupsen/logrus
17956-
Version: v1.8.3
17956+
Version: v1.9.3
1795717957
Licence type (autodetected): MIT
1795817958
--------------------------------------------------------------------------------
1795917959

17960-
Contents of probable licence file $GOMODCACHE/github.com/sirupsen/logrus@v1.8.3/LICENSE:
17960+
Contents of probable licence file $GOMODCACHE/github.com/sirupsen/logrus@v1.9.3/LICENSE:
1796117961

1796217962
The MIT License (MIT)
1796317963

@@ -20880,13 +20880,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2088020880

2088120881
--------------------------------------------------------------------------------
2088220882
Dependency : golang.org/x/oauth2
20883-
Version: v0.18.0
20883+
Version: v0.30.0
2088420884
Licence type (autodetected): BSD-3-Clause
2088520885
--------------------------------------------------------------------------------
2088620886

20887-
Contents of probable licence file $GOMODCACHE/golang.org/x/oauth2@v0.18.0/LICENSE:
20887+
Contents of probable licence file $GOMODCACHE/golang.org/x/oauth2@v0.30.0/LICENSE:
2088820888

20889-
Copyright (c) 2009 The Go Authors. All rights reserved.
20889+
Copyright 2009 The Go Authors.
2089020890

2089120891
Redistribution and use in source and binary forms, with or without
2089220892
modification, are permitted provided that the following conditions are
@@ -20898,7 +20898,7 @@ notice, this list of conditions and the following disclaimer.
2089820898
copyright notice, this list of conditions and the following disclaimer
2089920899
in the documentation and/or other materials provided with the
2090020900
distribution.
20901-
* Neither the name of Google Inc. nor the names of its
20901+
* Neither the name of Google LLC nor the names of its
2090220902
contributors may be used to endorse or promote products derived from
2090320903
this software without specific prior written permission.
2090420904

@@ -21028,11 +21028,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2102821028

2102921029
--------------------------------------------------------------------------------
2103021030
Dependency : google.golang.org/genproto/googleapis/rpc
21031-
Version: v0.0.0-20240318140521-94a12d6c2237
21031+
Version: v0.0.0-20240401170217-c3f982113cda
2103221032
Licence type (autodetected): Apache-2.0
2103321033
--------------------------------------------------------------------------------
2103421034

21035-
Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googleapis/[email protected]20240318140521-94a12d6c2237/LICENSE:
21035+
Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googleapis/[email protected]20240401170217-c3f982113cda/LICENSE:
2103621036

2103721037

2103821038
Apache License
@@ -21240,11 +21240,11 @@ Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googlea
2124021240

2124121241
--------------------------------------------------------------------------------
2124221242
Dependency : google.golang.org/protobuf
21243-
Version: v1.33.0
21243+
Version: v1.35.2
2124421244
Licence type (autodetected): BSD-3-Clause
2124521245
--------------------------------------------------------------------------------
2124621246

21247-
Contents of probable licence file $GOMODCACHE/google.golang.org/protobuf@v1.33.0/LICENSE:
21247+
Contents of probable licence file $GOMODCACHE/google.golang.org/protobuf@v1.35.2/LICENSE:
2124821248

2124921249
Copyright (c) 2018 The Go Authors. All rights reserved.
2125021250

go.mod

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/dop251/goja_nodejs v0.0.0-20230226152057-060fa99b809f // indirect
1515
github.com/dustin/go-humanize v1.0.1
1616
github.com/elastic/apm-server/approvaltest v0.0.0-00010101000000-000000000000
17-
github.com/elastic/beats/v7 v7.17.30-0.20251103164537-76ddddb537a8
17+
github.com/elastic/beats/v7 v7.17.30-0.20251120204030-1ed52bf59d36
1818
github.com/elastic/ecs v1.12.0
1919
github.com/elastic/elastic-agent-client/v7 v7.8.1 // indirect
2020
github.com/elastic/gmux v0.2.0
@@ -44,11 +44,11 @@ require (
4444
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.34.0
4545
github.com/patrickmn/go-cache v2.1.0+incompatible
4646
github.com/pkg/errors v0.9.1
47-
github.com/prometheus/procfs v0.9.0 // indirect
47+
github.com/prometheus/procfs v0.10.1 // indirect
4848
github.com/ryanuber/go-glob v1.0.0
4949
github.com/spf13/cobra v1.7.0
5050
github.com/spf13/pflag v1.0.5
51-
github.com/stretchr/testify v1.8.4
51+
github.com/stretchr/testify v1.10.0
5252
github.com/urso/magetools v0.0.0-20200125210132-c2e338f92f3a // indirect
5353
github.com/xeipuuv/gojsonschema v1.2.0
5454
go.elastic.co/apm v1.15.0
@@ -67,7 +67,7 @@ require (
6767
golang.org/x/net v0.44.0
6868
golang.org/x/sync v0.17.0
6969
golang.org/x/sys v0.36.0 // indirect
70-
golang.org/x/time v0.5.0
70+
golang.org/x/time v0.12.0
7171
golang.org/x/tools v0.37.0
7272
google.golang.org/grpc v1.64.1
7373
gotest.tools/gotestsum v1.7.0
@@ -80,7 +80,7 @@ require (
8080
code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f // indirect
8181
code.cloudfoundry.org/rfc5424 v0.0.0-20180905210152-236a6d29298a // indirect
8282
github.com/Masterminds/semver v1.4.2 // indirect
83-
github.com/Microsoft/go-winio v0.5.2 // indirect
83+
github.com/Microsoft/go-winio v0.6.2 // indirect
8484
github.com/Shopify/sarama v1.29.1 // indirect
8585
github.com/StackExchange/wmi v1.2.1 // indirect
8686
github.com/akavel/rsrc v0.10.2 // indirect
@@ -90,7 +90,7 @@ require (
9090
github.com/cloudfoundry-community/go-cfclient v0.0.0-20190808214049-35bcce23fc5f // indirect
9191
github.com/cloudfoundry/noaa v2.1.0+incompatible // indirect
9292
github.com/cloudfoundry/sonde-go v0.0.0-20171206171820-b33733203bb4 // indirect
93-
github.com/containerd/containerd v1.5.18 // indirect
93+
github.com/containerd/containerd v1.7.29 // indirect
9494
github.com/davecgh/go-spew v1.1.1 // indirect
9595
github.com/dgraph-io/badger/v3 v3.2103.1 // indirect
9696
github.com/dgraph-io/ristretto v0.1.0 // indirect
@@ -111,12 +111,10 @@ require (
111111
github.com/elastic/go-txfile v0.0.7 // indirect
112112
github.com/elastic/go-windows v1.0.1 // indirect
113113
github.com/elastic/gosigar v0.14.2 // indirect
114-
github.com/elazarl/goproxy v0.0.0-20240909085733-6741dbfc16a1 // indirect
115-
github.com/elazarl/goproxy/ext v0.0.0-20240909085733-6741dbfc16a1 // indirect
116114
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
117115
github.com/felixge/httpsnoop v1.0.4 // indirect
118-
github.com/fsnotify/fsnotify v1.5.1 // indirect
119-
github.com/go-logr/logr v1.4.1 // indirect
116+
github.com/fsnotify/fsnotify v1.6.0 // indirect
117+
github.com/go-logr/logr v1.4.2 // indirect
120118
github.com/go-logr/stdr v1.2.2 // indirect
121119
github.com/go-ole/go-ole v1.2.6 // indirect
122120
github.com/go-openapi/jsonpointer v0.19.6 // indirect
@@ -163,15 +161,15 @@ require (
163161
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
164162
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.34.0 // indirect
165163
github.com/opencontainers/go-digest v1.0.0 // indirect
166-
github.com/opencontainers/image-spec v1.0.2 // indirect
164+
github.com/opencontainers/image-spec v1.1.0 // indirect
167165
github.com/opentracing/opentracing-go v1.2.0 // indirect
168166
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
169167
github.com/pmezard/go-difflib v1.0.0 // indirect
170168
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
171169
github.com/rs/cors v1.8.0 // indirect
172170
github.com/santhosh-tekuri/jsonschema v1.2.4 // indirect
173171
github.com/shirou/gopsutil v3.21.7+incompatible // indirect
174-
github.com/sirupsen/logrus v1.8.3 // indirect
172+
github.com/sirupsen/logrus v1.9.3 // indirect
175173
github.com/spf13/cast v1.4.1 // indirect
176174
github.com/tidwall/gjson v1.6.5 // indirect
177175
github.com/tidwall/match v1.0.3 // indirect
@@ -195,14 +193,13 @@ require (
195193
go.opentelemetry.io/otel/trace v1.24.0 // indirect
196194
golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect
197195
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
198-
golang.org/x/oauth2 v0.18.0 // indirect
196+
golang.org/x/oauth2 v0.30.0 // indirect
199197
golang.org/x/telemetry v0.0.0-20250908211612-aef8a434d053 // indirect
200198
golang.org/x/term v0.35.0 // indirect
201199
golang.org/x/text v0.29.0 // indirect
202200
golang.org/x/tools/go/vcs v0.1.0-deprecated // indirect
203-
google.golang.org/appengine v1.6.8 // indirect
204-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
205-
google.golang.org/protobuf v1.33.0 // indirect
201+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
202+
google.golang.org/protobuf v1.35.2 // indirect
206203
gopkg.in/inf.v0 v0.9.1 // indirect
207204
gopkg.in/jcmturner/aescts.v1 v1.0.1 // indirect
208205
gopkg.in/jcmturner/dnsutils.v1 v1.0.1 // indirect

0 commit comments

Comments
 (0)