-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNOTICE
More file actions
676 lines (676 loc) · 24.3 KB
/
Copy pathNOTICE
File metadata and controls
676 lines (676 loc) · 24.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
# Generated by hack/cmd/notice. DO NOT EDIT.
# Run 'make notice' to regenerate. Source: go.mod + frontend/package.json.
notices:
- dependency: '@emotion/react'
ecosystem: npm
copyright:
- Copyright (c) Emotion team and other contributors
license:
- name: MIT License
link: https://github.com/emotion-js/emotion/blob/HEAD/LICENSE
- dependency: '@emotion/styled'
ecosystem: npm
copyright:
- Copyright (c) Emotion team and other contributors
license:
- name: MIT License
link: https://github.com/emotion-js/emotion/blob/HEAD/LICENSE
- dependency: '@tanstack/react-table'
ecosystem: npm
copyright:
- Copyright (c) 2016 Tanner Linsley
license:
- name: MIT License
link: https://github.com/TanStack/table/blob/HEAD/LICENSE
- dependency: '@tanstack/table-core'
ecosystem: npm
copyright:
- Copyright (c) 2016 Tanner Linsley
license:
- name: MIT License
link: https://github.com/TanStack/table/blob/HEAD/LICENSE
- dependency: d3-scale
ecosystem: npm
copyright:
- Copyright 2010-2021 Mike Bostock
license:
- name: ISC License
link: https://github.com/d3/d3-scale/blob/HEAD/LICENSE
- dependency: github.com/Azure/azure-sdk-for-go/sdk/azcore
ecosystem: go
copyright:
- Copyright (c) Microsoft Corporation.
license:
- name: MIT License
link: https://github.com/Azure/azure-sdk-for-go/blob/sdk/azcore/v1.22.0/LICENSE.txt
- dependency: github.com/Azure/azure-sdk-for-go/sdk/azidentity
ecosystem: go
copyright:
- Copyright (c) Microsoft Corporation.
license:
- name: MIT License
link: https://github.com/Azure/azure-sdk-for-go/blob/sdk/azidentity/v1.14.0/LICENSE.txt
- dependency: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v2
ecosystem: go
copyright:
- Copyright (c) Microsoft Corporation. All rights reserved.
license:
- name: MIT License
link: https://github.com/Azure/azure-sdk-for-go/blob/sdk/resourcemanager/authorization/armauthorization/v2.2.0/LICENSE.txt
- dependency: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6
ecosystem: go
copyright:
- Copyright (c) Microsoft Corporation. All rights reserved.
license:
- name: MIT License
link: https://github.com/Azure/azure-sdk-for-go/blob/sdk/resourcemanager/compute/armcompute/v6.4.0/LICENSE.txt
- dependency: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v4
ecosystem: go
copyright:
- Copyright (c) Microsoft Corporation. All rights reserved.
license:
- name: MIT License
link: https://github.com/Azure/azure-sdk-for-go/blob/sdk/resourcemanager/containerservice/armcontainerservice/v4.8.0/LICENSE.txt
- dependency: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/dns/armdns
ecosystem: go
copyright:
- Copyright (c) Microsoft Corporation. All rights reserved.
license:
- name: MIT License
link: https://github.com/Azure/azure-sdk-for-go/blob/sdk/resourcemanager/dns/armdns/v1.2.0/LICENSE.txt
- dependency: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/keyvault/armkeyvault
ecosystem: go
copyright:
- Copyright (c) Microsoft Corporation. All rights reserved.
license:
- name: MIT License
link: https://github.com/Azure/azure-sdk-for-go/blob/sdk/resourcemanager/keyvault/armkeyvault/v1.5.0/LICENSE.txt
- dependency: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/msi/armmsi
ecosystem: go
copyright:
- Copyright (c) Microsoft Corporation. All rights reserved.
license:
- name: MIT License
link: https://github.com/Azure/azure-sdk-for-go/blob/sdk/resourcemanager/msi/armmsi/v1.3.0/LICENSE.txt
- dependency: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v7
ecosystem: go
copyright:
- Copyright (c) Microsoft Corporation. All rights reserved.
license:
- name: MIT License
link: https://github.com/Azure/azure-sdk-for-go/blob/sdk/resourcemanager/network/armnetwork/v7.2.0/LICENSE.txt
- dependency: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns
ecosystem: go
copyright:
- Copyright (c) Microsoft Corporation. All rights reserved.
license:
- name: MIT License
link: https://github.com/Azure/azure-sdk-for-go/blob/sdk/resourcemanager/privatedns/armprivatedns/v1.3.0/LICENSE.txt
- dependency: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armfeatures
ecosystem: go
copyright:
- Copyright (c) Microsoft Corporation. All rights reserved.
license:
- name: MIT License
link: https://github.com/Azure/azure-sdk-for-go/blob/sdk/resourcemanager/resources/armfeatures/v1.2.0/LICENSE.txt
- dependency: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armlocks
ecosystem: go
copyright:
- Copyright (c) Microsoft Corporation. All rights reserved.
license:
- name: MIT License
link: https://github.com/Azure/azure-sdk-for-go/blob/sdk/resourcemanager/resources/armlocks/v1.2.0/LICENSE.txt
- dependency: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources
ecosystem: go
copyright:
- Copyright (c) Microsoft Corporation. All rights reserved.
license:
- name: MIT License
link: https://github.com/Azure/azure-sdk-for-go/blob/sdk/resourcemanager/resources/armresources/v1.2.0/LICENSE.txt
- dependency: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armsubscriptions
ecosystem: go
copyright:
- Copyright (c) Microsoft Corporation. All rights reserved.
license:
- name: MIT License
link: https://github.com/Azure/azure-sdk-for-go/blob/sdk/resourcemanager/resources/armsubscriptions/v1.3.0/LICENSE.txt
- dependency: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage
ecosystem: go
copyright:
- Copyright (c) Microsoft Corporation. All rights reserved.
license:
- name: MIT License
link: https://github.com/Azure/azure-sdk-for-go/blob/sdk/resourcemanager/storage/armstorage/v1.8.1/LICENSE.txt
- dependency: github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
ecosystem: go
copyright:
- Copyright (c) Microsoft Corporation. All rights reserved.
license:
- name: MIT License
link: https://github.com/Azure/azure-sdk-for-go/blob/sdk/storage/azblob/v1.8.0/LICENSE.txt
- dependency: github.com/DATA-DOG/go-sqlmock
ecosystem: go
copyright:
- Copyright (c) 2013-2019, DATA-DOG team
license:
- name: BSD 3-Clause License
link: https://github.com/DATA-DOG/go-sqlmock/blob/v1.5.2/LICENSE
- dependency: github.com/Masterminds/semver/v3
ecosystem: go
copyright:
- See LICENSE file
license:
- name: MIT License
link: https://github.com/Masterminds/semver/blob/v3.5.0/LICENSE.txt
- dependency: github.com/Masterminds/sprig/v3
ecosystem: go
copyright:
- See LICENSE file
license:
- name: MIT License
link: https://github.com/Masterminds/sprig/blob/v3.3.0/LICENSE.txt
- dependency: github.com/aws/aws-sdk-go-v2
ecosystem: go
copyright:
- Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
- Copyright 2014-2015 Stripe, Inc.
license:
- name: Apache License, Version 2.0
link: https://github.com/aws/aws-sdk-go-v2/blob/v1.42.0/LICENSE.txt
- dependency: github.com/aws/aws-sdk-go-v2/config
ecosystem: go
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/aws/aws-sdk-go-v2/blob/config/v1.32.25/LICENSE.txt
- dependency: github.com/aws/aws-sdk-go-v2/credentials
ecosystem: go
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/aws/aws-sdk-go-v2/blob/credentials/v1.19.24/LICENSE.txt
- dependency: github.com/aws/aws-sdk-go-v2/service/s3
ecosystem: go
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.104.0/LICENSE.txt
- dependency: github.com/aws/smithy-go
ecosystem: go
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/aws/smithy-go/blob/v1.27.2/LICENSE
- dependency: github.com/bougou/go-ipmi
ecosystem: go
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/bougou/go-ipmi/blob/v0.8.3/LICENSE
- dependency: github.com/cilium/ebpf
ecosystem: go
copyright:
- Copyright (c) 2017 Nathan Sweet
- Copyright (c) 2018, 2019 Cloudflare
- Copyright (c) 2019 Authors of Cilium
license:
- name: MIT License
link: https://github.com/cilium/ebpf/blob/v0.21.0/LICENSE
- dependency: github.com/coder/websocket
ecosystem: go
copyright:
- Copyright (c) 2025 Coder
license:
- name: ISC License
link: https://github.com/coder/websocket/blob/v1.8.15/LICENSE.txt
- dependency: github.com/containerd/containerd/api
ecosystem: go
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/containerd/containerd/blob/api/v1.11.1/LICENSE
- dependency: github.com/containerd/containerd/v2
ecosystem: go
copyright:
- Copyright 2012-2015 Docker, Inc.
license:
- name: Apache License, Version 2.0
link: https://github.com/containerd/containerd/blob/v2.3.2/LICENSE
- dependency: github.com/containerd/errdefs
ecosystem: go
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/containerd/errdefs/blob/v1.0.0/LICENSE
- dependency: github.com/containerd/platforms
ecosystem: go
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/containerd/platforms/blob/v1.0.0-rc.4/LICENSE
- dependency: github.com/containerd/typeurl/v2
ecosystem: go
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/containerd/typeurl/blob/v2.3.0/LICENSE
- dependency: github.com/coreos/go-iptables
ecosystem: go
copyright:
- Copyright 2018 CoreOS, Inc
license:
- name: Apache License, Version 2.0
link: https://github.com/coreos/go-iptables/blob/v0.8.0/LICENSE
- dependency: github.com/dustin/go-humanize
ecosystem: go
copyright:
- Copyright (c) 2005-2008 Dustin Sallings <dustin@spy.net>
license:
- name: MIT License
link: https://github.com/dustin/go-humanize/blob/v1.0.1/LICENSE
- dependency: github.com/fatih/color
ecosystem: go
copyright:
- Copyright (c) 2013 Fatih Arslan
license:
- name: MIT License
link: https://github.com/fatih/color/blob/v1.19.0/LICENSE.md
- dependency: github.com/fsnotify/fsnotify
ecosystem: go
copyright:
- Copyright © 2012 The Go Authors. All rights reserved.
- Copyright © fsnotify Authors. All rights reserved.
license:
- name: BSD 3-Clause License
link: https://github.com/fsnotify/fsnotify/blob/v1.10.1/LICENSE
- dependency: github.com/go-logr/logr
ecosystem: go
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/go-logr/logr/blob/v1.4.3/LICENSE
- dependency: github.com/golang-jwt/jwt/v5
ecosystem: go
copyright:
- Copyright (c) 2012 Dave Grijalva
- Copyright (c) 2021 golang-jwt maintainers
license:
- name: MIT License
link: https://github.com/golang-jwt/jwt/blob/v5.3.1/LICENSE
- dependency: github.com/golang/protobuf
ecosystem: go
copyright:
- Copyright 2010 The Go Authors. All rights reserved.
license:
- name: BSD 3-Clause License
link: https://github.com/golang/protobuf/blob/v1.5.4/LICENSE
- dependency: github.com/google/go-tpm
ecosystem: go
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/google/go-tpm/blob/v0.9.8/LICENSE
- dependency: github.com/google/go-tpm-tools
ecosystem: go
copyright:
- Copyright (c) Microsoft Corporation
- Copyright (c) Intel Corporation
license:
- name: Apache License, Version 2.0
link: https://github.com/google/go-tpm-tools/blob/v0.4.9/LICENSE
- name: BSD 2-Clause License
link: https://github.com/google/go-tpm-tools/blob/v0.4.9/LICENSE
- dependency: github.com/google/licensecheck
ecosystem: go
copyright:
- Copyright (c) 2019 The Go Authors. All rights reserved.
license:
- name: BSD 3-Clause License
link: https://github.com/google/licensecheck/blob/v0.3.1/LICENSE
- dependency: github.com/google/renameio/v2
ecosystem: go
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/google/renameio/blob/v2.0.2/LICENSE
- dependency: github.com/insomniacslk/dhcp
ecosystem: go
copyright:
- Copyright (c) 2018, Andrea Barberio
license:
- name: BSD 3-Clause License
link: https://github.com/insomniacslk/dhcp/blob/5adc3eb26f91/LICENSE
- dependency: github.com/ipfs/go-cid
ecosystem: go
copyright:
- Copyright (c) 2016 Protocol Labs, Inc.
license:
- name: MIT License
link: https://github.com/ipfs/go-cid/blob/v0.6.1/LICENSE
- dependency: github.com/lib/pq
ecosystem: go
copyright:
- Copyright (c) 2011-2013, 'pq' Contributors. Portions Copyright (c) 2011 Blake Mizerany
license:
- name: MIT License
link: https://github.com/lib/pq/blob/v1.12.3/LICENSE
- dependency: github.com/libp2p/go-libp2p
ecosystem: go
copyright:
- Copyright (c) 2014 Juan Batiz-Benet
license:
- name: MIT License
link: https://github.com/libp2p/go-libp2p/blob/v0.48.0/LICENSE
- dependency: github.com/libp2p/go-libp2p-kad-dht
ecosystem: go
copyright:
- Copyright (c) 2016 Protocol Labs, Inc.
license:
- name: MIT License
link: https://github.com/libp2p/go-libp2p-kad-dht/blob/v0.40.0/LICENSE
- dependency: github.com/libp2p/go-msgio
ecosystem: go
copyright:
- Copyright (c) 2014 Juan Batiz-Benet
license:
- name: MIT License
link: https://github.com/libp2p/go-msgio/blob/v0.3.0/LICENSE
- dependency: github.com/multiformats/go-multiaddr
ecosystem: go
copyright:
- Copyright (c) 2014 Juan Batiz-Benet
license:
- name: MIT License
link: https://github.com/multiformats/go-multiaddr/blob/v0.16.1/LICENSE
- dependency: github.com/multiformats/go-multihash
ecosystem: go
copyright:
- Copyright (c) 2014 Juan Batiz-Benet
license:
- name: MIT License
link: https://github.com/multiformats/go-multihash/blob/v0.2.3/LICENSE
- dependency: github.com/opencontainers/go-digest
ecosystem: go
copyright:
- Copyright 2019, 2020 OCI Contributors
- Copyright 2016 Docker, Inc.
license:
- name: Apache License, Version 2.0
link: https://github.com/opencontainers/go-digest/blob/v1.0.0/LICENSE
- dependency: github.com/opencontainers/image-spec
ecosystem: go
copyright:
- Copyright 2016 The Linux Foundation.
license:
- name: Apache License, Version 2.0
link: https://github.com/opencontainers/image-spec/blob/v1.1.1/LICENSE
- dependency: github.com/opencontainers/umoci
ecosystem: go
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/opencontainers/umoci/blob/v0.6.0/COPYING
- dependency: github.com/oracle/oci-go-sdk/v65
ecosystem: go
copyright:
- Copyright (c) 2016, 2026, Oracle and/or its affiliates. All rights reserved.
- Copyright (c) 2016, 2026 Oracle and/or its affiliates.
- Copyright (c) 2016, 2016, Oracle and/or its affiliates. All rights reserved.
license:
- name: UPL-1.0
link: https://github.com/oracle/oci-go-sdk/blob/v65.118.1/LICENSE.txt
- name: Apache License, Version 2.0
link: https://github.com/oracle/oci-go-sdk/blob/v65.118.1/LICENSE.txt
- dependency: github.com/pin/tftp/v3
ecosystem: go
copyright:
- Copyright (c) 2016 Dmitri Popov
license:
- name: MIT License
link: https://github.com/pin/tftp/blob/v3.2.0/LICENSE
- dependency: github.com/prometheus/client_golang
ecosystem: go
copyright:
- Copyright 2012-2015 The Prometheus Authors
- Copyright 2013-2015 Blake Mizerany, Björn Rabenstein
- Copyright 2010 The Go Authors
license:
- name: Apache License, Version 2.0
link: https://github.com/prometheus/client_golang/blob/v1.23.2/LICENSE
- dependency: github.com/spf13/cobra
ecosystem: go
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/spf13/cobra/blob/v1.10.2/LICENSE.txt
- dependency: github.com/spf13/pflag
ecosystem: go
copyright:
- Copyright (c) 2012 Alex Ogier. All rights reserved.
- Copyright (c) 2012 The Go Authors. All rights reserved.
license:
- name: BSD 3-Clause License
link: https://github.com/spf13/pflag/blob/v1.0.10/LICENSE
- dependency: github.com/stretchr/testify
ecosystem: go
copyright:
- Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors.
license:
- name: MIT License
link: https://github.com/stretchr/testify/blob/v1.11.1/LICENSE
- dependency: github.com/testcontainers/testcontainers-go
ecosystem: go
copyright:
- Copyright (c) 2017-2019 Gianluca Arbezzano
license:
- name: MIT License
link: https://github.com/testcontainers/testcontainers-go/blob/v0.43.0/LICENSE
- dependency: github.com/vishvananda/netlink
ecosystem: go
copyright:
- Copyright 2014 Vishvananda Ishaya.
- Copyright 2014 Docker, Inc.
license:
- name: Apache License, Version 2.0
link: https://github.com/vishvananda/netlink/blob/v1.3.1/LICENSE
- dependency: golang.org/x/crypto
ecosystem: go
copyright:
- Copyright 2009 The Go Authors.
license:
- name: BSD 3-Clause License
link: https://go.googlesource.com/crypto
- dependency: golang.org/x/mod
ecosystem: go
copyright:
- Copyright 2009 The Go Authors.
license:
- name: BSD 3-Clause License
link: https://go.googlesource.com/mod
- dependency: golang.org/x/net
ecosystem: go
copyright:
- Copyright 2009 The Go Authors.
license:
- name: BSD 3-Clause License
link: https://go.googlesource.com/net
- dependency: golang.org/x/sync
ecosystem: go
copyright:
- Copyright 2009 The Go Authors.
license:
- name: BSD 3-Clause License
link: https://go.googlesource.com/sync
- dependency: golang.org/x/sys
ecosystem: go
copyright:
- Copyright 2009 The Go Authors.
license:
- name: BSD 3-Clause License
link: https://go.googlesource.com/sys
- dependency: golang.org/x/term
ecosystem: go
copyright:
- Copyright 2009 The Go Authors.
license:
- name: BSD 3-Clause License
link: https://go.googlesource.com/term
- dependency: golang.zx2c4.com/wireguard/wgctrl
ecosystem: go
copyright:
- See LICENSE file
license:
- name: MIT License
link: https://github.com/WireGuard/wgctrl-go/blob/a9ab2273dd10/LICENSE.md
- dependency: google.golang.org/grpc
ecosystem: go
copyright:
- Copyright 2014 gRPC authors.
license:
- name: Apache License, Version 2.0
link: https://github.com/grpc/grpc-go/blob/v1.81.1/LICENSE
- dependency: google.golang.org/protobuf
ecosystem: go
copyright:
- Copyright (c) 2018 The Go Authors. All rights reserved.
license:
- name: BSD 3-Clause License
link: https://go.googlesource.com/protobuf
- dependency: gopkg.in/yaml.v3
ecosystem: go
copyright:
- Copyright (c) 2006-2010 Kirill Simonov
- Copyright (c) 2006-2011 Kirill Simonov
- Copyright (c) 2011-2019 Canonical Ltd
license:
- name: MIT License
link: https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE
- name: Apache License, Version 2.0
link: https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE
- dependency: k8s.io/api
ecosystem: go
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/kubernetes/api/blob/v0.36.2/LICENSE
- dependency: k8s.io/apimachinery
ecosystem: go
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/kubernetes/apimachinery/blob/v0.36.2/LICENSE
- dependency: k8s.io/cli-runtime
ecosystem: go
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/kubernetes/cli-runtime/blob/v0.36.2/LICENSE
- dependency: k8s.io/client-go
ecosystem: go
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/kubernetes/client-go/blob/v0.36.2/LICENSE
- dependency: k8s.io/klog/v2
ecosystem: go
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/kubernetes/klog/blob/main/LICENSE
- dependency: k8s.io/kube-aggregator
ecosystem: go
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/kubernetes/kube-aggregator/blob/v0.36.2/LICENSE
- dependency: k8s.io/utils
ecosystem: go
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/kubernetes/utils/blob/28399d86e0b5/LICENSE
- dependency: modernc.org/sqlite
ecosystem: go
copyright:
- Copyright (c) 2017 The Sqlite Authors. All rights reserved.
license:
- name: BSD 3-Clause License
link: https://gitlab.com/cznic/sqlite/-/blob/v1.53.0/LICENSE
- dependency: oras.land/oras-go/v2
ecosystem: go
copyright:
- Copyright 2021 ORAS Authors.
license:
- name: Apache License, Version 2.0
link: https://github.com/oras-project/oras-go/blob/v2.6.1/LICENSE
- dependency: react
ecosystem: npm
copyright:
- Copyright (c) Meta Platforms, Inc. and affiliates.
license:
- name: MIT License
link: https://github.com/facebook/react/blob/HEAD/LICENSE
- dependency: react-dom
ecosystem: npm
copyright:
- Copyright (c) Meta Platforms, Inc. and affiliates.
license:
- name: MIT License
link: https://github.com/facebook/react/blob/HEAD/LICENSE
- dependency: reagraph
ecosystem: npm
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/reaviz/reagraph/blob/HEAD/LICENSE
- dependency: sigs.k8s.io/controller-runtime
ecosystem: go
copyright:
- See LICENSE file
license:
- name: Apache License, Version 2.0
link: https://github.com/kubernetes-sigs/controller-runtime/blob/v0.24.1/LICENSE
- dependency: sigs.k8s.io/yaml
ecosystem: go
copyright:
- Copyright (c) 2014 Sam Ghods
- Copyright (c) 2012 The Go Authors. All rights reserved.
- Copyright (c) 2006-2010 Kirill Simonov
- Copyright (c) 2006-2011 Kirill Simonov
- Copyright (c) 2011-2019 Canonical Ltd
license:
- name: MIT License
link: https://github.com/kubernetes-sigs/yaml/blob/v1.6.0/LICENSE
- name: BSD 3-Clause License
link: https://github.com/kubernetes-sigs/yaml/blob/v1.6.0/LICENSE
- name: Apache License, Version 2.0
link: https://github.com/kubernetes-sigs/yaml/blob/v1.6.0/LICENSE
- dependency: three
ecosystem: npm
copyright:
- Copyright © 2010-2025 three.js authors
license:
- name: MIT License
link: https://github.com/mrdoob/three.js/blob/HEAD/LICENSE