red-adbc 0.3.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE.txt CHANGED
@@ -309,12 +309,15 @@ https://www.openssl.org/source/license.html
309
309
  3rdparty dependency SQLite is statically linked in certain binary
310
310
  distributions, like the Python wheels. SQLite is public domain.
311
311
 
312
+
312
313
  --------------------------------------------------------------------------------
313
314
 
314
- 3rdparty dependency github.com/andybalholm/brotli
315
+ 3rdparty dependency github.com/99designs/keyring
315
316
  is statically linked in certain binary distributions, like the Python wheels.
316
- github.com/andybalholm/brotli is under the MIT license.
317
- Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
317
+ github.com/99designs/keyring is under the MIT license.
318
+ The MIT License (MIT)
319
+
320
+ Copyright (c) 2015 99designs
318
321
 
319
322
  Permission is hereby granted, free of charge, to any person obtaining a copy
320
323
  of this software and associated documentation files (the "Software"), to deal
@@ -323,31 +326,26 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
323
326
  copies of the Software, and to permit persons to whom the Software is
324
327
  furnished to do so, subject to the following conditions:
325
328
 
326
- The above copyright notice and this permission notice shall be included in
327
- all copies or substantial portions of the Software.
329
+ The above copyright notice and this permission notice shall be included in all
330
+ copies or substantial portions of the Software.
328
331
 
329
332
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
330
333
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
331
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
334
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
332
335
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
333
336
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
334
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
335
- THE SOFTWARE.
336
-
337
- --------------------------------------------------------------------------------
337
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
338
+ SOFTWARE.
338
339
 
339
- 3rdparty dependency github.com/apache/thrift/lib/go/thrift
340
- is statically linked in certain binary distributions, like the Python wheels.
341
- github.com/apache/thrift/lib/go/thrift is under the Apache-2.0 license.
342
340
 
343
341
  --------------------------------------------------------------------------------
344
342
 
345
- 3rdparty dependency github.com/bluele/gcache
343
+ 3rdparty dependency github.com/Azure/azure-sdk-for-go/sdk/azcore
346
344
  is statically linked in certain binary distributions, like the Python wheels.
347
- github.com/bluele/gcache is under the MIT license.
348
- The MIT License (MIT)
345
+ github.com/Azure/azure-sdk-for-go/sdk/azcore is under the MIT license.
346
+ MIT License
349
347
 
350
- Copyright (c) 2017 Jun Kimura
348
+ Copyright (c) Microsoft Corporation.
351
349
 
352
350
  Permission is hereby granted, free of charge, to any person obtaining a copy
353
351
  of this software and associated documentation files (the "Software"), to deal
@@ -356,46 +354,78 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
356
354
  copies of the Software, and to permit persons to whom the Software is
357
355
  furnished to do so, subject to the following conditions:
358
356
 
359
- The above copyright notice and this permission notice shall be included in
360
- all copies or substantial portions of the Software.
357
+ The above copyright notice and this permission notice shall be included in all
358
+ copies or substantial portions of the Software.
361
359
 
362
360
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
363
361
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
364
362
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
365
363
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
366
364
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
367
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
368
- THE SOFTWARE.
365
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
366
+ SOFTWARE
369
367
 
370
368
  --------------------------------------------------------------------------------
371
369
 
372
- 3rdparty dependency github.com/davecgh/go-spew/spew
370
+ 3rdparty dependency github.com/Azure/azure-sdk-for-go/sdk/internal
373
371
  is statically linked in certain binary distributions, like the Python wheels.
374
- github.com/davecgh/go-spew/spew is under the ISC license.
375
- ISC License
372
+ github.com/Azure/azure-sdk-for-go/sdk/internal is under the MIT license.
373
+ MIT License
376
374
 
377
- Copyright (c) 2012-2016 Dave Collins <dave@davec.name>
375
+ Copyright (c) Microsoft Corporation.
378
376
 
379
- Permission to use, copy, modify, and/or distribute this software for any
380
- purpose with or without fee is hereby granted, provided that the above
381
- copyright notice and this permission notice appear in all copies.
377
+ Permission is hereby granted, free of charge, to any person obtaining a copy
378
+ of this software and associated documentation files (the "Software"), to deal
379
+ in the Software without restriction, including without limitation the rights
380
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
381
+ copies of the Software, and to permit persons to whom the Software is
382
+ furnished to do so, subject to the following conditions:
382
383
 
383
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
384
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
385
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
386
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
387
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
388
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
389
- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
384
+ The above copyright notice and this permission notice shall be included in all
385
+ copies or substantial portions of the Software.
386
+
387
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
388
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
389
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
390
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
391
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
392
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
393
+ SOFTWARE
390
394
 
391
395
  --------------------------------------------------------------------------------
392
396
 
393
- 3rdparty dependency github.com/goccy/go-json
397
+ 3rdparty dependency github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
394
398
  is statically linked in certain binary distributions, like the Python wheels.
395
- github.com/goccy/go-json is under the MIT license.
399
+ github.com/Azure/azure-sdk-for-go/sdk/storage/azblob is under the MIT license.
400
+ MIT License
401
+
402
+ Copyright (c) Microsoft Corporation. All rights reserved.
403
+
404
+ Permission is hereby granted, free of charge, to any person obtaining a copy
405
+ of this software and associated documentation files (the "Software"), to deal
406
+ in the Software without restriction, including without limitation the rights
407
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
408
+ copies of the Software, and to permit persons to whom the Software is
409
+ furnished to do so, subject to the following conditions:
410
+
411
+ The above copyright notice and this permission notice shall be included in all
412
+ copies or substantial portions of the Software.
413
+
414
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
415
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
416
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
417
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
418
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
419
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
420
+ SOFTWARE
421
+ --------------------------------------------------------------------------------
422
+
423
+ 3rdparty dependency github.com/JohnCGriffin/overflow
424
+ is statically linked in certain binary distributions, like the Python wheels.
425
+ github.com/JohnCGriffin/overflow is under the MIT license.
396
426
  MIT License
397
427
 
398
- Copyright (c) 2020 Masaaki Goshima
428
+ Copyright (c) 2017 John C. Griffin,
399
429
 
400
430
  Permission is hereby granted, free of charge, to any person obtaining a copy
401
431
  of this software and associated documentation files (the "Software"), to deal
@@ -415,46 +445,83 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
415
445
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
416
446
  SOFTWARE.
417
447
 
448
+
449
+
450
+
451
+
418
452
  --------------------------------------------------------------------------------
419
453
 
420
- 3rdparty dependency github.com/golang/protobuf
454
+ 3rdparty dependency github.com/andybalholm/brotli
421
455
  is statically linked in certain binary distributions, like the Python wheels.
422
- github.com/golang/protobuf is under the BSD-3-Clause license.
423
- Copyright 2010 The Go Authors. All rights reserved.
456
+ github.com/andybalholm/brotli is under the MIT license.
457
+ Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
424
458
 
425
- Redistribution and use in source and binary forms, with or without
426
- modification, are permitted provided that the following conditions are
427
- met:
459
+ Permission is hereby granted, free of charge, to any person obtaining a copy
460
+ of this software and associated documentation files (the "Software"), to deal
461
+ in the Software without restriction, including without limitation the rights
462
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
463
+ copies of the Software, and to permit persons to whom the Software is
464
+ furnished to do so, subject to the following conditions:
428
465
 
429
- * Redistributions of source code must retain the above copyright
430
- notice, this list of conditions and the following disclaimer.
431
- * Redistributions in binary form must reproduce the above
432
- copyright notice, this list of conditions and the following disclaimer
433
- in the documentation and/or other materials provided with the
434
- distribution.
435
- * Neither the name of Google Inc. nor the names of its
436
- contributors may be used to endorse or promote products derived from
437
- this software without specific prior written permission.
466
+ The above copyright notice and this permission notice shall be included in
467
+ all copies or substantial portions of the Software.
438
468
 
439
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
440
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
441
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
442
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
443
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
444
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
445
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
446
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
447
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
448
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
449
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
469
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
470
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
471
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
472
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
473
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
474
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
475
+ THE SOFTWARE.
476
+
477
+ --------------------------------------------------------------------------------
450
478
 
479
+ 3rdparty dependency github.com/apache/thrift/lib/go/thrift
480
+ is statically linked in certain binary distributions, like the Python wheels.
481
+ github.com/apache/thrift/lib/go/thrift is under the Apache-2.0 license.
451
482
 
452
483
  --------------------------------------------------------------------------------
453
484
 
454
- 3rdparty dependency github.com/golang/snappy
485
+ 3rdparty dependency github.com/aws/aws-sdk-go-v2
455
486
  is statically linked in certain binary distributions, like the Python wheels.
456
- github.com/golang/snappy is under the BSD-3-Clause license.
457
- Copyright (c) 2011 The Snappy-Go Authors. All rights reserved.
487
+ github.com/aws/aws-sdk-go-v2 is under the Apache-2.0 license.
488
+
489
+ --------------------------------------------------------------------------------
490
+
491
+ 3rdparty dependency github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
492
+ is statically linked in certain binary distributions, like the Python wheels.
493
+ github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream is under the Apache-2.0 license.
494
+
495
+ --------------------------------------------------------------------------------
496
+
497
+ 3rdparty dependency github.com/aws/aws-sdk-go-v2/credentials
498
+ is statically linked in certain binary distributions, like the Python wheels.
499
+ github.com/aws/aws-sdk-go-v2/credentials is under the Apache-2.0 license.
500
+
501
+ --------------------------------------------------------------------------------
502
+
503
+ 3rdparty dependency github.com/aws/aws-sdk-go-v2/feature/s3/manager
504
+ is statically linked in certain binary distributions, like the Python wheels.
505
+ github.com/aws/aws-sdk-go-v2/feature/s3/manager is under the Apache-2.0 license.
506
+
507
+ --------------------------------------------------------------------------------
508
+
509
+ 3rdparty dependency github.com/aws/aws-sdk-go-v2/internal/configsources
510
+ is statically linked in certain binary distributions, like the Python wheels.
511
+ github.com/aws/aws-sdk-go-v2/internal/configsources is under the Apache-2.0 license.
512
+
513
+ --------------------------------------------------------------------------------
514
+
515
+ 3rdparty dependency github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
516
+ is statically linked in certain binary distributions, like the Python wheels.
517
+ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 is under the Apache-2.0 license.
518
+
519
+ --------------------------------------------------------------------------------
520
+
521
+ 3rdparty dependency github.com/aws/aws-sdk-go-v2/internal/sync/singleflight
522
+ is statically linked in certain binary distributions, like the Python wheels.
523
+ github.com/aws/aws-sdk-go-v2/internal/sync/singleflight is under the BSD-3-Clause license.
524
+ Copyright (c) 2009 The Go Authors. All rights reserved.
458
525
 
459
526
  Redistribution and use in source and binary forms, with or without
460
527
  modification, are permitted provided that the following conditions are
@@ -470,7 +537,7 @@ distribution.
470
537
  contributors may be used to endorse or promote products derived from
471
538
  this software without specific prior written permission.
472
539
 
473
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
540
+ THIS SOFTWARE IS PROVIDED BY THE COPYIGHT HOLDERS AND CONTRIBUTORS
474
541
  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
475
542
  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
476
543
  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
@@ -482,24 +549,55 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
482
549
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
483
550
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
484
551
 
552
+
485
553
  --------------------------------------------------------------------------------
486
554
 
487
- 3rdparty dependency github.com/google/flatbuffers/go
555
+ 3rdparty dependency github.com/aws/aws-sdk-go-v2/internal/v4a
488
556
  is statically linked in certain binary distributions, like the Python wheels.
489
- github.com/google/flatbuffers/go is under the Apache-2.0 license.
557
+ github.com/aws/aws-sdk-go-v2/internal/v4a is under the Apache-2.0 license.
490
558
 
491
559
  --------------------------------------------------------------------------------
492
560
 
493
- 3rdparty dependency github.com/klauspost/compress
561
+ 3rdparty dependency github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
494
562
  is statically linked in certain binary distributions, like the Python wheels.
495
- github.com/klauspost/compress is under the Apache-2.0 license.
563
+ github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding is under the Apache-2.0 license.
496
564
 
497
565
  --------------------------------------------------------------------------------
498
566
 
499
- 3rdparty dependency github.com/klauspost/compress/internal/snapref
567
+ 3rdparty dependency github.com/aws/aws-sdk-go-v2/service/internal/checksum
500
568
  is statically linked in certain binary distributions, like the Python wheels.
501
- github.com/klauspost/compress/internal/snapref is under the BSD-3-Clause license.
502
- Copyright (c) 2011 The Snappy-Go Authors. All rights reserved.
569
+ github.com/aws/aws-sdk-go-v2/service/internal/checksum is under the Apache-2.0 license.
570
+
571
+ --------------------------------------------------------------------------------
572
+
573
+ 3rdparty dependency github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
574
+ is statically linked in certain binary distributions, like the Python wheels.
575
+ github.com/aws/aws-sdk-go-v2/service/internal/presigned-url is under the Apache-2.0 license.
576
+
577
+ --------------------------------------------------------------------------------
578
+
579
+ 3rdparty dependency github.com/aws/aws-sdk-go-v2/service/internal/s3shared
580
+ is statically linked in certain binary distributions, like the Python wheels.
581
+ github.com/aws/aws-sdk-go-v2/service/internal/s3shared is under the Apache-2.0 license.
582
+
583
+ --------------------------------------------------------------------------------
584
+
585
+ 3rdparty dependency github.com/aws/aws-sdk-go-v2/service/s3
586
+ is statically linked in certain binary distributions, like the Python wheels.
587
+ github.com/aws/aws-sdk-go-v2/service/s3 is under the Apache-2.0 license.
588
+
589
+ --------------------------------------------------------------------------------
590
+
591
+ 3rdparty dependency github.com/aws/smithy-go
592
+ is statically linked in certain binary distributions, like the Python wheels.
593
+ github.com/aws/smithy-go is under the Apache-2.0 license.
594
+
595
+ --------------------------------------------------------------------------------
596
+
597
+ 3rdparty dependency github.com/aws/smithy-go/internal/sync/singleflight
598
+ is statically linked in certain binary distributions, like the Python wheels.
599
+ github.com/aws/smithy-go/internal/sync/singleflight is under the BSD-3-Clause license.
600
+ Copyright (c) 2009 The Go Authors. All rights reserved.
503
601
 
504
602
  Redistribution and use in source and binary forms, with or without
505
603
  modification, are permitted provided that the following conditions are
@@ -515,7 +613,7 @@ distribution.
515
613
  contributors may be used to endorse or promote products derived from
516
614
  this software without specific prior written permission.
517
615
 
518
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
616
+ THIS SOFTWARE IS PROVIDED BY THE COPYIGHT HOLDERS AND CONTRIBUTORS
519
617
  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
520
618
  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
521
619
  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
@@ -527,42 +625,63 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
527
625
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
528
626
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
529
627
 
628
+
530
629
  --------------------------------------------------------------------------------
531
630
 
532
- 3rdparty dependency github.com/klauspost/compress/zstd/internal/xxhash
631
+ 3rdparty dependency github.com/bluele/gcache
533
632
  is statically linked in certain binary distributions, like the Python wheels.
534
- github.com/klauspost/compress/zstd/internal/xxhash is under the MIT license.
535
- Copyright (c) 2016 Caleb Spare
633
+ github.com/bluele/gcache is under the MIT license.
634
+ The MIT License (MIT)
536
635
 
537
- MIT License
636
+ Copyright (c) 2017 Jun Kimura
538
637
 
539
- Permission is hereby granted, free of charge, to any person obtaining
540
- a copy of this software and associated documentation files (the
541
- "Software"), to deal in the Software without restriction, including
542
- without limitation the rights to use, copy, modify, merge, publish,
543
- distribute, sublicense, and/or sell copies of the Software, and to
544
- permit persons to whom the Software is furnished to do so, subject to
545
- the following conditions:
638
+ Permission is hereby granted, free of charge, to any person obtaining a copy
639
+ of this software and associated documentation files (the "Software"), to deal
640
+ in the Software without restriction, including without limitation the rights
641
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
642
+ copies of the Software, and to permit persons to whom the Software is
643
+ furnished to do so, subject to the following conditions:
546
644
 
547
- The above copyright notice and this permission notice shall be
548
- included in all copies or substantial portions of the Software.
645
+ The above copyright notice and this permission notice shall be included in
646
+ all copies or substantial portions of the Software.
549
647
 
550
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
551
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
552
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
553
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
554
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
555
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
556
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
648
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
649
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
650
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
651
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
652
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
653
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
654
+ THE SOFTWARE.
557
655
 
558
656
  --------------------------------------------------------------------------------
559
657
 
560
- 3rdparty dependency github.com/klauspost/cpuid/v2
658
+ 3rdparty dependency github.com/davecgh/go-spew/spew
561
659
  is statically linked in certain binary distributions, like the Python wheels.
562
- github.com/klauspost/cpuid/v2 is under the MIT license.
660
+ github.com/davecgh/go-spew/spew is under the ISC license.
661
+ ISC License
662
+
663
+ Copyright (c) 2012-2016 Dave Collins <dave@davec.name>
664
+
665
+ Permission to use, copy, modify, and/or distribute this software for any
666
+ purpose with or without fee is hereby granted, provided that the above
667
+ copyright notice and this permission notice appear in all copies.
668
+
669
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
670
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
671
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
672
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
673
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
674
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
675
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
676
+
677
+ --------------------------------------------------------------------------------
678
+
679
+ 3rdparty dependency github.com/dvsekhvalnov/jose2go
680
+ is statically linked in certain binary distributions, like the Python wheels.
681
+ github.com/dvsekhvalnov/jose2go is under the MIT license.
563
682
  The MIT License (MIT)
564
683
 
565
- Copyright (c) 2015 Klaus Post
684
+ Copyright (c) 2014
566
685
 
567
686
  Permission is hereby granted, free of charge, to any person obtaining a copy
568
687
  of this software and associated documentation files (the "Software"), to deal
@@ -582,23 +701,350 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
582
701
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
583
702
  SOFTWARE.
584
703
 
585
-
586
704
  --------------------------------------------------------------------------------
587
705
 
588
- 3rdparty dependency github.com/pierrec/lz4/v4
706
+ 3rdparty dependency github.com/form3tech-oss/jwt-go
589
707
  is statically linked in certain binary distributions, like the Python wheels.
590
- github.com/pierrec/lz4/v4 is under the BSD-3-Clause license.
591
- Copyright (c) 2015, Pierre Curto
592
- All rights reserved.
708
+ github.com/form3tech-oss/jwt-go is under the MIT license.
709
+ Copyright (c) 2012 Dave Grijalva
593
710
 
594
- Redistribution and use in source and binary forms, with or without
595
- modification, are permitted provided that the following conditions are met:
711
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
596
712
 
597
- * Redistributions of source code must retain the above copyright notice, this
598
- list of conditions and the following disclaimer.
713
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
599
714
 
600
- * Redistributions in binary form must reproduce the above copyright notice,
601
- this list of conditions and the following disclaimer in the documentation
715
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
716
+
717
+
718
+ --------------------------------------------------------------------------------
719
+
720
+ 3rdparty dependency github.com/gabriel-vasile/mimetype
721
+ is statically linked in certain binary distributions, like the Python wheels.
722
+ github.com/gabriel-vasile/mimetype is under the MIT license.
723
+ MIT License
724
+
725
+ Copyright (c) 2018-2020 Gabriel Vasile
726
+
727
+ Permission is hereby granted, free of charge, to any person obtaining a copy
728
+ of this software and associated documentation files (the "Software"), to deal
729
+ in the Software without restriction, including without limitation the rights
730
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
731
+ copies of the Software, and to permit persons to whom the Software is
732
+ furnished to do so, subject to the following conditions:
733
+
734
+ The above copyright notice and this permission notice shall be included in all
735
+ copies or substantial portions of the Software.
736
+
737
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
738
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
739
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
740
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
741
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
742
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
743
+ SOFTWARE.
744
+
745
+ --------------------------------------------------------------------------------
746
+
747
+ 3rdparty dependency github.com/goccy/go-json
748
+ is statically linked in certain binary distributions, like the Python wheels.
749
+ github.com/goccy/go-json is under the MIT license.
750
+ MIT License
751
+
752
+ Copyright (c) 2020 Masaaki Goshima
753
+
754
+ Permission is hereby granted, free of charge, to any person obtaining a copy
755
+ of this software and associated documentation files (the "Software"), to deal
756
+ in the Software without restriction, including without limitation the rights
757
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
758
+ copies of the Software, and to permit persons to whom the Software is
759
+ furnished to do so, subject to the following conditions:
760
+
761
+ The above copyright notice and this permission notice shall be included in all
762
+ copies or substantial portions of the Software.
763
+
764
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
765
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
766
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
767
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
768
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
769
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
770
+ SOFTWARE.
771
+
772
+ --------------------------------------------------------------------------------
773
+
774
+ 3rdparty dependency github.com/godbus/dbus
775
+ is statically linked in certain binary distributions, like the Python wheels.
776
+ github.com/godbus/dbus is under the BSD-2-Clause license.
777
+ Copyright (c) 2013, Georg Reinke (<guelfey at gmail dot com>), Google
778
+ All rights reserved.
779
+
780
+ Redistribution and use in source and binary forms, with or without
781
+ modification, are permitted provided that the following conditions
782
+ are met:
783
+
784
+ 1. Redistributions of source code must retain the above copyright notice,
785
+ this list of conditions and the following disclaimer.
786
+
787
+ 2. Redistributions in binary form must reproduce the above copyright
788
+ notice, this list of conditions and the following disclaimer in the
789
+ documentation and/or other materials provided with the distribution.
790
+
791
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
792
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
793
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
794
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
795
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
796
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
797
+ TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
798
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
799
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
800
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
801
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
802
+
803
+ --------------------------------------------------------------------------------
804
+
805
+ 3rdparty dependency github.com/golang/protobuf
806
+ is statically linked in certain binary distributions, like the Python wheels.
807
+ github.com/golang/protobuf is under the BSD-3-Clause license.
808
+ Copyright 2010 The Go Authors. All rights reserved.
809
+
810
+ Redistribution and use in source and binary forms, with or without
811
+ modification, are permitted provided that the following conditions are
812
+ met:
813
+
814
+ * Redistributions of source code must retain the above copyright
815
+ notice, this list of conditions and the following disclaimer.
816
+ * Redistributions in binary form must reproduce the above
817
+ copyright notice, this list of conditions and the following disclaimer
818
+ in the documentation and/or other materials provided with the
819
+ distribution.
820
+ * Neither the name of Google Inc. nor the names of its
821
+ contributors may be used to endorse or promote products derived from
822
+ this software without specific prior written permission.
823
+
824
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
825
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
826
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
827
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
828
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
829
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
830
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
831
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
832
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
833
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
834
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
835
+
836
+
837
+ --------------------------------------------------------------------------------
838
+
839
+ 3rdparty dependency github.com/golang/snappy
840
+ is statically linked in certain binary distributions, like the Python wheels.
841
+ github.com/golang/snappy is under the BSD-3-Clause license.
842
+ Copyright (c) 2011 The Snappy-Go Authors. All rights reserved.
843
+
844
+ Redistribution and use in source and binary forms, with or without
845
+ modification, are permitted provided that the following conditions are
846
+ met:
847
+
848
+ * Redistributions of source code must retain the above copyright
849
+ notice, this list of conditions and the following disclaimer.
850
+ * Redistributions in binary form must reproduce the above
851
+ copyright notice, this list of conditions and the following disclaimer
852
+ in the documentation and/or other materials provided with the
853
+ distribution.
854
+ * Neither the name of Google Inc. nor the names of its
855
+ contributors may be used to endorse or promote products derived from
856
+ this software without specific prior written permission.
857
+
858
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
859
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
860
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
861
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
862
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
863
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
864
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
865
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
866
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
867
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
868
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
869
+
870
+ --------------------------------------------------------------------------------
871
+
872
+ 3rdparty dependency github.com/google/flatbuffers/go
873
+ is statically linked in certain binary distributions, like the Python wheels.
874
+ github.com/google/flatbuffers/go is under the Apache-2.0 license.
875
+
876
+ --------------------------------------------------------------------------------
877
+
878
+ 3rdparty dependency github.com/gsterjov/go-libsecret
879
+ is statically linked in certain binary distributions, like the Python wheels.
880
+ github.com/gsterjov/go-libsecret is under the MIT license.
881
+ The MIT License (MIT)
882
+
883
+ Copyright (c) 2016 Goran Sterjov
884
+
885
+ Permission is hereby granted, free of charge, to any person obtaining a copy
886
+ of this software and associated documentation files (the "Software"), to deal
887
+ in the Software without restriction, including without limitation the rights
888
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
889
+ copies of the Software, and to permit persons to whom the Software is
890
+ furnished to do so, subject to the following conditions:
891
+
892
+ The above copyright notice and this permission notice shall be included in all
893
+ copies or substantial portions of the Software.
894
+
895
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
896
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
897
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
898
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
899
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
900
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
901
+ SOFTWARE.
902
+
903
+
904
+ --------------------------------------------------------------------------------
905
+
906
+ 3rdparty dependency github.com/jmespath/go-jmespath
907
+ is statically linked in certain binary distributions, like the Python wheels.
908
+ github.com/jmespath/go-jmespath is under the Apache-2.0 license.
909
+
910
+ --------------------------------------------------------------------------------
911
+
912
+ 3rdparty dependency github.com/klauspost/compress
913
+ is statically linked in certain binary distributions, like the Python wheels.
914
+ github.com/klauspost/compress is under the Apache-2.0 license.
915
+
916
+ --------------------------------------------------------------------------------
917
+
918
+ 3rdparty dependency github.com/klauspost/compress/internal/snapref
919
+ is statically linked in certain binary distributions, like the Python wheels.
920
+ github.com/klauspost/compress/internal/snapref is under the BSD-3-Clause license.
921
+ Copyright (c) 2011 The Snappy-Go Authors. All rights reserved.
922
+
923
+ Redistribution and use in source and binary forms, with or without
924
+ modification, are permitted provided that the following conditions are
925
+ met:
926
+
927
+ * Redistributions of source code must retain the above copyright
928
+ notice, this list of conditions and the following disclaimer.
929
+ * Redistributions in binary form must reproduce the above
930
+ copyright notice, this list of conditions and the following disclaimer
931
+ in the documentation and/or other materials provided with the
932
+ distribution.
933
+ * Neither the name of Google Inc. nor the names of its
934
+ contributors may be used to endorse or promote products derived from
935
+ this software without specific prior written permission.
936
+
937
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
938
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
939
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
940
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
941
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
942
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
943
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
944
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
945
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
946
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
947
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
948
+
949
+ --------------------------------------------------------------------------------
950
+
951
+ 3rdparty dependency github.com/klauspost/compress/zstd/internal/xxhash
952
+ is statically linked in certain binary distributions, like the Python wheels.
953
+ github.com/klauspost/compress/zstd/internal/xxhash is under the MIT license.
954
+ Copyright (c) 2016 Caleb Spare
955
+
956
+ MIT License
957
+
958
+ Permission is hereby granted, free of charge, to any person obtaining
959
+ a copy of this software and associated documentation files (the
960
+ "Software"), to deal in the Software without restriction, including
961
+ without limitation the rights to use, copy, modify, merge, publish,
962
+ distribute, sublicense, and/or sell copies of the Software, and to
963
+ permit persons to whom the Software is furnished to do so, subject to
964
+ the following conditions:
965
+
966
+ The above copyright notice and this permission notice shall be
967
+ included in all copies or substantial portions of the Software.
968
+
969
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
970
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
971
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
972
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
973
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
974
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
975
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
976
+
977
+ --------------------------------------------------------------------------------
978
+
979
+ 3rdparty dependency github.com/klauspost/cpuid/v2
980
+ is statically linked in certain binary distributions, like the Python wheels.
981
+ github.com/klauspost/cpuid/v2 is under the MIT license.
982
+ The MIT License (MIT)
983
+
984
+ Copyright (c) 2015 Klaus Post
985
+
986
+ Permission is hereby granted, free of charge, to any person obtaining a copy
987
+ of this software and associated documentation files (the "Software"), to deal
988
+ in the Software without restriction, including without limitation the rights
989
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
990
+ copies of the Software, and to permit persons to whom the Software is
991
+ furnished to do so, subject to the following conditions:
992
+
993
+ The above copyright notice and this permission notice shall be included in all
994
+ copies or substantial portions of the Software.
995
+
996
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
997
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
998
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
999
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1000
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1001
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1002
+ SOFTWARE.
1003
+
1004
+
1005
+ --------------------------------------------------------------------------------
1006
+
1007
+ 3rdparty dependency github.com/mtibben/percent
1008
+ is statically linked in certain binary distributions, like the Python wheels.
1009
+ github.com/mtibben/percent is under the MIT license.
1010
+ MIT License
1011
+
1012
+ Copyright (c) 2020 Michael Tibben
1013
+
1014
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1015
+ of this software and associated documentation files (the "Software"), to deal
1016
+ in the Software without restriction, including without limitation the rights
1017
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1018
+ copies of the Software, and to permit persons to whom the Software is
1019
+ furnished to do so, subject to the following conditions:
1020
+
1021
+ The above copyright notice and this permission notice shall be included in all
1022
+ copies or substantial portions of the Software.
1023
+
1024
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1025
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1026
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1027
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1028
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1029
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1030
+ SOFTWARE.
1031
+
1032
+ --------------------------------------------------------------------------------
1033
+
1034
+ 3rdparty dependency github.com/pierrec/lz4/v4
1035
+ is statically linked in certain binary distributions, like the Python wheels.
1036
+ github.com/pierrec/lz4/v4 is under the BSD-3-Clause license.
1037
+ Copyright (c) 2015, Pierre Curto
1038
+ All rights reserved.
1039
+
1040
+ Redistribution and use in source and binary forms, with or without
1041
+ modification, are permitted provided that the following conditions are met:
1042
+
1043
+ * Redistributions of source code must retain the above copyright notice, this
1044
+ list of conditions and the following disclaimer.
1045
+
1046
+ * Redistributions in binary form must reproduce the above copyright notice,
1047
+ this list of conditions and the following disclaimer in the documentation
602
1048
  and/or other materials provided with the distribution.
603
1049
 
604
1050
  * Neither the name of xxHash nor the names of its
@@ -619,130 +1065,460 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
619
1065
 
620
1066
  --------------------------------------------------------------------------------
621
1067
 
622
- 3rdparty dependency github.com/pmezard/go-difflib/difflib
1068
+ 3rdparty dependency github.com/pkg/browser
1069
+ is statically linked in certain binary distributions, like the Python wheels.
1070
+ github.com/pkg/browser is under the BSD-2-Clause license.
1071
+ Copyright (c) 2014, Dave Cheney <dave@cheney.net>
1072
+ All rights reserved.
1073
+
1074
+ Redistribution and use in source and binary forms, with or without
1075
+ modification, are permitted provided that the following conditions are met:
1076
+
1077
+ * Redistributions of source code must retain the above copyright notice, this
1078
+ list of conditions and the following disclaimer.
1079
+
1080
+ * Redistributions in binary form must reproduce the above copyright notice,
1081
+ this list of conditions and the following disclaimer in the documentation
1082
+ and/or other materials provided with the distribution.
1083
+
1084
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1085
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1086
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1087
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1088
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1089
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1090
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1091
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1092
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1093
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1094
+
1095
+ --------------------------------------------------------------------------------
1096
+
1097
+ 3rdparty dependency github.com/pmezard/go-difflib/difflib
1098
+ is statically linked in certain binary distributions, like the Python wheels.
1099
+ github.com/pmezard/go-difflib/difflib is under the BSD-3-Clause license.
1100
+ Copyright (c) 2013, Patrick Mezard
1101
+ All rights reserved.
1102
+
1103
+ Redistribution and use in source and binary forms, with or without
1104
+ modification, are permitted provided that the following conditions are
1105
+ met:
1106
+
1107
+ Redistributions of source code must retain the above copyright
1108
+ notice, this list of conditions and the following disclaimer.
1109
+ Redistributions in binary form must reproduce the above copyright
1110
+ notice, this list of conditions and the following disclaimer in the
1111
+ documentation and/or other materials provided with the distribution.
1112
+ The names of its contributors may not be used to endorse or promote
1113
+ products derived from this software without specific prior written
1114
+ permission.
1115
+
1116
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
1117
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
1118
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
1119
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1120
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1121
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
1122
+ TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
1123
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1124
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1125
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1126
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1127
+
1128
+ --------------------------------------------------------------------------------
1129
+
1130
+ 3rdparty dependency github.com/sirupsen/logrus
1131
+ is statically linked in certain binary distributions, like the Python wheels.
1132
+ github.com/sirupsen/logrus is under the MIT license.
1133
+ The MIT License (MIT)
1134
+
1135
+ Copyright (c) 2014 Simon Eskildsen
1136
+
1137
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1138
+ of this software and associated documentation files (the "Software"), to deal
1139
+ in the Software without restriction, including without limitation the rights
1140
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1141
+ copies of the Software, and to permit persons to whom the Software is
1142
+ furnished to do so, subject to the following conditions:
1143
+
1144
+ The above copyright notice and this permission notice shall be included in
1145
+ all copies or substantial portions of the Software.
1146
+
1147
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1148
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1149
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1150
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1151
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1152
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1153
+ THE SOFTWARE.
1154
+
1155
+ --------------------------------------------------------------------------------
1156
+
1157
+ 3rdparty dependency github.com/snowflakedb/gosnowflake
1158
+ is statically linked in certain binary distributions, like the Python wheels.
1159
+ github.com/snowflakedb/gosnowflake is under the Apache-2.0 license.
1160
+
1161
+ --------------------------------------------------------------------------------
1162
+
1163
+ 3rdparty dependency github.com/stretchr/testify
1164
+ is statically linked in certain binary distributions, like the Python wheels.
1165
+ github.com/stretchr/testify is under the MIT license.
1166
+ MIT License
1167
+
1168
+ Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors.
1169
+
1170
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1171
+ of this software and associated documentation files (the "Software"), to deal
1172
+ in the Software without restriction, including without limitation the rights
1173
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1174
+ copies of the Software, and to permit persons to whom the Software is
1175
+ furnished to do so, subject to the following conditions:
1176
+
1177
+ The above copyright notice and this permission notice shall be included in all
1178
+ copies or substantial portions of the Software.
1179
+
1180
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1181
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1182
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1183
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1184
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1185
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1186
+ SOFTWARE.
1187
+
1188
+ --------------------------------------------------------------------------------
1189
+
1190
+ 3rdparty dependency github.com/zeebo/xxh3
1191
+ is statically linked in certain binary distributions, like the Python wheels.
1192
+ github.com/zeebo/xxh3 is under the BSD-2-Clause license.
1193
+ xxHash Library
1194
+ Copyright (c) 2012-2014, Yann Collet
1195
+ Copyright (c) 2019, Jeff Wendling
1196
+ All rights reserved.
1197
+
1198
+ Redistribution and use in source and binary forms, with or without modification,
1199
+ are permitted provided that the following conditions are met:
1200
+
1201
+ * Redistributions of source code must retain the above copyright notice, this
1202
+ list of conditions and the following disclaimer.
1203
+
1204
+ * Redistributions in binary form must reproduce the above copyright notice, this
1205
+ list of conditions and the following disclaimer in the documentation and/or
1206
+ other materials provided with the distribution.
1207
+
1208
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1209
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1210
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1211
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
1212
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1213
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1214
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
1215
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1216
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1217
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1218
+
1219
+ --------------------------------------------------------------------------------
1220
+
1221
+ 3rdparty dependency golang.org/x/crypto/ocsp
1222
+ is statically linked in certain binary distributions, like the Python wheels.
1223
+ golang.org/x/crypto/ocsp is under the BSD-3-Clause license.
1224
+ Copyright (c) 2009 The Go Authors. All rights reserved.
1225
+
1226
+ Redistribution and use in source and binary forms, with or without
1227
+ modification, are permitted provided that the following conditions are
1228
+ met:
1229
+
1230
+ * Redistributions of source code must retain the above copyright
1231
+ notice, this list of conditions and the following disclaimer.
1232
+ * Redistributions in binary form must reproduce the above
1233
+ copyright notice, this list of conditions and the following disclaimer
1234
+ in the documentation and/or other materials provided with the
1235
+ distribution.
1236
+ * Neither the name of Google Inc. nor the names of its
1237
+ contributors may be used to endorse or promote products derived from
1238
+ this software without specific prior written permission.
1239
+
1240
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1241
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1242
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1243
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1244
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1245
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1246
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1247
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1248
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1249
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1250
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1251
+
1252
+ --------------------------------------------------------------------------------
1253
+
1254
+ 3rdparty dependency golang.org/x/exp
1255
+ is statically linked in certain binary distributions, like the Python wheels.
1256
+ golang.org/x/exp is under the BSD-3-Clause license.
1257
+ Copyright (c) 2009 The Go Authors. All rights reserved.
1258
+
1259
+ Redistribution and use in source and binary forms, with or without
1260
+ modification, are permitted provided that the following conditions are
1261
+ met:
1262
+
1263
+ * Redistributions of source code must retain the above copyright
1264
+ notice, this list of conditions and the following disclaimer.
1265
+ * Redistributions in binary form must reproduce the above
1266
+ copyright notice, this list of conditions and the following disclaimer
1267
+ in the documentation and/or other materials provided with the
1268
+ distribution.
1269
+ * Neither the name of Google Inc. nor the names of its
1270
+ contributors may be used to endorse or promote products derived from
1271
+ this software without specific prior written permission.
1272
+
1273
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1274
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1275
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1276
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1277
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1278
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1279
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1280
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1281
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1282
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1283
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1284
+
1285
+ --------------------------------------------------------------------------------
1286
+
1287
+ 3rdparty dependency golang.org/x/mod/semver
1288
+ is statically linked in certain binary distributions, like the Python wheels.
1289
+ golang.org/x/mod/semver is under the BSD-3-Clause license.
1290
+ Copyright (c) 2009 The Go Authors. All rights reserved.
1291
+
1292
+ Redistribution and use in source and binary forms, with or without
1293
+ modification, are permitted provided that the following conditions are
1294
+ met:
1295
+
1296
+ * Redistributions of source code must retain the above copyright
1297
+ notice, this list of conditions and the following disclaimer.
1298
+ * Redistributions in binary form must reproduce the above
1299
+ copyright notice, this list of conditions and the following disclaimer
1300
+ in the documentation and/or other materials provided with the
1301
+ distribution.
1302
+ * Neither the name of Google Inc. nor the names of its
1303
+ contributors may be used to endorse or promote products derived from
1304
+ this software without specific prior written permission.
1305
+
1306
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1307
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1308
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1309
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1310
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1311
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1312
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1313
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1314
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1315
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1316
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1317
+
1318
+ --------------------------------------------------------------------------------
1319
+
1320
+ 3rdparty dependency golang.org/x/net
623
1321
  is statically linked in certain binary distributions, like the Python wheels.
624
- github.com/pmezard/go-difflib/difflib is under the BSD-3-Clause license.
625
- Copyright (c) 2013, Patrick Mezard
626
- All rights reserved.
1322
+ golang.org/x/net is under the BSD-3-Clause license.
1323
+ Copyright (c) 2009 The Go Authors. All rights reserved.
627
1324
 
628
1325
  Redistribution and use in source and binary forms, with or without
629
1326
  modification, are permitted provided that the following conditions are
630
1327
  met:
631
1328
 
632
- Redistributions of source code must retain the above copyright
1329
+ * Redistributions of source code must retain the above copyright
633
1330
  notice, this list of conditions and the following disclaimer.
634
- Redistributions in binary form must reproduce the above copyright
635
- notice, this list of conditions and the following disclaimer in the
636
- documentation and/or other materials provided with the distribution.
637
- The names of its contributors may not be used to endorse or promote
638
- products derived from this software without specific prior written
639
- permission.
1331
+ * Redistributions in binary form must reproduce the above
1332
+ copyright notice, this list of conditions and the following disclaimer
1333
+ in the documentation and/or other materials provided with the
1334
+ distribution.
1335
+ * Neither the name of Google Inc. nor the names of its
1336
+ contributors may be used to endorse or promote products derived from
1337
+ this software without specific prior written permission.
640
1338
 
641
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
642
- IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
643
- TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
644
- PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
645
- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
646
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
647
- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
648
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
649
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
650
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
651
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1339
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1340
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1341
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1342
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1343
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1344
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1345
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1346
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1347
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1348
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1349
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
652
1350
 
653
1351
  --------------------------------------------------------------------------------
654
1352
 
655
- 3rdparty dependency github.com/stretchr/testify
1353
+ 3rdparty dependency golang.org/x/sync/errgroup
656
1354
  is statically linked in certain binary distributions, like the Python wheels.
657
- github.com/stretchr/testify is under the MIT license.
658
- MIT License
659
-
660
- Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors.
1355
+ golang.org/x/sync/errgroup is under the BSD-3-Clause license.
1356
+ Copyright (c) 2009 The Go Authors. All rights reserved.
661
1357
 
662
- Permission is hereby granted, free of charge, to any person obtaining a copy
663
- of this software and associated documentation files (the "Software"), to deal
664
- in the Software without restriction, including without limitation the rights
665
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
666
- copies of the Software, and to permit persons to whom the Software is
667
- furnished to do so, subject to the following conditions:
1358
+ Redistribution and use in source and binary forms, with or without
1359
+ modification, are permitted provided that the following conditions are
1360
+ met:
668
1361
 
669
- The above copyright notice and this permission notice shall be included in all
670
- copies or substantial portions of the Software.
1362
+ * Redistributions of source code must retain the above copyright
1363
+ notice, this list of conditions and the following disclaimer.
1364
+ * Redistributions in binary form must reproduce the above
1365
+ copyright notice, this list of conditions and the following disclaimer
1366
+ in the documentation and/or other materials provided with the
1367
+ distribution.
1368
+ * Neither the name of Google Inc. nor the names of its
1369
+ contributors may be used to endorse or promote products derived from
1370
+ this software without specific prior written permission.
671
1371
 
672
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
673
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
674
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
675
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
676
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
677
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
678
- SOFTWARE.
1372
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1373
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1374
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1375
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1376
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1377
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1378
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1379
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1380
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1381
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1382
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
679
1383
 
680
1384
  --------------------------------------------------------------------------------
681
1385
 
682
- 3rdparty dependency github.com/zeebo/xxh3
1386
+ 3rdparty dependency golang.org/x/sys
683
1387
  is statically linked in certain binary distributions, like the Python wheels.
684
- github.com/zeebo/xxh3 is under the BSD-2-Clause license.
685
- xxHash Library
686
- Copyright (c) 2012-2014, Yann Collet
687
- Copyright (c) 2019, Jeff Wendling
688
- All rights reserved.
689
-
690
- Redistribution and use in source and binary forms, with or without modification,
691
- are permitted provided that the following conditions are met:
1388
+ golang.org/x/sys is under the BSD-3-Clause license.
1389
+ Copyright (c) 2009 The Go Authors. All rights reserved.
692
1390
 
693
- * Redistributions of source code must retain the above copyright notice, this
694
- list of conditions and the following disclaimer.
1391
+ Redistribution and use in source and binary forms, with or without
1392
+ modification, are permitted provided that the following conditions are
1393
+ met:
695
1394
 
696
- * Redistributions in binary form must reproduce the above copyright notice, this
697
- list of conditions and the following disclaimer in the documentation and/or
698
- other materials provided with the distribution.
1395
+ * Redistributions of source code must retain the above copyright
1396
+ notice, this list of conditions and the following disclaimer.
1397
+ * Redistributions in binary form must reproduce the above
1398
+ copyright notice, this list of conditions and the following disclaimer
1399
+ in the documentation and/or other materials provided with the
1400
+ distribution.
1401
+ * Neither the name of Google Inc. nor the names of its
1402
+ contributors may be used to endorse or promote products derived from
1403
+ this software without specific prior written permission.
699
1404
 
700
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
701
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
702
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
703
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
704
- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
705
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
706
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
707
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
708
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
709
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1405
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1406
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1407
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1408
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1409
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1410
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1411
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1412
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1413
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1414
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1415
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
710
1416
 
711
1417
  --------------------------------------------------------------------------------
712
1418
 
713
- 3rdparty dependency golang.org/x/exp/maps
1419
+ 3rdparty dependency golang.org/x/term
714
1420
  is statically linked in certain binary distributions, like the Python wheels.
715
- golang.org/x/exp/maps is under the BSD-3-Clause license.
1421
+ golang.org/x/term is under the BSD-3-Clause license.
1422
+ Copyright (c) 2009 The Go Authors. All rights reserved.
716
1423
 
717
- 3rdparty dependency golang.org/x/mod/semver
718
- is statically linked in certain binary distributions, like the Python wheels.
719
- golang.org/x/mod/semver is under the BSD-3-Clause license.
1424
+ Redistribution and use in source and binary forms, with or without
1425
+ modification, are permitted provided that the following conditions are
1426
+ met:
720
1427
 
721
- 3rdparty dependency golang.org/x/net
722
- is statically linked in certain binary distributions, like the Python wheels.
723
- golang.org/x/net is under the BSD-3-Clause license.
1428
+ * Redistributions of source code must retain the above copyright
1429
+ notice, this list of conditions and the following disclaimer.
1430
+ * Redistributions in binary form must reproduce the above
1431
+ copyright notice, this list of conditions and the following disclaimer
1432
+ in the documentation and/or other materials provided with the
1433
+ distribution.
1434
+ * Neither the name of Google Inc. nor the names of its
1435
+ contributors may be used to endorse or promote products derived from
1436
+ this software without specific prior written permission.
724
1437
 
725
- 3rdparty dependency golang.org/x/sync/errgroup
726
- is statically linked in certain binary distributions, like the Python wheels.
727
- golang.org/x/sync/errgroup is under the BSD-3-Clause license.
1438
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1439
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1440
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1441
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1442
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1443
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1444
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1445
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1446
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1447
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1448
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
728
1449
 
729
- 3rdparty dependency golang.org/x/sys
730
- is statically linked in certain binary distributions, like the Python wheels.
731
- golang.org/x/sys is under the BSD-3-Clause license.
1450
+ --------------------------------------------------------------------------------
732
1451
 
733
1452
  3rdparty dependency golang.org/x/text
734
1453
  is statically linked in certain binary distributions, like the Python wheels.
735
1454
  golang.org/x/text is under the BSD-3-Clause license.
1455
+ Copyright (c) 2009 The Go Authors. All rights reserved.
1456
+
1457
+ Redistribution and use in source and binary forms, with or without
1458
+ modification, are permitted provided that the following conditions are
1459
+ met:
1460
+
1461
+ * Redistributions of source code must retain the above copyright
1462
+ notice, this list of conditions and the following disclaimer.
1463
+ * Redistributions in binary form must reproduce the above
1464
+ copyright notice, this list of conditions and the following disclaimer
1465
+ in the documentation and/or other materials provided with the
1466
+ distribution.
1467
+ * Neither the name of Google Inc. nor the names of its
1468
+ contributors may be used to endorse or promote products derived from
1469
+ this software without specific prior written permission.
1470
+
1471
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1472
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1473
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1474
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1475
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1476
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1477
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1478
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1479
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1480
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1481
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1482
+
1483
+ --------------------------------------------------------------------------------
736
1484
 
737
1485
  3rdparty dependency golang.org/x/tools
738
1486
  is statically linked in certain binary distributions, like the Python wheels.
739
1487
  golang.org/x/tools is under the BSD-3-Clause license.
1488
+ Copyright (c) 2009 The Go Authors. All rights reserved.
1489
+
1490
+ Redistribution and use in source and binary forms, with or without
1491
+ modification, are permitted provided that the following conditions are
1492
+ met:
1493
+
1494
+ * Redistributions of source code must retain the above copyright
1495
+ notice, this list of conditions and the following disclaimer.
1496
+ * Redistributions in binary form must reproduce the above
1497
+ copyright notice, this list of conditions and the following disclaimer
1498
+ in the documentation and/or other materials provided with the
1499
+ distribution.
1500
+ * Neither the name of Google Inc. nor the names of its
1501
+ contributors may be used to endorse or promote products derived from
1502
+ this software without specific prior written permission.
1503
+
1504
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1505
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1506
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1507
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1508
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1509
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1510
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1511
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1512
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1513
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1514
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1515
+
1516
+ --------------------------------------------------------------------------------
740
1517
 
741
1518
  3rdparty dependency golang.org/x/xerrors
742
1519
  is statically linked in certain binary distributions, like the Python wheels.
743
1520
  golang.org/x/xerrors is under the BSD-3-Clause license.
744
-
745
- Copyright (c) 2009 The Go Authors. All rights reserved.
1521
+ Copyright (c) 2019 The Go Authors. All rights reserved.
746
1522
 
747
1523
  Redistribution and use in source and binary forms, with or without
748
1524
  modification, are permitted provided that the following conditions are
@@ -787,7 +1563,6 @@ google.golang.org/grpc is under the Apache-2.0 license.
787
1563
  3rdparty dependency google.golang.org/protobuf
788
1564
  is statically linked in certain binary distributions, like the Python wheels.
789
1565
  google.golang.org/protobuf is under the BSD-3-Clause license.
790
-
791
1566
  Copyright (c) 2018 The Go Authors. All rights reserved.
792
1567
 
793
1568
  Redistribution and use in source and binary forms, with or without
@@ -820,6 +1595,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
820
1595
 
821
1596
  3rdparty dependency gopkg.in/yaml.v3
822
1597
  is statically linked in certain binary distributions, like the Python wheels.
1598
+ gopkg.in/yaml.v3 is under the MIT license.
1599
+
823
1600
  This project is covered by two different licenses: MIT and Apache.
824
1601
 
825
1602
  #### MIT License ####