-
Notifications
You must be signed in to change notification settings - Fork 2
/
NOTICE.csv
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 1 column, instead of 3 in line 1.
601 lines (601 loc) · 61.8 KB
/
NOTICE.csv
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
# Generated by https://github.com/Bobgy/go-mod-licenses. DO NOT EDIT.
bazil.org/fuse,https://raw.githubusercontent.com/bazil/fuse/master/LICENSE,BSD-3-Clause
cloud.google.com/go,https://raw.githubusercontent.com/googleapis/google-cloud-go/main/LICENSE,Apache-2.0
cloud.google.com/go/bigquery,https://raw.githubusercontent.com/googleapis/google-cloud-go/main/LICENSE,Apache-2.0
cloud.google.com/go/datastore,https://raw.githubusercontent.com/googleapis/google-cloud-go/main/LICENSE,Apache-2.0
cloud.google.com/go/firestore,https://raw.githubusercontent.com/googleapis/google-cloud-go/main/LICENSE,Apache-2.0
cloud.google.com/go/pubsub,https://raw.githubusercontent.com/googleapis/google-cloud-go/main/LICENSE,Apache-2.0
cloud.google.com/go/storage,https://raw.githubusercontent.com/googleapis/google-cloud-go/main/LICENSE,Apache-2.0
github.com/Azure/azure-sdk-for-go,https://raw.githubusercontent.com/Azure/azure-sdk-for-go/main/LICENSE.txt,MIT
github.com/Azure/go-ansiterm,https://raw.githubusercontent.com/Azure/go-ansiterm/master/LICENSE,MIT
github.com/Azure/go-autorest,https://raw.githubusercontent.com/Azure/go-autorest/main/LICENSE,Apache-2.0
github.com/Azure/go-autorest/autorest,https://raw.githubusercontent.com/Azure/go-autorest/main/LICENSE,Apache-2.0
github.com/Azure/go-autorest/autorest/adal,https://raw.githubusercontent.com/Azure/go-autorest/main/LICENSE,Apache-2.0
github.com/Azure/go-autorest/autorest/date,https://raw.githubusercontent.com/Azure/go-autorest/main/LICENSE,Apache-2.0
github.com/Azure/go-autorest/autorest/mocks,https://raw.githubusercontent.com/Azure/go-autorest/main/LICENSE,Apache-2.0
github.com/Azure/go-autorest/autorest/to,https://raw.githubusercontent.com/Azure/go-autorest/main/LICENSE,Apache-2.0
github.com/Azure/go-autorest/autorest/validation,https://raw.githubusercontent.com/Azure/go-autorest/main/LICENSE,Apache-2.0
github.com/Azure/go-autorest/logger,https://raw.githubusercontent.com/Azure/go-autorest/main/LICENSE,Apache-2.0
github.com/Azure/go-autorest/tracing,https://raw.githubusercontent.com/Azure/go-autorest/main/LICENSE,Apache-2.0
github.com/BurntSushi/toml,https://raw.githubusercontent.com/BurntSushi/toml/master/COPYING,MIT
github.com/BurntSushi/xgb,https://raw.githubusercontent.com/BurntSushi/xgb/master/LICENSE,BSD-3-Clause
github.com/DataDog/datadog-go,https://raw.githubusercontent.com/DataDog/datadog-go/master/LICENSE.txt,MIT
github.com/GoogleCloudPlatform/k8s-cloud-provider,https://raw.githubusercontent.com/GoogleCloudPlatform/k8s-cloud-provider/master/LICENSE,Apache-2.0
github.com/JeffAshton/win_pdh,https://raw.githubusercontent.com/JeffAshton/win_pdh/master/LICENSE,BSD-3-Clause
github.com/Knetic/govaluate,https://raw.githubusercontent.com/Knetic/govaluate/master/LICENSE,MIT
github.com/MakeNowJust/heredoc,https://raw.githubusercontent.com/makenowjust/heredoc/main/LICENSE,MIT
github.com/Masterminds/goutils,https://raw.githubusercontent.com/Masterminds/goutils/master/LICENSE.txt,Apache-2.0
github.com/Masterminds/semver,https://raw.githubusercontent.com/Masterminds/semver/master/LICENSE.txt,MIT
github.com/Masterminds/semver/v3,https://raw.githubusercontent.com/Masterminds/semver/master/LICENSE.txt,MIT
github.com/Masterminds/sprig,https://raw.githubusercontent.com/Masterminds/sprig/master/LICENSE.txt,MIT
github.com/Microsoft/go-winio,https://raw.githubusercontent.com/microsoft/go-winio/main/LICENSE,MIT
github.com/Microsoft/hcsshim,https://raw.githubusercontent.com/microsoft/hcsshim/main/LICENSE,MIT
github.com/NYTimes/gziphandler,https://raw.githubusercontent.com/nytimes/gziphandler/master/LICENSE,Apache-2.0
github.com/OneOfOne/xxhash,https://raw.githubusercontent.com/OneOfOne/xxhash/master/LICENSE,Apache-2.0
github.com/PagerDuty/go-pagerduty,https://raw.githubusercontent.com/PagerDuty/go-pagerduty/main/LICENSE.txt,Apache-2.0
github.com/ProtonMail/go-crypto,https://raw.githubusercontent.com/ProtonMail/go-crypto/main/LICENSE,BSD-3-Clause
github.com/PuerkitoBio/purell,https://raw.githubusercontent.com/PuerkitoBio/purell/master/LICENSE,BSD-3-Clause
github.com/PuerkitoBio/urlesc,https://raw.githubusercontent.com/PuerkitoBio/urlesc/master/LICENSE,BSD-3-Clause
github.com/RocketChat/Rocket.Chat.Go.SDK,https://raw.githubusercontent.com/RocketChat/Rocket.Chat.Go.SDK/master/LICENSE,MIT
github.com/Shopify/sarama,https://raw.githubusercontent.com/Shopify/sarama/main/LICENSE,MIT
github.com/Shopify/toxiproxy,https://raw.githubusercontent.com/Shopify/toxiproxy/master/LICENSE,MIT
github.com/TomOnTime/utfutil,https://raw.githubusercontent.com/TomOnTime/utfutil/master/LICENSE,BSD-3-Clause
github.com/VividCortex/gohistogram,https://raw.githubusercontent.com/VividCortex/gohistogram/master/LICENSE,MIT
github.com/acomagu/bufpipe,https://raw.githubusercontent.com/acomagu/bufpipe/master/LICENSE,MIT
github.com/afex/hystrix-go,https://raw.githubusercontent.com/afex/hystrix-go/master/LICENSE,MIT
github.com/ajstarks/svgo,https://raw.githubusercontent.com/ajstarks/svgo/master/LICENSE,Unknown
github.com/alecthomas/template,https://raw.githubusercontent.com/alecthomas/template/master/LICENSE,BSD-3-Clause
github.com/alecthomas/units,https://raw.githubusercontent.com/alecthomas/units/master/COPYING,MIT
github.com/alicebob/gopher-json,https://raw.githubusercontent.com/alicebob/gopher-json/master/LICENSE,Unlicense
github.com/alicebob/miniredis,https://raw.githubusercontent.com/alicebob/miniredis/master/LICENSE,MIT
github.com/alicebob/miniredis/v2,https://raw.githubusercontent.com/alicebob/miniredis/master/LICENSE,MIT
github.com/anmitsu/go-shlex,https://raw.githubusercontent.com/anmitsu/go-shlex/master/LICENSE,MIT
github.com/antihax/optional,https://raw.githubusercontent.com/antihax/optional/master/LICENSE,MIT
github.com/antlr/antlr4/runtime/Go/antlr,https://raw.githubusercontent.com/antlr/antlr4/master/LICENSE.txt,BSD-3-Clause
github.com/antonmedv/expr,https://raw.githubusercontent.com/antonmedv/expr/master/LICENSE,MIT
github.com/apache/thrift,https://raw.githubusercontent.com/apache/thrift/master/LICENSE,Apache-2.0
github.com/argoproj/argo-cd/v2,https://raw.githubusercontent.com/argoproj/argo-cd/master/LICENSE,Apache-2.0
github.com/argoproj/gitops-engine,https://raw.githubusercontent.com/argoproj/gitops-engine/master/LICENSE,Apache-2.0
github.com/argoproj/notifications-engine,https://raw.githubusercontent.com/argoproj/notifications-engine/master/LICENSE,Apache-2.0
github.com/argoproj/pkg,https://raw.githubusercontent.com/argoproj/pkg/master/LICENSE,Apache-2.0
github.com/armon/circbuf,https://raw.githubusercontent.com/armon/circbuf/master/LICENSE,MIT
github.com/armon/consul-api,https://raw.githubusercontent.com/armon/consul-api/master/LICENSE,MPL-2.0
github.com/armon/go-metrics,https://raw.githubusercontent.com/hashicorp/go-metrics/master/LICENSE,MIT
github.com/armon/go-radix,https://raw.githubusercontent.com/armon/go-radix/master/LICENSE,MIT
github.com/armon/go-socks5,https://raw.githubusercontent.com/armon/go-socks5/master/LICENSE,MIT
github.com/aryann/difflib,https://raw.githubusercontent.com/aryann/difflib/master/LICENSE,MIT
github.com/asaskevich/govalidator,https://raw.githubusercontent.com/asaskevich/govalidator/master/LICENSE,MIT
github.com/auth0/go-jwt-middleware,https://raw.githubusercontent.com/auth0/go-jwt-middleware/master/LICENSE,MIT
github.com/aws/aws-lambda-go,https://raw.githubusercontent.com/aws/aws-lambda-go/main/LICENSE,Apache-2.0
github.com/aws/aws-sdk-go,https://raw.githubusercontent.com/aws/aws-sdk-go/main/LICENSE.txt,Apache-2.0
github.com/aws/aws-sdk-go-v2,https://raw.githubusercontent.com/aws/aws-sdk-go-v2/main/LICENSE.txt,Apache-2.0
github.com/benbjohnson/clock,https://raw.githubusercontent.com/benbjohnson/clock/master/LICENSE,MIT
github.com/beorn7/perks,https://raw.githubusercontent.com/beorn7/perks/master/LICENSE,MIT
github.com/bgentry/speakeasy,https://raw.githubusercontent.com/bgentry/speakeasy/master/LICENSE,MIT
github.com/bits-and-blooms/bitset,https://raw.githubusercontent.com/bits-and-blooms/bitset/master/LICENSE,BSD-3-Clause
github.com/bketelsen/crypt,https://raw.githubusercontent.com/bketelsen/crypt/master/LICENSE,MIT
github.com/blang/semver,https://raw.githubusercontent.com/blang/semver/master/LICENSE,MIT
github.com/boltdb/bolt,https://raw.githubusercontent.com/boltdb/bolt/master/LICENSE,MIT
github.com/bombsimon/logrusr/v2,https://raw.githubusercontent.com/bombsimon/logrusr/main/LICENSE,MIT
github.com/bradleyfalzon/ghinstallation/v2,https://raw.githubusercontent.com/bradleyfalzon/ghinstallation/master/LICENSE,Apache-2.0
github.com/casbin/casbin/v2,https://raw.githubusercontent.com/casbin/casbin/master/LICENSE,Apache-2.0
github.com/cenkalti/backoff,https://raw.githubusercontent.com/cenkalti/backoff/v4/LICENSE,MIT
github.com/cenkalti/backoff/v3,https://raw.githubusercontent.com/cenkalti/backoff/v4/LICENSE,MIT
github.com/cenkalti/backoff/v4,https://raw.githubusercontent.com/cenkalti/backoff/v4/LICENSE,MIT
github.com/census-instrumentation/opencensus-proto,https://raw.githubusercontent.com/census-instrumentation/opencensus-proto/master/LICENSE,Apache-2.0
github.com/certifi/gocertifi,https://raw.githubusercontent.com/certifi/gocertifi/main/LICENSE,MPL-2.0
github.com/cespare/xxhash,https://raw.githubusercontent.com/cespare/xxhash/main/LICENSE.txt,MIT
github.com/cespare/xxhash/v2,https://raw.githubusercontent.com/cespare/xxhash/main/LICENSE.txt,MIT
github.com/chai2010/gettext-go,https://raw.githubusercontent.com/chai2010/gettext-go/master/LICENSE,BSD-3-Clause
github.com/checkpoint-restore/go-criu/v5,https://raw.githubusercontent.com/checkpoint-restore/go-criu/master/LICENSE,Apache-2.0
github.com/chzyer/logex,https://raw.githubusercontent.com/chzyer/logex/master/LICENSE,MIT
github.com/chzyer/readline,https://raw.githubusercontent.com/chzyer/readline/master/LICENSE,MIT
github.com/chzyer/test,https://raw.githubusercontent.com/chzyer/test/master/LICENSE,MIT
github.com/cilium/ebpf,https://raw.githubusercontent.com/cilium/ebpf/master/LICENSE,MIT
github.com/circonus-labs/circonus-gometrics,https://raw.githubusercontent.com/circonus-labs/circonus-gometrics/master/LICENSE,BSD-3-Clause
github.com/circonus-labs/circonusllhist,https://raw.githubusercontent.com/openhistogram/circonusllhist/master/LICENSE,Apache-2.0
github.com/clbanning/x2j,https://raw.githubusercontent.com/clbanning/x2j/master/LICENSE,BSD-3-Clause
github.com/client9/misspell,https://raw.githubusercontent.com/client9/misspell/master/LICENSE,MIT
github.com/clusterhq/flocker-go,https://raw.githubusercontent.com/ClusterHQ/flocker-go/master/LICENSE,Apache-2.0
github.com/cncf/udpa/go,https://raw.githubusercontent.com/cncf/udpa/main/LICENSE,Apache-2.0
github.com/cncf/xds/go,https://raw.githubusercontent.com/cncf/xds/main/LICENSE,Apache-2.0
github.com/cockroachdb/datadriven,https://raw.githubusercontent.com/cockroachdb/datadriven/master/LICENSE,Apache-2.0
github.com/cockroachdb/errors,https://raw.githubusercontent.com/cockroachdb/errors/master/LICENSE,Apache-2.0
github.com/cockroachdb/logtags,https://raw.githubusercontent.com/cockroachdb/logtags/master/LICENSE,Apache-2.0
github.com/codahale/hdrhistogram,https://raw.githubusercontent.com/HdrHistogram/hdrhistogram-go/master/LICENSE,MIT
github.com/container-storage-interface/spec,https://raw.githubusercontent.com/container-storage-interface/spec/master/LICENSE,Apache-2.0
github.com/containerd/cgroups,https://raw.githubusercontent.com/containerd/cgroups/main/LICENSE,Apache-2.0
github.com/containerd/console,https://raw.githubusercontent.com/containerd/console/main/LICENSE,Apache-2.0
github.com/containerd/containerd,https://raw.githubusercontent.com/containerd/containerd/main/LICENSE,Apache-2.0
github.com/containerd/continuity,https://raw.githubusercontent.com/containerd/continuity/main/LICENSE,Apache-2.0
github.com/containerd/fifo,https://raw.githubusercontent.com/containerd/fifo/main/LICENSE,Apache-2.0
github.com/containerd/go-runc,https://raw.githubusercontent.com/containerd/go-runc/main/LICENSE,Apache-2.0
github.com/containerd/ttrpc,https://raw.githubusercontent.com/containerd/ttrpc/main/LICENSE,Apache-2.0
github.com/containerd/typeurl,https://raw.githubusercontent.com/containerd/typeurl/main/LICENSE,Apache-2.0
github.com/containernetworking/cni,https://raw.githubusercontent.com/containernetworking/cni/main/LICENSE,Apache-2.0
github.com/coredns/caddy,https://raw.githubusercontent.com/coredns/caddy/master/LICENSE.txt,Apache-2.0
github.com/coredns/corefile-migration,https://raw.githubusercontent.com/coredns/corefile-migration/master/LICENSE,Apache-2.0
github.com/coreos/bbolt,https://raw.githubusercontent.com/etcd-io/bbolt/master/LICENSE,MIT
github.com/coreos/etcd,https://raw.githubusercontent.com/etcd-io/etcd/main/LICENSE,Apache-2.0
github.com/coreos/go-oidc,https://raw.githubusercontent.com/coreos/go-oidc/v3/LICENSE,Apache-2.0
github.com/coreos/go-semver,https://raw.githubusercontent.com/coreos/go-semver/main/LICENSE,Apache-2.0
github.com/coreos/go-systemd,https://raw.githubusercontent.com/coreos/go-systemd/main/LICENSE,Apache-2.0
github.com/coreos/go-systemd/v22,https://raw.githubusercontent.com/coreos/go-systemd/main/LICENSE,Apache-2.0
github.com/coreos/pkg,https://raw.githubusercontent.com/coreos/pkg/main/LICENSE,Apache-2.0
github.com/cpuguy83/go-md2man/v2,https://raw.githubusercontent.com/cpuguy83/go-md2man/master/LICENSE.md,MIT
github.com/creack/pty,https://raw.githubusercontent.com/creack/pty/master/LICENSE,MIT
github.com/cyphar/filepath-securejoin,https://raw.githubusercontent.com/cyphar/filepath-securejoin/master/LICENSE,BSD-3-Clause
github.com/davecgh/go-spew,https://raw.githubusercontent.com/davecgh/go-spew/master/LICENSE,ISC
github.com/daviddengcn/go-colortext,https://raw.githubusercontent.com/daviddengcn/go-colortext/master/LICENSE,MIT
github.com/dgrijalva/jwt-go,https://raw.githubusercontent.com/dgrijalva/jwt-go/master/LICENSE,MIT
github.com/dgryski/go-rendezvous,https://raw.githubusercontent.com/dgryski/go-rendezvous/master/LICENSE,MIT
github.com/dgryski/go-sip13,https://raw.githubusercontent.com/dgryski/go-sip13/master/LICENSE,MIT
github.com/dnaeon/go-vcr,https://raw.githubusercontent.com/dnaeon/go-vcr/v3/LICENSE,Unknown
github.com/docker/distribution,https://raw.githubusercontent.com/distribution/distribution/main/LICENSE,Apache-2.0
github.com/docker/docker,https://raw.githubusercontent.com/moby/moby/master/LICENSE,Apache-2.0
github.com/docker/go-connections,https://raw.githubusercontent.com/docker/go-connections/master/LICENSE,Apache-2.0
github.com/docker/go-units,https://raw.githubusercontent.com/docker/go-units/master/LICENSE,Apache-2.0
github.com/docopt/docopt-go,https://raw.githubusercontent.com/docopt/docopt.go/master/LICENSE,MIT
github.com/dustin/go-humanize,https://raw.githubusercontent.com/dustin/go-humanize/master/LICENSE,MIT
github.com/eapache/go-resiliency,https://raw.githubusercontent.com/eapache/go-resiliency/master/LICENSE,MIT
github.com/eapache/go-xerial-snappy,https://raw.githubusercontent.com/eapache/go-xerial-snappy/master/LICENSE,MIT
github.com/eapache/queue,https://raw.githubusercontent.com/eapache/queue/master/LICENSE,MIT
github.com/edsrzf/mmap-go,https://raw.githubusercontent.com/edsrzf/mmap-go/main/LICENSE,BSD-3-Clause
github.com/elazarl/goproxy,https://raw.githubusercontent.com/elazarl/goproxy/master/LICENSE,BSD-3-Clause
github.com/emicklei/go-restful,https://raw.githubusercontent.com/emicklei/go-restful/v3/LICENSE,MIT
github.com/emirpasic/gods,https://raw.githubusercontent.com/emirpasic/gods/master/LICENSE,BSD-2-Clause
github.com/envoyproxy/go-control-plane,https://raw.githubusercontent.com/envoyproxy/go-control-plane/main/LICENSE,Apache-2.0
github.com/envoyproxy/protoc-gen-validate,https://raw.githubusercontent.com/bufbuild/protoc-gen-validate/main/LICENSE,Apache-2.0
github.com/euank/go-kmsg-parser,https://raw.githubusercontent.com/euank/go-kmsg-parser/master/LICENSE,Apache-2.0
github.com/evanphx/json-patch,https://raw.githubusercontent.com/evanphx/json-patch/master/LICENSE,BSD-3-Clause
github.com/evanphx/json-patch/v5,https://raw.githubusercontent.com/evanphx/json-patch/master/LICENSE,BSD-3-Clause
github.com/exponent-io/jsonpath,https://raw.githubusercontent.com/exponent-io/jsonpath/master/LICENSE,MIT
github.com/fatih/camelcase,https://raw.githubusercontent.com/fatih/camelcase/master/LICENSE.md,MIT
github.com/fatih/color,https://raw.githubusercontent.com/fatih/color/main/LICENSE.md,MIT
github.com/fatih/structs,https://raw.githubusercontent.com/fatih/structs/master/LICENSE,MIT
github.com/felixge/httpsnoop,https://raw.githubusercontent.com/felixge/httpsnoop/master/LICENSE.txt,MIT
github.com/flynn/go-shlex,https://raw.githubusercontent.com/flynn-archive/go-shlex/master/COPYING,Apache-2.0
github.com/fogleman/gg,https://raw.githubusercontent.com/fogleman/gg/master/LICENSE.md,MIT
github.com/form3tech-oss/jwt-go,https://raw.githubusercontent.com/form3tech-oss/jwt-go/master/LICENSE,MIT
github.com/franela/goblin,https://raw.githubusercontent.com/franela/goblin/master/LICENSE,MIT
github.com/franela/goreq,https://raw.githubusercontent.com/franela/goreq/master/LICENSE,MIT
github.com/frankban/quicktest,https://raw.githubusercontent.com/frankban/quicktest/master/LICENSE,MIT
github.com/fsnotify/fsnotify,https://raw.githubusercontent.com/fsnotify/fsnotify/main/LICENSE,BSD-3-Clause
github.com/fvbommel/sortorder,https://raw.githubusercontent.com/fvbommel/sortorder/master/LICENSE,MIT
github.com/getkin/kin-openapi,https://raw.githubusercontent.com/getkin/kin-openapi/master/LICENSE,MIT
github.com/getsentry/raven-go,https://raw.githubusercontent.com/getsentry/raven-go/master/LICENSE,BSD-3-Clause
github.com/gfleury/go-bitbucket-v1,https://raw.githubusercontent.com/gfleury/go-bitbucket-v1/master/LICENSE,MIT
github.com/ghodss/yaml,https://raw.githubusercontent.com/ghodss/yaml/master/LICENSE,MIT
github.com/gliderlabs/ssh,https://raw.githubusercontent.com/gliderlabs/ssh/master/LICENSE,BSD-3-Clause
github.com/go-asn1-ber/asn1-ber,https://raw.githubusercontent.com/go-asn1-ber/asn1-ber/master/LICENSE,MIT
github.com/go-errors/errors,https://raw.githubusercontent.com/go-errors/errors/master/LICENSE.MIT,MIT
github.com/go-git/gcfg,https://raw.githubusercontent.com/go-git/gcfg/v1/LICENSE,BSD-3-Clause
github.com/go-git/go-billy/v5,https://raw.githubusercontent.com/go-git/go-billy/master/LICENSE,Apache-2.0
github.com/go-git/go-git-fixtures/v4,https://raw.githubusercontent.com/go-git/go-git-fixtures/master/LICENSE,Apache-2.0
github.com/go-git/go-git/v5,https://raw.githubusercontent.com/go-git/go-git/master/LICENSE,Apache-2.0
github.com/go-gl/glfw,https://raw.githubusercontent.com/go-gl/glfw/master/LICENSE,BSD-3-Clause
github.com/go-gl/glfw/v3.3/glfw,https://raw.githubusercontent.com/go-gl/glfw/master/LICENSE,BSD-3-Clause
github.com/go-kit/kit,https://raw.githubusercontent.com/go-kit/kit/master/LICENSE,MIT
github.com/go-kit/log,https://raw.githubusercontent.com/go-kit/log/main/LICENSE,MIT
github.com/go-ldap/ldap/v3,https://raw.githubusercontent.com/go-ldap/ldap/master/LICENSE,MIT
github.com/go-logfmt/logfmt,https://raw.githubusercontent.com/go-logfmt/logfmt/main/LICENSE,MIT
github.com/go-logr/logr,https://raw.githubusercontent.com/go-logr/logr/master/LICENSE,Apache-2.0
github.com/go-logr/stdr,https://raw.githubusercontent.com/go-logr/stdr/master/LICENSE,Apache-2.0
github.com/go-logr/zapr,https://raw.githubusercontent.com/go-logr/zapr/master/LICENSE,Apache-2.0
github.com/go-openapi/analysis,https://raw.githubusercontent.com/go-openapi/analysis/master/LICENSE,Apache-2.0
github.com/go-openapi/errors,https://raw.githubusercontent.com/go-openapi/errors/master/LICENSE,Apache-2.0
github.com/go-openapi/jsonpointer,https://raw.githubusercontent.com/go-openapi/jsonpointer/master/LICENSE,Apache-2.0
github.com/go-openapi/jsonreference,https://raw.githubusercontent.com/go-openapi/jsonreference/master/LICENSE,Apache-2.0
github.com/go-openapi/loads,https://raw.githubusercontent.com/go-openapi/loads/master/LICENSE,Apache-2.0
github.com/go-openapi/runtime,https://raw.githubusercontent.com/go-openapi/runtime/master/LICENSE,Apache-2.0
github.com/go-openapi/spec,https://raw.githubusercontent.com/go-openapi/spec/master/LICENSE,Apache-2.0
github.com/go-openapi/strfmt,https://raw.githubusercontent.com/go-openapi/strfmt/master/LICENSE,Apache-2.0
github.com/go-openapi/swag,https://raw.githubusercontent.com/go-openapi/swag/master/LICENSE,Apache-2.0
github.com/go-openapi/validate,https://raw.githubusercontent.com/go-openapi/validate/master/LICENSE,Apache-2.0
github.com/go-ozzo/ozzo-validation,https://raw.githubusercontent.com/go-ozzo/ozzo-validation/master/LICENSE,MIT
github.com/go-redis/cache/v8,https://raw.githubusercontent.com/go-redis/cache/v8/LICENSE,BSD-2-Clause
github.com/go-redis/redis/v8,https://raw.githubusercontent.com/go-redis/redis/master/LICENSE,BSD-2-Clause
github.com/go-sql-driver/mysql,https://raw.githubusercontent.com/go-sql-driver/mysql/master/LICENSE,MPL-2.0
github.com/go-stack/stack,https://raw.githubusercontent.com/go-stack/stack/master/LICENSE.md,MIT
github.com/go-task/slim-sprig,https://raw.githubusercontent.com/go-task/slim-sprig/master/LICENSE.txt,MIT
github.com/go-telegram-bot-api/telegram-bot-api/v5,https://raw.githubusercontent.com/go-telegram-bot-api/telegram-bot-api/master/LICENSE.txt,MIT
github.com/go-test/deep,https://raw.githubusercontent.com/go-test/deep/master/LICENSE,MIT
github.com/gobwas/glob,https://raw.githubusercontent.com/gobwas/glob/master/LICENSE,MIT
github.com/godbus/dbus/v5,https://raw.githubusercontent.com/godbus/dbus/master/LICENSE,BSD-2-Clause
github.com/gofrs/uuid,https://raw.githubusercontent.com/gofrs/uuid/master/LICENSE,MIT
github.com/gogits/go-gogs-client,https://raw.githubusercontent.com/gogs/go-gogs-client/master/LICENSE,MIT
github.com/gogo/googleapis,https://raw.githubusercontent.com/gogo/googleapis/master/LICENSE,Apache-2.0
github.com/gogo/protobuf,https://raw.githubusercontent.com/gogo/protobuf/master/LICENSE,BSD-3-Clause
github.com/golang-jwt/jwt/v4,https://raw.githubusercontent.com/golang-jwt/jwt/main/LICENSE,MIT
github.com/golang/freetype,https://raw.githubusercontent.com/golang/freetype/master/LICENSE,Unknown
github.com/golang/glog,https://raw.githubusercontent.com/golang/glog/master/LICENSE,Apache-2.0
github.com/golang/groupcache,https://raw.githubusercontent.com/golang/groupcache/master/LICENSE,Apache-2.0
github.com/golang/mock,https://raw.githubusercontent.com/golang/mock/main/LICENSE,Apache-2.0
github.com/golang/protobuf,https://raw.githubusercontent.com/golang/protobuf/master/LICENSE,BSD-3-Clause
github.com/golang/snappy,https://raw.githubusercontent.com/golang/snappy/master/LICENSE,BSD-3-Clause
github.com/golangplus/testing,https://raw.githubusercontent.com/golangplus/testing/master/LICENSE,BSD-3-Clause
github.com/gomodule/redigo,https://raw.githubusercontent.com/gomodule/redigo/master/LICENSE,Apache-2.0
github.com/google/btree,https://raw.githubusercontent.com/google/btree/master/LICENSE,Apache-2.0
github.com/google/cadvisor,https://raw.githubusercontent.com/google/cadvisor/master/LICENSE,Apache-2.0
github.com/google/cel-go,https://raw.githubusercontent.com/google/cel-go/master/LICENSE,Apache-2.0
github.com/google/cel-spec,https://raw.githubusercontent.com/google/cel-spec/master/LICENSE,Apache-2.0
github.com/google/go-cmp,https://raw.githubusercontent.com/google/go-cmp/master/LICENSE,BSD-3-Clause
github.com/google/go-github/v35,https://raw.githubusercontent.com/google/go-github/master/LICENSE,BSD-3-Clause
github.com/google/go-github/v41,https://raw.githubusercontent.com/google/go-github/master/LICENSE,BSD-3-Clause
github.com/google/go-jsonnet,https://raw.githubusercontent.com/google/go-jsonnet/master/LICENSE,Apache-2.0
github.com/google/go-querystring,https://raw.githubusercontent.com/google/go-querystring/master/LICENSE,BSD-3-Clause
github.com/google/gofuzz,https://raw.githubusercontent.com/google/gofuzz/master/LICENSE,Apache-2.0
github.com/google/martian,https://raw.githubusercontent.com/google/martian/master/LICENSE,Apache-2.0
github.com/google/martian/v3,https://raw.githubusercontent.com/google/martian/master/LICENSE,Apache-2.0
github.com/google/pprof,https://raw.githubusercontent.com/google/pprof/main/LICENSE,Apache-2.0
github.com/google/renameio,https://raw.githubusercontent.com/google/renameio/master/LICENSE,Apache-2.0
github.com/google/shlex,https://raw.githubusercontent.com/google/shlex/master/COPYING,Apache-2.0
github.com/google/uuid,https://raw.githubusercontent.com/google/uuid/master/LICENSE,BSD-3-Clause
github.com/googleapis/gax-go/v2,https://raw.githubusercontent.com/googleapis/gax-go/main/LICENSE,BSD-3-Clause
github.com/googleapis/gnostic,https://raw.githubusercontent.com/google/gnostic/main/LICENSE,Apache-2.0
github.com/gophercloud/gophercloud,https://raw.githubusercontent.com/gophercloud/gophercloud/master/LICENSE,Apache-2.0
github.com/gopherjs/gopherjs,https://raw.githubusercontent.com/gopherjs/gopherjs/master/LICENSE,BSD-2-Clause
github.com/gorilla/context,https://raw.githubusercontent.com/gorilla/context/master/LICENSE,BSD-3-Clause
github.com/gorilla/handlers,https://raw.githubusercontent.com/gorilla/handlers/master/LICENSE,BSD-2-Clause
github.com/gorilla/mux,https://raw.githubusercontent.com/gorilla/mux/master/LICENSE,BSD-3-Clause
github.com/gorilla/websocket,https://raw.githubusercontent.com/gorilla/websocket/master/LICENSE,BSD-2-Clause
github.com/gregdel/pushover,https://raw.githubusercontent.com/gregdel/pushover/master/LICENSE,MIT
github.com/gregjones/httpcache,https://raw.githubusercontent.com/gregjones/httpcache/master/LICENSE.txt,MIT
github.com/grpc-ecosystem/go-grpc-middleware,https://raw.githubusercontent.com/grpc-ecosystem/go-grpc-middleware/master/LICENSE,Apache-2.0
github.com/grpc-ecosystem/go-grpc-prometheus,https://raw.githubusercontent.com/grpc-ecosystem/go-grpc-prometheus/master/LICENSE,Apache-2.0
github.com/grpc-ecosystem/grpc-gateway,https://raw.githubusercontent.com/grpc-ecosystem/grpc-gateway/master/LICENSE.txt,BSD-3-Clause
github.com/grpc-ecosystem/grpc-gateway/v2,https://raw.githubusercontent.com/grpc-ecosystem/grpc-gateway/master/LICENSE.txt,BSD-3-Clause
github.com/hashicorp/consul/api,https://raw.githubusercontent.com/hashicorp/consul/main/LICENSE,MPL-2.0
github.com/hashicorp/consul/sdk,https://raw.githubusercontent.com/hashicorp/consul/main/LICENSE,MPL-2.0
github.com/hashicorp/errwrap,https://raw.githubusercontent.com/hashicorp/errwrap/master/LICENSE,MPL-2.0
github.com/hashicorp/go-cleanhttp,https://raw.githubusercontent.com/hashicorp/go-cleanhttp/master/LICENSE,MPL-2.0
github.com/hashicorp/go-hclog,https://raw.githubusercontent.com/hashicorp/go-hclog/main/LICENSE,MIT
github.com/hashicorp/go-immutable-radix,https://raw.githubusercontent.com/hashicorp/go-immutable-radix/master/LICENSE,MPL-2.0
github.com/hashicorp/go-kms-wrapping/entropy,https://raw.githubusercontent.com/hashicorp/go-kms-wrapping/main/LICENSE,MPL-2.0
github.com/hashicorp/go-msgpack,https://raw.githubusercontent.com/hashicorp/go-msgpack/master/LICENSE,BSD-3-Clause
github.com/hashicorp/go-multierror,https://raw.githubusercontent.com/hashicorp/go-multierror/master/LICENSE,MPL-2.0
github.com/hashicorp/go-plugin,https://raw.githubusercontent.com/hashicorp/go-plugin/master/LICENSE,MPL-2.0
github.com/hashicorp/go-retryablehttp,https://raw.githubusercontent.com/hashicorp/go-retryablehttp/master/LICENSE,MPL-2.0
github.com/hashicorp/go-rootcerts,https://raw.githubusercontent.com/hashicorp/go-rootcerts/master/LICENSE,MPL-2.0
github.com/hashicorp/go-secure-stdlib/base62,https://raw.githubusercontent.com/hashicorp/go-secure-stdlib/main/LICENSE,MPL-2.0
github.com/hashicorp/go-secure-stdlib/mlock,https://raw.githubusercontent.com/hashicorp/go-secure-stdlib/main/LICENSE,MPL-2.0
github.com/hashicorp/go-secure-stdlib/parseutil,https://raw.githubusercontent.com/hashicorp/go-secure-stdlib/main/LICENSE,MPL-2.0
github.com/hashicorp/go-secure-stdlib/password,https://raw.githubusercontent.com/hashicorp/go-secure-stdlib/main/LICENSE,MPL-2.0
github.com/hashicorp/go-secure-stdlib/strutil,https://raw.githubusercontent.com/hashicorp/go-secure-stdlib/main/LICENSE,MPL-2.0
github.com/hashicorp/go-secure-stdlib/tlsutil,https://raw.githubusercontent.com/hashicorp/go-secure-stdlib/main/LICENSE,MPL-2.0
github.com/hashicorp/go-sockaddr,https://raw.githubusercontent.com/hashicorp/go-sockaddr/master/LICENSE,MPL-2.0
github.com/hashicorp/go-syslog,https://raw.githubusercontent.com/hashicorp/go-syslog/master/LICENSE,MIT
github.com/hashicorp/go-uuid,https://raw.githubusercontent.com/hashicorp/go-uuid/master/LICENSE,MPL-2.0
github.com/hashicorp/go-version,https://raw.githubusercontent.com/hashicorp/go-version/main/LICENSE,MPL-2.0
github.com/hashicorp/go.net,https://raw.githubusercontent.com/hashicorp/go.net/master/LICENSE,BSD-3-Clause
github.com/hashicorp/golang-lru,https://raw.githubusercontent.com/hashicorp/golang-lru/master/LICENSE,MPL-2.0
github.com/hashicorp/hcl,https://raw.githubusercontent.com/hashicorp/hcl/main/LICENSE,MPL-2.0
github.com/hashicorp/logutils,https://raw.githubusercontent.com/hashicorp/logutils/master/LICENSE,MPL-2.0
github.com/hashicorp/mdns,https://raw.githubusercontent.com/hashicorp/mdns/master/LICENSE,MIT
github.com/hashicorp/memberlist,https://raw.githubusercontent.com/hashicorp/memberlist/master/LICENSE,MPL-2.0
github.com/hashicorp/serf,https://raw.githubusercontent.com/hashicorp/serf/master/LICENSE,MPL-2.0
github.com/hashicorp/vault/api,https://raw.githubusercontent.com/hashicorp/vault/main/LICENSE,MPL-2.0
github.com/hashicorp/vault/sdk,https://raw.githubusercontent.com/hashicorp/vault/main/LICENSE,MPL-2.0
github.com/hashicorp/yamux,https://raw.githubusercontent.com/hashicorp/yamux/master/LICENSE,MPL-2.0
github.com/heketi/heketi,https://raw.githubusercontent.com/heketi/heketi/master/LICENSE,Unknown
github.com/heketi/tests,https://raw.githubusercontent.com/heketi/tests/master/LICENSE,Apache-2.0
github.com/hpcloud/tail,https://raw.githubusercontent.com/hpcloud/tail/master/LICENSE.txt,MIT
github.com/huandu/xstrings,https://raw.githubusercontent.com/huandu/xstrings/master/LICENSE,MIT
github.com/hudl/fargo,https://raw.githubusercontent.com/hudl/fargo/master/LICENSE,MIT
github.com/iancoleman/strcase,https://raw.githubusercontent.com/iancoleman/strcase/master/LICENSE,MIT
github.com/ianlancetaylor/demangle,https://raw.githubusercontent.com/ianlancetaylor/demangle/master/LICENSE,BSD-3-Clause
github.com/imdario/mergo,https://raw.githubusercontent.com/imdario/mergo/master/LICENSE,BSD-3-Clause
github.com/improbable-eng/grpc-web,https://raw.githubusercontent.com/improbable-eng/grpc-web/master/LICENSE.txt,Apache-2.0
github.com/inconshreveable/mousetrap,https://raw.githubusercontent.com/inconshreveable/mousetrap/master/LICENSE,Apache-2.0
github.com/influxdata/influxdb1-client,https://raw.githubusercontent.com/influxdata/influxdb1-client/master/LICENSE,MIT
github.com/ishidawataru/sctp,https://raw.githubusercontent.com/ishidawataru/sctp/master/LICENSE,Apache-2.0
github.com/itchyny/gojq,https://raw.githubusercontent.com/itchyny/gojq/main/LICENSE,MIT
github.com/itchyny/timefmt-go,https://raw.githubusercontent.com/itchyny/timefmt-go/main/LICENSE,MIT
github.com/jbenet/go-context,https://raw.githubusercontent.com/jbenet/go-context/master/LICENSE,MIT
github.com/jeremywohl/flatten,https://raw.githubusercontent.com/jeremywohl/flatten/master/LICENSE,MIT
github.com/jessevdk/go-flags,https://raw.githubusercontent.com/jessevdk/go-flags/master/LICENSE,BSD-3-Clause
github.com/jhump/protoreflect,https://raw.githubusercontent.com/jhump/protoreflect/master/LICENSE,Apache-2.0
github.com/jmespath/go-jmespath,https://raw.githubusercontent.com/jmespath/go-jmespath/master/LICENSE,Apache-2.0
github.com/jmespath/go-jmespath/internal/testify,https://raw.githubusercontent.com/jmespath/go-jmespath/master/LICENSE,Apache-2.0
github.com/jonboulle/clockwork,https://raw.githubusercontent.com/jonboulle/clockwork/master/LICENSE,Apache-2.0
github.com/josharian/intern,https://raw.githubusercontent.com/josharian/intern/master/LICENSE.md,MIT
github.com/jpillora/backoff,https://raw.githubusercontent.com/jpillora/backoff/master/LICENSE,MIT
github.com/json-iterator/go,https://raw.githubusercontent.com/json-iterator/go/master/LICENSE,MIT
github.com/jstemmer/go-junit-report,https://raw.githubusercontent.com/jstemmer/go-junit-report/master/LICENSE,MIT
github.com/jtolds/gls,https://raw.githubusercontent.com/jtolio/gls/master/LICENSE,MIT
github.com/julienschmidt/httprouter,https://raw.githubusercontent.com/julienschmidt/httprouter/master/LICENSE,BSD-3-Clause
github.com/jung-kurt/gofpdf,https://raw.githubusercontent.com/jung-kurt/gofpdf/master/LICENSE,MIT
github.com/karrick/godirwalk,https://raw.githubusercontent.com/karrick/godirwalk/master/LICENSE,BSD-2-Clause
github.com/kballard/go-shellquote,https://raw.githubusercontent.com/kballard/go-shellquote/master/LICENSE,MIT
github.com/kevinburke/ssh_config,https://raw.githubusercontent.com/kevinburke/ssh_config/master/LICENSE,MIT
github.com/kisielk/errcheck,https://raw.githubusercontent.com/kisielk/errcheck/master/LICENSE,MIT
github.com/kisielk/gotool,https://raw.githubusercontent.com/kisielk/gotool/master/LICENSE,MIT
github.com/klauspost/compress,https://raw.githubusercontent.com/klauspost/compress/master/LICENSE,Apache-2.0
github.com/klauspost/cpuid,https://raw.githubusercontent.com/klauspost/cpuid/master/LICENSE,MIT
github.com/konsorten/go-windows-terminal-sequences,https://raw.githubusercontent.com/konsorten/go-windows-terminal-sequences/master/LICENSE,MIT
github.com/kr/fs,https://raw.githubusercontent.com/kr/fs/main/LICENSE,BSD-3-Clause
github.com/kr/logfmt,https://raw.githubusercontent.com/kr/logfmt/main/LICENSE,MIT
github.com/kr/pretty,https://raw.githubusercontent.com/kr/pretty/main/License,MIT
github.com/kr/pty,https://raw.githubusercontent.com/kr/pty/master/LICENSE,MIT
github.com/kr/text,https://raw.githubusercontent.com/kr/text/main/License,MIT
github.com/ktrysmt/go-bitbucket,https://raw.githubusercontent.com/ktrysmt/go-bitbucket/master/LICENSE,Apache-2.0
github.com/libopenstorage/openstorage,https://raw.githubusercontent.com/libopenstorage/openstorage/master/LICENSE,Apache-2.0
github.com/liggitt/tabwriter,https://raw.githubusercontent.com/liggitt/tabwriter/master/LICENSE,BSD-3-Clause
github.com/lightstep/lightstep-tracer-common/golang/gogo,https://raw.githubusercontent.com/lightstep/lightstep-tracer-common/master/LICENSE,MIT
github.com/lightstep/lightstep-tracer-go,https://raw.githubusercontent.com/lightstep/lightstep-tracer-go/master/LICENSE,MIT
github.com/lithammer/dedent,https://raw.githubusercontent.com/lithammer/dedent/master/LICENSE,MIT
github.com/lpabon/godbc,https://raw.githubusercontent.com/lpabon/godbc/master/LICENSE,Apache-2.0
github.com/lyft/protoc-gen-star,https://raw.githubusercontent.com/lyft/protoc-gen-star/master/LICENSE,Apache-2.0
github.com/lyft/protoc-gen-validate,https://raw.githubusercontent.com/bufbuild/protoc-gen-validate/main/LICENSE,Apache-2.0
github.com/magiconair/properties,https://raw.githubusercontent.com/magiconair/properties/main/LICENSE.md,BSD-2-Clause
github.com/mailru/easyjson,https://raw.githubusercontent.com/mailru/easyjson/master/LICENSE,MIT
github.com/malexdev/utfutil,https://raw.githubusercontent.com/malexdev/utfutil/master/LICENSE,BSD-3-Clause
github.com/matryer/is,https://raw.githubusercontent.com/matryer/is/master/LICENSE,MIT
github.com/mattn/go-colorable,https://raw.githubusercontent.com/mattn/go-colorable/master/LICENSE,MIT
github.com/mattn/go-isatty,https://raw.githubusercontent.com/mattn/go-isatty/master/LICENSE,MIT
github.com/mattn/go-runewidth,https://raw.githubusercontent.com/mattn/go-runewidth/master/LICENSE,MIT
github.com/mattn/go-zglob,https://raw.githubusercontent.com/mattn/go-zglob/master/LICENSE,MIT
github.com/matttproud/golang_protobuf_extensions,https://raw.githubusercontent.com/matttproud/golang_protobuf_extensions/master/LICENSE,Apache-2.0
github.com/miekg/dns,https://raw.githubusercontent.com/miekg/dns/master/LICENSE,BSD-3-Clause
github.com/mindprince/gonvml,https://raw.githubusercontent.com/mindprince/gonvml/master/LICENSE,Apache-2.0
github.com/minio/md5-simd,https://raw.githubusercontent.com/minio/md5-simd/master/LICENSE,Apache-2.0
github.com/minio/minio-go/v7,https://raw.githubusercontent.com/minio/minio-go/master/LICENSE,Apache-2.0
github.com/minio/sha256-simd,https://raw.githubusercontent.com/minio/sha256-simd/master/LICENSE,Apache-2.0
github.com/mistifyio/go-zfs,https://raw.githubusercontent.com/mistifyio/go-zfs/master/LICENSE,Apache-2.0
github.com/mitchellh/cli,https://raw.githubusercontent.com/mitchellh/cli/main/LICENSE,MPL-2.0
github.com/mitchellh/copystructure,https://raw.githubusercontent.com/mitchellh/copystructure/master/LICENSE,MIT
github.com/mitchellh/go-homedir,https://raw.githubusercontent.com/mitchellh/go-homedir/main/LICENSE,MIT
github.com/mitchellh/go-testing-interface,https://raw.githubusercontent.com/mitchellh/go-testing-interface/master/LICENSE,MIT
github.com/mitchellh/go-wordwrap,https://raw.githubusercontent.com/mitchellh/go-wordwrap/master/LICENSE.md,MIT
github.com/mitchellh/gox,https://raw.githubusercontent.com/mitchellh/gox/master/LICENSE,MPL-2.0
github.com/mitchellh/iochan,https://raw.githubusercontent.com/mitchellh/iochan/master/LICENSE.md,MIT
github.com/mitchellh/mapstructure,https://raw.githubusercontent.com/mitchellh/mapstructure/main/LICENSE,MIT
github.com/mitchellh/reflectwalk,https://raw.githubusercontent.com/mitchellh/reflectwalk/main/LICENSE,MIT
github.com/moby/ipvs,https://raw.githubusercontent.com/moby/ipvs/master/LICENSE,Apache-2.0
github.com/moby/spdystream,https://raw.githubusercontent.com/moby/spdystream/master/LICENSE,Apache-2.0
github.com/moby/sys/mountinfo,https://raw.githubusercontent.com/moby/sys/main/LICENSE,Apache-2.0
github.com/moby/term,https://raw.githubusercontent.com/moby/term/master/LICENSE,Apache-2.0
github.com/modern-go/concurrent,https://raw.githubusercontent.com/modern-go/concurrent/master/LICENSE,Apache-2.0
github.com/modern-go/reflect2,https://raw.githubusercontent.com/modern-go/reflect2/master/LICENSE,Apache-2.0
github.com/mohae/deepcopy,https://raw.githubusercontent.com/mohae/deepcopy/master/LICENSE,MIT
github.com/monochromegane/go-gitignore,https://raw.githubusercontent.com/monochromegane/go-gitignore/master/LICENSE,MIT
github.com/morikuni/aec,https://raw.githubusercontent.com/morikuni/aec/master/LICENSE,MIT
github.com/mrunalp/fileutils,https://raw.githubusercontent.com/mrunalp/fileutils/master/LICENSE,Apache-2.0
github.com/munnerz/goautoneg,https://raw.githubusercontent.com/munnerz/goautoneg/master/LICENSE,BSD-3-Clause
github.com/mvdan/xurls,https://raw.githubusercontent.com/mvdan/xurls/master/LICENSE,BSD-3-Clause
github.com/mwitkow/go-conntrack,https://raw.githubusercontent.com/mwitkow/go-conntrack/master/LICENSE,Apache-2.0
github.com/mxk/go-flowrate,https://raw.githubusercontent.com/mxk/go-flowrate/master/LICENSE,BSD-3-Clause
github.com/nats-io/jwt,https://raw.githubusercontent.com/nats-io/jwt/main/LICENSE,Apache-2.0
github.com/nats-io/nats-server/v2,https://raw.githubusercontent.com/nats-io/nats-server/main/LICENSE,Apache-2.0
github.com/nats-io/nats.go,https://raw.githubusercontent.com/nats-io/nats.go/main/LICENSE,Apache-2.0
github.com/nats-io/nkeys,https://raw.githubusercontent.com/nats-io/nkeys/master/LICENSE,Apache-2.0
github.com/nats-io/nuid,https://raw.githubusercontent.com/nats-io/nuid/master/LICENSE,Apache-2.0
github.com/niemeyer/pretty,https://raw.githubusercontent.com/niemeyer/pretty/master/License,MIT
github.com/nxadm/tail,https://raw.githubusercontent.com/nxadm/tail/master/LICENSE,MIT
github.com/oklog/oklog,https://raw.githubusercontent.com/oklog/oklog/master/LICENSE,Apache-2.0
github.com/oklog/run,https://raw.githubusercontent.com/oklog/run/master/LICENSE,Apache-2.0
github.com/oklog/ulid,https://raw.githubusercontent.com/oklog/ulid/main/LICENSE,Apache-2.0
github.com/olekukonko/tablewriter,https://raw.githubusercontent.com/olekukonko/tablewriter/master/LICENSE.md,MIT
github.com/oliveagle/jsonpath,https://raw.githubusercontent.com/oliveagle/jsonpath/master/LICENSE,MIT
github.com/onsi/ginkgo,https://raw.githubusercontent.com/onsi/ginkgo/master/LICENSE,MIT
github.com/onsi/gomega,https://raw.githubusercontent.com/onsi/gomega/master/LICENSE,MIT
github.com/op/go-logging,https://raw.githubusercontent.com/op/go-logging/master/LICENSE,BSD-3-Clause
github.com/opencontainers/go-digest,https://raw.githubusercontent.com/opencontainers/go-digest/master/LICENSE,Apache-2.0
github.com/opencontainers/image-spec,https://raw.githubusercontent.com/opencontainers/image-spec/main/LICENSE,Apache-2.0
github.com/opencontainers/runc,https://raw.githubusercontent.com/opencontainers/runc/main/LICENSE,Apache-2.0
github.com/opencontainers/runtime-spec,https://raw.githubusercontent.com/opencontainers/runtime-spec/main/LICENSE,Apache-2.0
github.com/opencontainers/selinux,https://raw.githubusercontent.com/opencontainers/selinux/main/LICENSE,Apache-2.0
github.com/opentracing-contrib/go-observer,https://raw.githubusercontent.com/opentracing-contrib/go-observer/master/LICENSE,Apache-2.0
github.com/opentracing/basictracer-go,https://raw.githubusercontent.com/opentracing/basictracer-go/master/LICENSE,Apache-2.0
github.com/opentracing/opentracing-go,https://raw.githubusercontent.com/opentracing/opentracing-go/master/LICENSE,Apache-2.0
github.com/openzipkin-contrib/zipkin-go-opentracing,https://raw.githubusercontent.com/openzipkin-contrib/zipkin-go-opentracing/master/LICENSE,Apache-2.0
github.com/openzipkin/zipkin-go,https://raw.githubusercontent.com/openzipkin/zipkin-go/master/LICENSE,Apache-2.0
github.com/opsgenie/opsgenie-go-sdk-v2,https://raw.githubusercontent.com/opsgenie/opsgenie-go-sdk-v2/master/LICENSE,Apache-2.0
github.com/pact-foundation/pact-go,https://raw.githubusercontent.com/pact-foundation/pact-go/master/LICENSE,MIT
github.com/pascaldekloe/goe,https://raw.githubusercontent.com/pascaldekloe/goe/master/LICENSE,CC0-1.0
github.com/patrickmn/go-cache,https://raw.githubusercontent.com/patrickmn/go-cache/master/LICENSE,MIT
github.com/pborman/uuid,https://raw.githubusercontent.com/pborman/uuid/master/LICENSE,BSD-3-Clause
github.com/pelletier/go-toml,https://raw.githubusercontent.com/pelletier/go-toml/v2/LICENSE,MIT
github.com/performancecopilot/speed,https://raw.githubusercontent.com/performancecopilot/speed/main/LICENSE,MIT
github.com/peterbourgon/diskv,https://raw.githubusercontent.com/peterbourgon/diskv/master/LICENSE,MIT
github.com/pierrec/lz4,https://raw.githubusercontent.com/pierrec/lz4/v4/LICENSE,BSD-3-Clause
github.com/pkg/errors,https://raw.githubusercontent.com/pkg/errors/master/LICENSE,BSD-2-Clause
github.com/pkg/profile,https://raw.githubusercontent.com/pkg/profile/master/LICENSE,BSD-2-Clause
github.com/pkg/sftp,https://raw.githubusercontent.com/pkg/sftp/master/LICENSE,BSD-2-Clause
github.com/pmezard/go-difflib,https://raw.githubusercontent.com/pmezard/go-difflib/master/LICENSE,BSD-3-Clause
github.com/posener/complete,https://raw.githubusercontent.com/posener/complete/v1/LICENSE.txt,MIT
github.com/pquerna/cachecontrol,https://raw.githubusercontent.com/pquerna/cachecontrol/main/LICENSE,Apache-2.0
github.com/prometheus/client_golang,https://raw.githubusercontent.com/prometheus/client_golang/main/LICENSE,Apache-2.0
github.com/prometheus/client_model,https://raw.githubusercontent.com/prometheus/client_model/master/LICENSE,Apache-2.0
github.com/prometheus/common,https://raw.githubusercontent.com/prometheus/common/main/LICENSE,Apache-2.0
github.com/prometheus/procfs,https://raw.githubusercontent.com/prometheus/procfs/master/LICENSE,Apache-2.0
github.com/prometheus/tsdb,https://raw.githubusercontent.com/prometheus-junkyard/tsdb/master/LICENSE,Apache-2.0
github.com/quobyte/api,https://raw.githubusercontent.com/quobyte/api/master/LICENSE,BSD-3-Clause
github.com/r3labs/diff,https://raw.githubusercontent.com/r3labs/diff/master/LICENSE,MPL-2.0
github.com/rcrowley/go-metrics,https://raw.githubusercontent.com/rcrowley/go-metrics/master/LICENSE,BSD-2-Clause-FreeBSD
github.com/remyoudompheng/bigfft,https://raw.githubusercontent.com/remyoudompheng/bigfft/master/LICENSE,BSD-3-Clause
github.com/robfig/cron,https://raw.githubusercontent.com/robfig/cron/master/LICENSE,MIT
github.com/robfig/cron/v3,https://raw.githubusercontent.com/robfig/cron/master/LICENSE,MIT
github.com/rogpeppe/fastuuid,https://raw.githubusercontent.com/rogpeppe/fastuuid/master/LICENSE,BSD-3-Clause
github.com/rogpeppe/go-internal,https://raw.githubusercontent.com/rogpeppe/go-internal/master/LICENSE,BSD-3-Clause
github.com/rs/cors,https://raw.githubusercontent.com/rs/cors/master/LICENSE,MIT
github.com/rs/xid,https://raw.githubusercontent.com/rs/xid/master/LICENSE,MIT
github.com/rs/zerolog,https://raw.githubusercontent.com/rs/zerolog/master/LICENSE,MIT
github.com/rubiojr/go-vhd,https://raw.githubusercontent.com/rubiojr/go-vhd/master/LICENSE,MIT
github.com/russross/blackfriday,https://raw.githubusercontent.com/russross/blackfriday/master/LICENSE.txt,BSD-2-Clause
github.com/russross/blackfriday/v2,https://raw.githubusercontent.com/russross/blackfriday/master/LICENSE.txt,BSD-2-Clause
github.com/ryanuber/columnize,https://raw.githubusercontent.com/ryanuber/columnize/master/LICENSE,MIT
github.com/ryanuber/go-glob,https://raw.githubusercontent.com/ryanuber/go-glob/master/LICENSE,MIT
github.com/sagikazarmark/crypt,https://raw.githubusercontent.com/sagikazarmark/crypt/fork/LICENSE,MIT
github.com/samuel/go-zookeeper,https://raw.githubusercontent.com/samuel/go-zookeeper/master/LICENSE,BSD-3-Clause
github.com/sean-/seed,https://raw.githubusercontent.com/sean-/seed/master/LICENSE,MIT
github.com/seccomp/libseccomp-golang,https://raw.githubusercontent.com/seccomp/libseccomp-golang/main/LICENSE,BSD-2-Clause
github.com/sergi/go-diff,https://raw.githubusercontent.com/sergi/go-diff/master/LICENSE,MIT
github.com/shurcooL/sanitized_anchor_name,https://raw.githubusercontent.com/shurcooL/sanitized_anchor_name/master/LICENSE,MIT
github.com/sirupsen/logrus,https://raw.githubusercontent.com/sirupsen/logrus/master/LICENSE,MIT
github.com/skratchdot/open-golang,https://raw.githubusercontent.com/skratchdot/open-golang/master/LICENSE,MIT
github.com/slack-go/slack,https://raw.githubusercontent.com/slack-go/slack/master/LICENSE,BSD-2-Clause
github.com/smartystreets/assertions,https://raw.githubusercontent.com/smartystreets/assertions/master/LICENSE.md,MIT
github.com/smartystreets/goconvey,https://raw.githubusercontent.com/smartystreets/goconvey/master/LICENSE.md,MIT
github.com/soheilhy/cmux,https://raw.githubusercontent.com/soheilhy/cmux/master/LICENSE,Apache-2.0
github.com/sony/gobreaker,https://raw.githubusercontent.com/sony/gobreaker/master/LICENSE,MIT
github.com/spaolacci/murmur3,https://raw.githubusercontent.com/spaolacci/murmur3/master/LICENSE,BSD-3-Clause
github.com/spf13/afero,https://raw.githubusercontent.com/spf13/afero/master/LICENSE.txt,Apache-2.0
github.com/spf13/cast,https://raw.githubusercontent.com/spf13/cast/master/LICENSE,MIT
github.com/spf13/cobra,https://raw.githubusercontent.com/spf13/cobra/main/LICENSE.txt,Apache-2.0
github.com/spf13/jwalterweatherman,https://raw.githubusercontent.com/spf13/jwalterweatherman/master/LICENSE,MIT
github.com/spf13/pflag,https://raw.githubusercontent.com/spf13/pflag/master/LICENSE,BSD-3-Clause
github.com/spf13/viper,https://raw.githubusercontent.com/spf13/viper/master/LICENSE,MIT
github.com/stoewer/go-strcase,https://raw.githubusercontent.com/stoewer/go-strcase/master/LICENSE,MIT
github.com/storageos/go-api,https://raw.githubusercontent.com/storageos/go-api/master/LICENCE,MIT
github.com/streadway/amqp,https://raw.githubusercontent.com/streadway/amqp/master/LICENSE,BSD-2-Clause
github.com/streadway/handy,https://raw.githubusercontent.com/streadway/handy/master/LICENSE,BSD-2-Clause
github.com/stretchr/objx,https://raw.githubusercontent.com/stretchr/objx/master/LICENSE,MIT
github.com/stretchr/testify,https://raw.githubusercontent.com/stretchr/testify/master/LICENSE,MIT
github.com/subosito/gotenv,https://raw.githubusercontent.com/subosito/gotenv/master/LICENSE,MIT
github.com/syndtr/gocapability,https://raw.githubusercontent.com/syndtr/gocapability/master/LICENSE,BSD-2-Clause
github.com/tmc/grpc-websocket-proxy,https://raw.githubusercontent.com/tmc/grpc-websocket-proxy/master/LICENSE,MIT
github.com/tv42/httpunix,https://raw.githubusercontent.com/tv42/httpunix/master/LICENSE,MIT
github.com/ugorji/go,https://raw.githubusercontent.com/ugorji/go/master/LICENSE,MIT
github.com/urfave/cli,https://raw.githubusercontent.com/urfave/cli/main/LICENSE,MIT
github.com/urfave/negroni,https://raw.githubusercontent.com/urfave/negroni/master/LICENSE,MIT
github.com/valyala/bytebufferpool,https://raw.githubusercontent.com/valyala/bytebufferpool/master/LICENSE,MIT
github.com/valyala/fasttemplate,https://raw.githubusercontent.com/valyala/fasttemplate/master/LICENSE,MIT
github.com/vishvananda/netlink,https://raw.githubusercontent.com/vishvananda/netlink/main/LICENSE,Apache-2.0
github.com/vishvananda/netns,https://raw.githubusercontent.com/vishvananda/netns/master/LICENSE,Apache-2.0
github.com/vmihailenco/go-tinylfu,https://raw.githubusercontent.com/vmihailenco/go-tinylfu/master/LICENSE,MIT
github.com/vmihailenco/msgpack/v5,https://raw.githubusercontent.com/vmihailenco/msgpack/v5/LICENSE,BSD-2-Clause
github.com/vmihailenco/tagparser/v2,https://raw.githubusercontent.com/vmihailenco/tagparser/master/LICENSE,BSD-2-Clause
github.com/vmware/govmomi,https://raw.githubusercontent.com/vmware/govmomi/master/LICENSE.txt,Apache-2.0
github.com/whilp/git-urls,https://raw.githubusercontent.com/whilp/git-urls/master/LICENSE,MIT
github.com/xanzy/go-gitlab,https://raw.githubusercontent.com/xanzy/go-gitlab/master/LICENSE,Apache-2.0
github.com/xanzy/ssh-agent,https://raw.githubusercontent.com/xanzy/ssh-agent/master/LICENSE,Apache-2.0
github.com/xiang90/probing,https://raw.githubusercontent.com/xiang90/probing/master/LICENSE,MIT
github.com/xlab/treeprint,https://raw.githubusercontent.com/xlab/treeprint/master/LICENSE,MIT
github.com/xordataexchange/crypt,https://raw.githubusercontent.com/xordataexchange/crypt/master/LICENSE,MIT
github.com/yuin/goldmark,https://raw.githubusercontent.com/yuin/goldmark/master/LICENSE,MIT
github.com/yuin/gopher-lua,https://raw.githubusercontent.com/yuin/gopher-lua/master/LICENSE,MIT
go.etcd.io/bbolt,https://raw.githubusercontent.com/etcd-io/bbolt/master/LICENSE,MIT
go.etcd.io/etcd,https://raw.githubusercontent.com/etcd-io/etcd/main/LICENSE,Apache-2.0
go.etcd.io/etcd/api/v3,https://raw.githubusercontent.com/etcd-io/etcd/main/LICENSE,Apache-2.0
go.etcd.io/etcd/client/pkg/v3,https://raw.githubusercontent.com/etcd-io/etcd/main/LICENSE,Apache-2.0
go.etcd.io/etcd/client/v2,https://raw.githubusercontent.com/etcd-io/etcd/main/LICENSE,Apache-2.0
go.etcd.io/etcd/client/v3,https://raw.githubusercontent.com/etcd-io/etcd/main/LICENSE,Apache-2.0
go.etcd.io/etcd/pkg/v3,https://raw.githubusercontent.com/etcd-io/etcd/main/LICENSE,Apache-2.0
go.etcd.io/etcd/raft/v3,https://raw.githubusercontent.com/etcd-io/etcd/main/LICENSE,Apache-2.0
go.etcd.io/etcd/server/v3,https://raw.githubusercontent.com/etcd-io/etcd/main/LICENSE,Apache-2.0
go.mongodb.org/mongo-driver,https://raw.githubusercontent.com/mongodb/mongo-go-driver/master/LICENSE,Apache-2.0
go.opencensus.io,https://raw.githubusercontent.com/census-instrumentation/opencensus-go/master/LICENSE,Apache-2.0
go.opentelemetry.io/contrib,https://raw.githubusercontent.com/open-telemetry/opentelemetry-go-contrib/main/LICENSE,Apache-2.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc,https://raw.githubusercontent.com/open-telemetry/opentelemetry-go-contrib/main/LICENSE,Apache-2.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp,https://raw.githubusercontent.com/open-telemetry/opentelemetry-go-contrib/main/LICENSE,Apache-2.0
go.opentelemetry.io/otel,https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/main/LICENSE,Apache-2.0
go.opentelemetry.io/otel/exporters/otlp,https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/main/LICENSE,Apache-2.0
go.opentelemetry.io/otel/exporters/otlp/internal/retry,https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/main/LICENSE,Apache-2.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace,https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/main/LICENSE,Apache-2.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc,https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/main/LICENSE,Apache-2.0
go.opentelemetry.io/otel/metric,https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/main/LICENSE,Apache-2.0
go.opentelemetry.io/otel/oteltest,https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/main/LICENSE,Apache-2.0
go.opentelemetry.io/otel/sdk,https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/main/LICENSE,Apache-2.0
go.opentelemetry.io/otel/sdk/export/metric,https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/main/LICENSE,Apache-2.0
go.opentelemetry.io/otel/sdk/metric,https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/main/LICENSE,Apache-2.0
go.opentelemetry.io/otel/trace,https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/main/LICENSE,Apache-2.0
go.opentelemetry.io/proto/otlp,https://raw.githubusercontent.com/open-telemetry/opentelemetry-proto-go/main/LICENSE,Apache-2.0
go.starlark.net,https://raw.githubusercontent.com/google/starlark-go/master/LICENSE,BSD-3-Clause
go.uber.org/atomic,https://raw.githubusercontent.com/uber-go/atomic/master/LICENSE.txt,MIT
go.uber.org/goleak,https://raw.githubusercontent.com/uber-go/goleak/master/LICENSE,MIT
go.uber.org/multierr,https://raw.githubusercontent.com/uber-go/multierr/master/LICENSE.txt,MIT
go.uber.org/tools,https://raw.githubusercontent.com/uber-go/tools/master/LICENSE,MIT
go.uber.org/zap,https://raw.githubusercontent.com/uber-go/zap/master/LICENSE.txt,MIT
golang.org/x/crypto,https://raw.githubusercontent.com/golang/crypto/master/LICENSE,BSD-3-Clause
golang.org/x/exp,https://raw.githubusercontent.com/golang/exp/master/LICENSE,BSD-3-Clause
golang.org/x/image,https://raw.githubusercontent.com/golang/image/master/LICENSE,BSD-3-Clause
golang.org/x/lint,https://raw.githubusercontent.com/golang/lint/master/LICENSE,BSD-3-Clause
golang.org/x/mobile,https://raw.githubusercontent.com/golang/mobile/master/LICENSE,BSD-3-Clause
golang.org/x/mod,https://raw.githubusercontent.com/golang/mod/master/LICENSE,BSD-3-Clause
golang.org/x/net,https://raw.githubusercontent.com/golang/net/master/LICENSE,BSD-3-Clause
golang.org/x/oauth2,https://raw.githubusercontent.com/golang/oauth2/master/LICENSE,BSD-3-Clause
golang.org/x/sync,https://raw.githubusercontent.com/golang/sync/master/LICENSE,BSD-3-Clause
golang.org/x/sys,https://raw.githubusercontent.com/golang/sys/master/LICENSE,BSD-3-Clause
golang.org/x/term,https://raw.githubusercontent.com/golang/term/master/LICENSE,BSD-3-Clause
golang.org/x/text,https://raw.githubusercontent.com/golang/text/master/LICENSE,BSD-3-Clause
golang.org/x/time,https://raw.githubusercontent.com/golang/time/master/LICENSE,BSD-3-Clause
golang.org/x/tools,https://raw.githubusercontent.com/golang/tools/master/LICENSE,BSD-3-Clause
golang.org/x/xerrors,https://raw.githubusercontent.com/golang/xerrors/master/LICENSE,BSD-3-Clause
gomodules.xyz/envconfig,https://raw.githubusercontent.com/gomodules/envconfig/master/LICENSE,MIT
gomodules.xyz/jsonpatch/v2,https://raw.githubusercontent.com/gomodules/jsonpatch/release-2.0/LICENSE,Apache-2.0
gomodules.xyz/notify,https://raw.githubusercontent.com/gomodules/notify/master/LICENSE,Apache-2.0
gonum.org/v1/gonum,https://raw.githubusercontent.com/gonum/gonum/master/LICENSE,BSD-3-Clause
gonum.org/v1/netlib,https://raw.githubusercontent.com/gonum/netlib/master/LICENSE,BSD-3-Clause
gonum.org/v1/plot,https://raw.githubusercontent.com/gonum/plot/master/LICENSE,BSD-3-Clause
google.golang.org/api,https://raw.githubusercontent.com/googleapis/google-api-go-client/main/LICENSE,BSD-3-Clause
google.golang.org/appengine,https://raw.githubusercontent.com/golang/appengine/master/LICENSE,Apache-2.0
google.golang.org/genproto,https://raw.githubusercontent.com/googleapis/go-genproto/main/LICENSE,Apache-2.0
google.golang.org/grpc,https://raw.githubusercontent.com/grpc/grpc-go/master/LICENSE,Apache-2.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc,https://raw.githubusercontent.com/grpc/grpc-go/master/LICENSE,Apache-2.0
google.golang.org/protobuf,https://raw.githubusercontent.com/protocolbuffers/protobuf-go/master/LICENSE,BSD-3-Clause
gopkg.in/alecthomas/kingpin.v2,https://raw.githubusercontent.com/alecthomas/kingpin/master/COPYING,MIT
gopkg.in/alexcesaro/quotedprintable.v3,https://raw.githubusercontent.com/alexcesaro/quotedprintable/master/LICENSE,MIT
gopkg.in/check.v1,https://raw.githubusercontent.com/go-check/check/v1/LICENSE,BSD-2-Clause
gopkg.in/cheggaaa/pb.v1,https://raw.githubusercontent.com/cheggaaa/pb/master/LICENSE,BSD-3-Clause
gopkg.in/errgo.v2,https://raw.githubusercontent.com/go-errgo/errgo/v1/LICENSE,BSD-3-Clause
gopkg.in/fsnotify.v1,https://raw.githubusercontent.com/fsnotify/fsnotify/main/LICENSE,BSD-3-Clause
gopkg.in/gcfg.v1,https://raw.githubusercontent.com/go-gcfg/gcfg/v1/LICENSE,BSD-3-Clause
gopkg.in/go-playground/webhooks.v5,https://raw.githubusercontent.com/go-playground/webhooks/master/LICENSE,MIT
gopkg.in/gomail.v2,https://raw.githubusercontent.com/go-gomail/gomail/master/LICENSE,MIT
gopkg.in/inf.v0,https://raw.githubusercontent.com/go-inf/inf/master/LICENSE,BSD-3-Clause
gopkg.in/ini.v1,https://raw.githubusercontent.com/go-ini/ini/main/LICENSE,Apache-2.0
gopkg.in/natefinch/lumberjack.v2,https://raw.githubusercontent.com/natefinch/lumberjack/v2.0/LICENSE,MIT
gopkg.in/resty.v1,https://raw.githubusercontent.com/go-resty/resty/master/LICENSE,MIT
gopkg.in/tomb.v1,https://raw.githubusercontent.com/go-tomb/tomb/v1/LICENSE,BSD-3-Clause
gopkg.in/warnings.v0,https://raw.githubusercontent.com/go-warnings/warnings/master/LICENSE,BSD-2-Clause
gopkg.in/yaml.v2,https://raw.githubusercontent.com/go-yaml/yaml/v3/LICENSE,MIT
gopkg.in/yaml.v3,https://raw.githubusercontent.com/go-yaml/yaml/v3/LICENSE,MIT
gotest.tools/v3,https://raw.githubusercontent.com/gotestyourself/gotest.tools/main/LICENSE,Unknown
honnef.co/go/tools,https://raw.githubusercontent.com/dominikh/go-tools/master/LICENSE,MIT
k8s.io/api,https://raw.githubusercontent.com/kubernetes/api/master/LICENSE,Apache-2.0
k8s.io/apiextensions-apiserver,https://raw.githubusercontent.com/kubernetes/apiextensions-apiserver/master/LICENSE,Apache-2.0
k8s.io/apimachinery,https://raw.githubusercontent.com/kubernetes/apimachinery/master/LICENSE,Apache-2.0
k8s.io/apiserver,https://raw.githubusercontent.com/kubernetes/apiserver/master/LICENSE,Apache-2.0
k8s.io/cli-runtime,https://raw.githubusercontent.com/kubernetes/cli-runtime/master/LICENSE,Apache-2.0
k8s.io/client-go,https://raw.githubusercontent.com/kubernetes/client-go/master/LICENSE,Apache-2.0
k8s.io/cloud-provider,https://raw.githubusercontent.com/kubernetes/cloud-provider/master/LICENSE,Apache-2.0
k8s.io/cluster-bootstrap,https://raw.githubusercontent.com/kubernetes/cluster-bootstrap/master/LICENSE,Apache-2.0
k8s.io/code-generator,https://raw.githubusercontent.com/kubernetes/code-generator/master/LICENSE,Apache-2.0
k8s.io/component-base,https://raw.githubusercontent.com/kubernetes/component-base/master/LICENSE,Apache-2.0
k8s.io/component-helpers,https://raw.githubusercontent.com/kubernetes/component-helpers/master/LICENSE,Apache-2.0
k8s.io/controller-manager,https://raw.githubusercontent.com/kubernetes/controller-manager/master/LICENSE,Apache-2.0
k8s.io/cri-api,https://raw.githubusercontent.com/kubernetes/cri-api/master/LICENSE,Apache-2.0
k8s.io/csi-translation-lib,https://raw.githubusercontent.com/kubernetes/csi-translation-lib/master/LICENSE,Apache-2.0
k8s.io/gengo,https://raw.githubusercontent.com/kubernetes/gengo/master/LICENSE,Apache-2.0
k8s.io/klog/v2,https://raw.githubusercontent.com/kubernetes/klog/main/LICENSE,Apache-2.0
k8s.io/kube-aggregator,https://raw.githubusercontent.com/kubernetes/kube-aggregator/master/LICENSE,Apache-2.0
k8s.io/kube-controller-manager,https://raw.githubusercontent.com/kubernetes/kube-controller-manager/master/LICENSE,Apache-2.0
k8s.io/kube-openapi,https://raw.githubusercontent.com/kubernetes/kube-openapi/master/LICENSE,Apache-2.0
k8s.io/kube-proxy,https://raw.githubusercontent.com/kubernetes/kube-proxy/master/LICENSE,Apache-2.0
k8s.io/kube-scheduler,https://raw.githubusercontent.com/kubernetes/kube-scheduler/master/LICENSE,Apache-2.0
k8s.io/kubectl,https://raw.githubusercontent.com/kubernetes/kubectl/master/LICENSE,Apache-2.0
k8s.io/kubelet,https://raw.githubusercontent.com/kubernetes/kubelet/master/LICENSE,Apache-2.0
k8s.io/kubernetes,https://raw.githubusercontent.com/kubernetes/kubernetes/master/LICENSE,Apache-2.0
k8s.io/legacy-cloud-providers,https://raw.githubusercontent.com/kubernetes/legacy-cloud-providers/master/LICENSE,Apache-2.0
k8s.io/metrics,https://raw.githubusercontent.com/kubernetes/metrics/master/LICENSE,Apache-2.0
k8s.io/mount-utils,https://raw.githubusercontent.com/kubernetes/mount-utils/master/LICENSE,Apache-2.0
k8s.io/pod-security-admission,https://raw.githubusercontent.com/kubernetes/pod-security-admission/master/LICENSE,Apache-2.0
k8s.io/sample-apiserver,https://raw.githubusercontent.com/kubernetes/sample-apiserver/master/LICENSE,Apache-2.0
k8s.io/system-validators,https://raw.githubusercontent.com/kubernetes/system-validators/master/LICENSE,Apache-2.0
k8s.io/utils,https://raw.githubusercontent.com/kubernetes/utils/master/LICENSE,Apache-2.0
layeh.com/gopher-json,https://raw.githubusercontent.com/layeh/gopher-json/master/LICENSE,Unlicense
rsc.io/binaryregexp,https://raw.githubusercontent.com/rsc/binaryregexp/master/LICENSE,BSD-3-Clause
rsc.io/pdf,https://raw.githubusercontent.com/rsc/pdf/master/LICENSE,BSD-3-Clause
rsc.io/quote/v3,https://raw.githubusercontent.com/rsc/quote/master/LICENSE,BSD-3-Clause
rsc.io/sampler,https://raw.githubusercontent.com/rsc/sampler/master/LICENSE,BSD-3-Clause
sigs.k8s.io/apiserver-network-proxy/konnectivity-client,https://raw.githubusercontent.com/kubernetes-sigs/apiserver-network-proxy/master/LICENSE,Apache-2.0
sigs.k8s.io/controller-runtime,https://raw.githubusercontent.com/kubernetes-sigs/controller-runtime/master/LICENSE,Apache-2.0
sigs.k8s.io/json,https://raw.githubusercontent.com/kubernetes-sigs/json/main/LICENSE,Apache-2.0
sigs.k8s.io/kustomize/api,https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/LICENSE,Apache-2.0
sigs.k8s.io/kustomize/cmd/config,https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/LICENSE,Apache-2.0
sigs.k8s.io/kustomize/kustomize/v4,https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/LICENSE,Apache-2.0
sigs.k8s.io/kustomize/kyaml,https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/LICENSE,Apache-2.0
sigs.k8s.io/structured-merge-diff/v4,https://raw.githubusercontent.com/kubernetes-sigs/structured-merge-diff/master/LICENSE,Apache-2.0
sigs.k8s.io/yaml,https://raw.githubusercontent.com/kubernetes-sigs/yaml/master/LICENSE,MIT
sourcegraph.com/sourcegraph/appdash,https://raw.githubusercontent.com/sourcegraph/appdash/master/LICENSE,MIT