@@ -933,11 +933,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-a
933
933
934
934
--------------------------------------------------------------------------------
935
935
Dependency : github.com/elastic/elastic-agent-client/v7
936
- Version: v7.5 .0
936
+ Version: v7.6 .0
937
937
Licence type (autodetected): Elastic
938
938
--------------------------------------------------------------------------------
939
939
940
- Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-client/v7@v7.5 .0/LICENSE.txt:
940
+ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-client/v7@v7.6 .0/LICENSE.txt:
941
941
942
942
ELASTIC LICENSE AGREEMENT
943
943
@@ -6242,11 +6242,11 @@ THE SOFTWARE.
6242
6242
6243
6243
--------------------------------------------------------------------------------
6244
6244
Dependency : golang.org/x/crypto
6245
- Version: v0.14 .0
6245
+ Version: v0.16 .0
6246
6246
Licence type (autodetected): BSD-3-Clause
6247
6247
--------------------------------------------------------------------------------
6248
6248
6249
- Contents of probable licence file $GOMODCACHE/golang.org/x/crypto@v0.14 .0/LICENSE:
6249
+ Contents of probable licence file $GOMODCACHE/golang.org/x/crypto@v0.16 .0/LICENSE:
6250
6250
6251
6251
Copyright (c) 2009 The Go Authors. All rights reserved.
6252
6252
@@ -6316,11 +6316,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6316
6316
6317
6317
--------------------------------------------------------------------------------
6318
6318
Dependency : golang.org/x/sync
6319
- Version: v0.3 .0
6319
+ Version: v0.5 .0
6320
6320
Licence type (autodetected): BSD-3-Clause
6321
6321
--------------------------------------------------------------------------------
6322
6322
6323
- Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.3 .0/LICENSE:
6323
+ Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.5 .0/LICENSE:
6324
6324
6325
6325
Copyright (c) 2009 The Go Authors. All rights reserved.
6326
6326
@@ -6353,11 +6353,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6353
6353
6354
6354
--------------------------------------------------------------------------------
6355
6355
Dependency : golang.org/x/sys
6356
- Version: v0.13 .0
6356
+ Version: v0.15 .0
6357
6357
Licence type (autodetected): BSD-3-Clause
6358
6358
--------------------------------------------------------------------------------
6359
6359
6360
- Contents of probable licence file $GOMODCACHE/golang.org/x/sys@v0.13 .0/LICENSE:
6360
+ Contents of probable licence file $GOMODCACHE/golang.org/x/sys@v0.15 .0/LICENSE:
6361
6361
6362
6362
Copyright (c) 2009 The Go Authors. All rights reserved.
6363
6363
@@ -6390,11 +6390,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6390
6390
6391
6391
--------------------------------------------------------------------------------
6392
6392
Dependency : golang.org/x/term
6393
- Version: v0.13 .0
6393
+ Version: v0.15 .0
6394
6394
Licence type (autodetected): BSD-3-Clause
6395
6395
--------------------------------------------------------------------------------
6396
6396
6397
- Contents of probable licence file $GOMODCACHE/golang.org/x/term@v0.13 .0/LICENSE:
6397
+ Contents of probable licence file $GOMODCACHE/golang.org/x/term@v0.15 .0/LICENSE:
6398
6398
6399
6399
Copyright (c) 2009 The Go Authors. All rights reserved.
6400
6400
@@ -6427,11 +6427,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6427
6427
6428
6428
--------------------------------------------------------------------------------
6429
6429
Dependency : golang.org/x/text
6430
- Version: v0.13 .0
6430
+ Version: v0.14 .0
6431
6431
Licence type (autodetected): BSD-3-Clause
6432
6432
--------------------------------------------------------------------------------
6433
6433
6434
- Contents of probable licence file $GOMODCACHE/golang.org/x/text@v0.13 .0/LICENSE:
6434
+ Contents of probable licence file $GOMODCACHE/golang.org/x/text@v0.14 .0/LICENSE:
6435
6435
6436
6436
Copyright (c) 2009 The Go Authors. All rights reserved.
6437
6437
@@ -6501,11 +6501,48 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6501
6501
6502
6502
--------------------------------------------------------------------------------
6503
6503
Dependency : golang.org/x/tools
6504
- Version: v0.7 .0
6504
+ Version: v0.16 .0
6505
6505
Licence type (autodetected): BSD-3-Clause
6506
6506
--------------------------------------------------------------------------------
6507
6507
6508
- Contents of probable licence file $GOMODCACHE/golang.org/x/tools@v0.7.0/LICENSE:
6508
+ Contents of probable licence file $GOMODCACHE/golang.org/x/tools@v0.16.0/LICENSE:
6509
+
6510
+ Copyright (c) 2009 The Go Authors. All rights reserved.
6511
+
6512
+ Redistribution and use in source and binary forms, with or without
6513
+ modification, are permitted provided that the following conditions are
6514
+ met:
6515
+
6516
+ * Redistributions of source code must retain the above copyright
6517
+ notice, this list of conditions and the following disclaimer.
6518
+ * Redistributions in binary form must reproduce the above
6519
+ copyright notice, this list of conditions and the following disclaimer
6520
+ in the documentation and/or other materials provided with the
6521
+ distribution.
6522
+ * Neither the name of Google Inc. nor the names of its
6523
+ contributors may be used to endorse or promote products derived from
6524
+ this software without specific prior written permission.
6525
+
6526
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
6527
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
6528
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
6529
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
6530
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
6531
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
6532
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
6533
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
6534
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
6535
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
6536
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6537
+
6538
+
6539
+ --------------------------------------------------------------------------------
6540
+ Dependency : golang.org/x/tools/go/vcs
6541
+ Version: v0.1.0-deprecated
6542
+ Licence type (autodetected): BSD-3-Clause
6543
+ --------------------------------------------------------------------------------
6544
+
6545
+ Contents of probable licence file $GOMODCACHE/golang.org/x/tools/go/vcs@v0.1.0-deprecated/LICENSE:
6509
6546
6510
6547
Copyright (c) 2009 The Go Authors. All rights reserved.
6511
6548
@@ -17519,11 +17556,11 @@ THE SOFTWARE.
17519
17556
17520
17557
--------------------------------------------------------------------------------
17521
17558
Dependency : golang.org/x/exp
17522
- Version: v0.0.0-20220722155223-a9213eeb770e
17559
+ Version: v0.0.0-20231127185646-65229373498e
17523
17560
Licence type (autodetected): BSD-3-Clause
17524
17561
--------------------------------------------------------------------------------
17525
17562
17526
- Contents of probable licence file $GOMODCACHE/golang.org/x/exp@v0.0.0-20220722155223-a9213eeb770e /LICENSE:
17563
+ Contents of probable licence file $GOMODCACHE/golang.org/x/exp@v0.0.0-20231127185646-65229373498e /LICENSE:
17527
17564
17528
17565
Copyright (c) 2009 The Go Authors. All rights reserved.
17529
17566
@@ -17556,11 +17593,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17556
17593
17557
17594
--------------------------------------------------------------------------------
17558
17595
Dependency : golang.org/x/mod
17559
- Version: v0.9 .0
17596
+ Version: v0.14 .0
17560
17597
Licence type (autodetected): BSD-3-Clause
17561
17598
--------------------------------------------------------------------------------
17562
17599
17563
- Contents of probable licence file $GOMODCACHE/golang.org/x/mod@v0.9 .0/LICENSE:
17600
+ Contents of probable licence file $GOMODCACHE/golang.org/x/mod@v0.14 .0/LICENSE:
17564
17601
17565
17602
Copyright (c) 2009 The Go Authors. All rights reserved.
17566
17603
@@ -17593,11 +17630,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17593
17630
17594
17631
--------------------------------------------------------------------------------
17595
17632
Dependency : golang.org/x/net
17596
- Version: v0.17 .0
17633
+ Version: v0.19 .0
17597
17634
Licence type (autodetected): BSD-3-Clause
17598
17635
--------------------------------------------------------------------------------
17599
17636
17600
- Contents of probable licence file $GOMODCACHE/golang.org/x/net@v0.17 .0/LICENSE:
17637
+ Contents of probable licence file $GOMODCACHE/golang.org/x/net@v0.19 .0/LICENSE:
17601
17638
17602
17639
Copyright (c) 2009 The Go Authors. All rights reserved.
17603
17640
0 commit comments