-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNOTICE
More file actions
534 lines (444 loc) · 24 KB
/
Copy pathNOTICE
File metadata and controls
534 lines (444 loc) · 24 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
NOTICES FOR THIRD-PARTY SOFTWARE
This product includes software developed by third parties.
The following components are included in this distribution:
================================================================================
github.com/beorn7/perks/quantile v1.0.1
MIT
https://github.com/beorn7/perks/blob/v1.0.1/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/cespare/xxhash/v2 v2.3.0
MIT
https://github.com/cespare/xxhash/blob/v2.3.0/LICENSE.txt
--------------------------------------------------------------------------------
================================================================================
github.com/containernetworking/cni/pkg v1.3.0
Apache-2.0
https://github.com/containernetworking/cni/blob/v1.3.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/containernetworking/plugins/pkg/ns v1.9.1
Apache-2.0
https://github.com/containernetworking/plugins/blob/v1.9.1/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/coreos/go-iptables/iptables v0.8.0
Apache-2.0
https://github.com/coreos/go-iptables/blob/v0.8.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/davecgh/go-spew/spew v1.1.2-0.20180830191138-d8f796af33cc
ISC
https://github.com/davecgh/go-spew/blob/d8f796af33cc/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da
MIT
https://github.com/dgryski/go-farm/blob/3414d57e47da/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/eapache/channels v1.1.0
MIT
https://github.com/eapache/channels/blob/v1.1.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/eapache/queue v1.1.0
MIT
https://github.com/eapache/queue/blob/v1.1.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/emicklei/go-restful/v3 v3.13.0
MIT
https://github.com/emicklei/go-restful/blob/v3.13.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/evanphx/json-patch/v5 v5.9.11
BSD-3-Clause
https://github.com/evanphx/json-patch/blob/v5.9.11/v5/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/fsnotify/fsnotify v1.9.0
BSD-3-Clause
https://github.com/fsnotify/fsnotify/blob/v1.9.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/fxamacker/cbor/v2 v2.9.0
MIT
https://github.com/fxamacker/cbor/blob/v2.9.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/gaissmai/bart v0.26.1
MIT
https://github.com/gaissmai/bart/blob/v0.26.1/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/go-logr/logr v1.4.3
Apache-2.0
https://github.com/go-logr/logr/blob/v1.4.3/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/go-logr/zapr v1.3.0
Apache-2.0
https://github.com/go-logr/zapr/blob/v1.3.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/go-openapi/jsonpointer v0.21.0
Apache-2.0
https://github.com/go-openapi/jsonpointer/blob/v0.21.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/go-openapi/jsonreference v0.20.2
Apache-2.0
https://github.com/go-openapi/jsonreference/blob/v0.20.2/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/go-openapi/swag v0.23.0
Apache-2.0
https://github.com/go-openapi/swag/blob/v0.23.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/go-viper/mapstructure/v2 v2.4.0
MIT
https://github.com/go-viper/mapstructure/blob/v2.4.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/google/gnostic-models v0.7.0
Apache-2.0
https://github.com/google/gnostic-models/blob/v0.7.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/google/uuid v1.6.0
BSD-3-Clause
https://github.com/google/uuid/blob/v1.6.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/josharian/intern v1.0.0
MIT
https://github.com/josharian/intern/blob/v1.0.0/license.md
--------------------------------------------------------------------------------
================================================================================
github.com/json-iterator/go v1.1.12
MIT
https://github.com/json-iterator/go/blob/v1.1.12/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/k-sone/critbitgo v1.4.0
MIT
https://github.com/k-sone/critbitgo/blob/v1.4.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/kenshaw/baseconv v0.1.1
MIT
https://github.com/kenshaw/baseconv/blob/v0.1.1/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/lorenzosaino/go-sysctl v0.3.1
BSD-3-Clause
https://github.com/lorenzosaino/go-sysctl/blob/v0.3.1/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/mailru/easyjson v0.7.7
MIT
https://github.com/mailru/easyjson/blob/v0.7.7/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
Apache-2.0
https://github.com/modern-go/concurrent/blob/bacd9c7ef1dd/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee
Apache-2.0
https://github.com/modern-go/reflect2/blob/35a7c28c31ee/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
BSD-3-Clause
https://github.com/munnerz/goautoneg/blob/a7dc8b61c822/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/orcaman/concurrent-map/v2 v2.0.1
MIT
https://github.com/orcaman/concurrent-map/blob/v2.0.1/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/osrg/gobgp/v4 v4.7.0
Apache-2.0
https://github.com/osrg/gobgp/blob/v4.7.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/pelletier/go-toml/v2 v2.2.4
MIT
https://github.com/pelletier/go-toml/blob/v2.2.4/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/pmezard/go-difflib/difflib v1.0.1-0.20181226105442-5d4384ee4fb2
BSD-3-Clause
https://github.com/pmezard/go-difflib/blob/5d4384ee4fb2/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil v1.23.2
BSD-3-Clause
https://github.com/prometheus/client_golang/blob/v1.23.2/internal/github.com/golang/gddo/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/prometheus/client_golang/prometheus v1.23.2
Apache-2.0
https://github.com/prometheus/client_golang/blob/v1.23.2/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/prometheus/client_model/go v0.6.2
Apache-2.0
https://github.com/prometheus/client_model/blob/v0.6.2/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/prometheus/common v0.67.5
Apache-2.0
https://github.com/prometheus/common/blob/v0.67.5/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/prometheus/procfs v0.19.2
Apache-2.0
https://github.com/prometheus/procfs/blob/v0.19.2/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/sagikazarmark/locafero v0.11.0
MIT
https://github.com/sagikazarmark/locafero/blob/v0.11.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/segmentio/fasthash/fnv1a v1.0.3
MIT
https://github.com/segmentio/fasthash/blob/v1.0.3/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8
MIT
https://github.com/sourcegraph/conc/blob/5f936abd7ae8/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/spf13/afero v1.15.0
Apache-2.0
https://github.com/spf13/afero/blob/v1.15.0/LICENSE.txt
--------------------------------------------------------------------------------
================================================================================
github.com/spf13/cast v1.10.0
MIT
https://github.com/spf13/cast/blob/v1.10.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/spf13/cobra v1.10.2
Apache-2.0
https://github.com/spf13/cobra/blob/v1.10.2/LICENSE.txt
--------------------------------------------------------------------------------
================================================================================
github.com/spf13/pflag v1.0.10
BSD-3-Clause
https://github.com/spf13/pflag/blob/v1.0.10/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/spf13/viper v1.21.0
MIT
https://github.com/spf13/viper/blob/v1.21.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/subosito/gotenv v1.6.0
MIT
https://github.com/subosito/gotenv/blob/v1.6.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/vishvananda/netlink v1.3.2-0.20260629151558-4e35dc940f49
Apache-2.0
https://github.com/vishvananda/netlink/blob/4e35dc940f49/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/vishvananda/netns v0.0.5
Apache-2.0
https://github.com/vishvananda/netns/blob/v0.0.5/LICENSE
--------------------------------------------------------------------------------
================================================================================
github.com/x448/float16 v0.8.4
MIT
https://github.com/x448/float16/blob/v0.8.4/LICENSE
--------------------------------------------------------------------------------
================================================================================
go.datum.net/network/api/v1alpha1 v0.0.0-20260708202618-77cf276d17f1
AGPL-3.0
https://github.com/datum-cloud/network/blob/77cf276d17f1/LICENSE
--------------------------------------------------------------------------------
================================================================================
go.uber.org/multierr v1.11.0
MIT
https://github.com/uber-go/multierr/blob/v1.11.0/LICENSE.txt
--------------------------------------------------------------------------------
================================================================================
go.uber.org/zap v1.28.0
MIT
https://github.com/uber-go/zap/blob/v1.28.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
go.yaml.in/yaml/v2 v2.4.3
Apache-2.0
https://github.com/yaml/go-yaml/blob/v2.4.3/LICENSE
--------------------------------------------------------------------------------
================================================================================
go.yaml.in/yaml/v3 v3.0.4
MIT
https://github.com/yaml/go-yaml/blob/v3.0.4/LICENSE
--------------------------------------------------------------------------------
================================================================================
golang.org/x/net v0.53.0
BSD-3-Clause
https://cs.opensource.google/go/x/net/+/v0.53.0:LICENSE
--------------------------------------------------------------------------------
================================================================================
golang.org/x/oauth2 v0.36.0
BSD-3-Clause
https://cs.opensource.google/go/x/oauth2/+/v0.36.0:LICENSE
--------------------------------------------------------------------------------
================================================================================
golang.org/x/sync/errgroup v0.20.0
BSD-3-Clause
https://cs.opensource.google/go/x/sync/+/v0.20.0:LICENSE
--------------------------------------------------------------------------------
================================================================================
golang.org/x/sys v0.46.0
BSD-3-Clause
https://cs.opensource.google/go/x/sys/+/v0.46.0:LICENSE
--------------------------------------------------------------------------------
================================================================================
golang.org/x/term v0.42.0
BSD-3-Clause
https://cs.opensource.google/go/x/term/+/v0.42.0:LICENSE
--------------------------------------------------------------------------------
================================================================================
golang.org/x/text v0.36.0
BSD-3-Clause
https://cs.opensource.google/go/x/text/+/v0.36.0:LICENSE
--------------------------------------------------------------------------------
================================================================================
golang.org/x/time/rate v0.14.0
BSD-3-Clause
https://cs.opensource.google/go/x/time/+/v0.14.0:LICENSE
--------------------------------------------------------------------------------
================================================================================
gomodules.xyz/jsonpatch/v2 v2.4.0
Apache-2.0
https://github.com/gomodules/jsonpatch/blob/v2.4.0/v2/LICENSE
--------------------------------------------------------------------------------
================================================================================
google.golang.org/genproto/googleapis/rpc/status v0.0.0-20260414002931-afd174a4e478
Apache-2.0
https://github.com/googleapis/go-genproto/blob/afd174a4e478/googleapis/rpc/LICENSE
--------------------------------------------------------------------------------
================================================================================
google.golang.org/grpc v1.82.0
Apache-2.0
https://github.com/grpc/grpc-go/blob/v1.82.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af
BSD-3-Clause
https://github.com/protocolbuffers/protobuf-go/blob/f2248ac996af/LICENSE
--------------------------------------------------------------------------------
================================================================================
gopkg.in/evanphx/json-patch.v4 v4.13.0
BSD-3-Clause
https://github.com/evanphx/json-patch/blob/v4.13.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
gopkg.in/inf.v0 v0.9.1
BSD-3-Clause
https://github.com/go-inf/inf/blob/v0.9.1/LICENSE
--------------------------------------------------------------------------------
================================================================================
gopkg.in/yaml.v3 v3.0.1
MIT
https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE
--------------------------------------------------------------------------------
================================================================================
k8s.io/api v0.36.0
Apache-2.0
https://github.com/kubernetes/api/blob/v0.36.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions v0.36.0
Apache-2.0
https://github.com/kubernetes/apiextensions-apiserver/blob/v0.36.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
k8s.io/apimachinery/pkg v0.36.1
Apache-2.0
https://github.com/kubernetes/apimachinery/blob/v0.36.1/LICENSE
--------------------------------------------------------------------------------
================================================================================
k8s.io/apimachinery/third_party/forked/golang v0.36.1
BSD-3-Clause
https://github.com/kubernetes/apimachinery/blob/v0.36.1/third_party/forked/golang/LICENSE
--------------------------------------------------------------------------------
================================================================================
k8s.io/client-go v0.36.0
Apache-2.0
https://github.com/kubernetes/client-go/blob/v0.36.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
k8s.io/klog/v2 v2.140.0
Apache-2.0
https://github.com/kubernetes/klog/blob/v2.140.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
k8s.io/kube-openapi/pkg v0.0.0-20260317180543-43fb72c5454a
Apache-2.0
https://github.com/kubernetes/kube-openapi/blob/43fb72c5454a/LICENSE
--------------------------------------------------------------------------------
================================================================================
k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json v0.0.0-20260317180543-43fb72c5454a
BSD-3-Clause
https://github.com/kubernetes/kube-openapi/blob/43fb72c5454a/pkg/internal/third_party/go-json-experiment/json/LICENSE
--------------------------------------------------------------------------------
================================================================================
k8s.io/kube-openapi/pkg/validation/spec v0.0.0-20260317180543-43fb72c5454a
Apache-2.0
https://github.com/kubernetes/kube-openapi/blob/43fb72c5454a/pkg/validation/spec/LICENSE
--------------------------------------------------------------------------------
================================================================================
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2
Apache-2.0
https://github.com/kubernetes/utils/blob/b8788abfbbc2/LICENSE
--------------------------------------------------------------------------------
================================================================================
k8s.io/utils/internal/third_party/forked/golang v0.0.0-20260210185600-b8788abfbbc2
BSD-3-Clause
https://github.com/kubernetes/utils/blob/b8788abfbbc2/internal/third_party/forked/golang/LICENSE
--------------------------------------------------------------------------------
================================================================================
k8s.io/utils/third_party/forked/golang/btree v0.0.0-20260210185600-b8788abfbbc2
Apache-2.0
https://github.com/kubernetes/utils/blob/b8788abfbbc2/third_party/forked/golang/btree/LICENSE
--------------------------------------------------------------------------------
================================================================================
sigs.k8s.io/controller-runtime v0.24.1
Apache-2.0
https://github.com/kubernetes-sigs/controller-runtime/blob/v0.24.1/LICENSE
--------------------------------------------------------------------------------
================================================================================
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730
Apache-2.0
https://github.com/kubernetes-sigs/json/blob/2d320260d730/LICENSE
--------------------------------------------------------------------------------
================================================================================
sigs.k8s.io/randfill v1.0.0
Apache-2.0
https://github.com/kubernetes-sigs/randfill/blob/v1.0.0/LICENSE
--------------------------------------------------------------------------------
================================================================================
sigs.k8s.io/structured-merge-diff/v6 v6.3.2
Apache-2.0
https://github.com/kubernetes-sigs/structured-merge-diff/blob/v6.3.2/LICENSE
--------------------------------------------------------------------------------
================================================================================
sigs.k8s.io/yaml v1.6.0
Apache-2.0
https://github.com/kubernetes-sigs/yaml/blob/v1.6.0/LICENSE
--------------------------------------------------------------------------------
END OF NOTICES