@@ -2680,6 +2680,38 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
2680
2680
With Secondary Licenses", as defined by
2681
2681
the Mozilla Public License, v. 2.0.
2682
2682
2683
+ ***
2684
+ ./../../../vendor/github.com/imdario/mergo
2685
+
2686
+ Copyright (c) 2013 Dario Castañé. All rights reserved.
2687
+ Copyright (c) 2012 The Go Authors. All rights reserved.
2688
+
2689
+ Redistribution and use in source and binary forms, with or without
2690
+ modification, are permitted provided that the following conditions are
2691
+ met:
2692
+
2693
+ * Redistributions of source code must retain the above copyright
2694
+ notice, this list of conditions and the following disclaimer.
2695
+ * Redistributions in binary form must reproduce the above
2696
+ copyright notice, this list of conditions and the following disclaimer
2697
+ in the documentation and/or other materials provided with the
2698
+ distribution.
2699
+ * Neither the name of Google Inc. nor the names of its
2700
+ contributors may be used to endorse or promote products derived from
2701
+ this software without specific prior written permission.
2702
+
2703
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2704
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2705
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2706
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2707
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2708
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2709
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2710
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2711
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2712
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2713
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2714
+
2683
2715
***
2684
2716
./../../../vendor/github.com/jmespath/go-jmespath
2685
2717
@@ -2697,6 +2729,31 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2697
2729
See the License for the specific language governing permissions and
2698
2730
limitations under the License.
2699
2731
2732
+ ***
2733
+ ./../../../vendor/github.com/mattn/go-shellwords
2734
+
2735
+ The MIT License (MIT)
2736
+
2737
+ Copyright (c) 2017 Yasuhiro Matsumoto
2738
+
2739
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2740
+ of this software and associated documentation files (the "Software"), to deal
2741
+ in the Software without restriction, including without limitation the rights
2742
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2743
+ copies of the Software, and to permit persons to whom the Software is
2744
+ furnished to do so, subject to the following conditions:
2745
+
2746
+ The above copyright notice and this permission notice shall be included in all
2747
+ copies or substantial portions of the Software.
2748
+
2749
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2750
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2751
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2752
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2753
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2754
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2755
+ SOFTWARE.
2756
+
2700
2757
***
2701
2758
./../../../vendor/github.com/mitchellh/go-homedir
2702
2759
@@ -2722,6 +2779,31 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2722
2779
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2723
2780
THE SOFTWARE.
2724
2781
2782
+ ***
2783
+ ./../../../vendor/github.com/mitchellh/mapstructure
2784
+
2785
+ The MIT License (MIT)
2786
+
2787
+ Copyright (c) 2013 Mitchell Hashimoto
2788
+
2789
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2790
+ of this software and associated documentation files (the "Software"), to deal
2791
+ in the Software without restriction, including without limitation the rights
2792
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2793
+ copies of the Software, and to permit persons to whom the Software is
2794
+ furnished to do so, subject to the following conditions:
2795
+
2796
+ The above copyright notice and this permission notice shall be included in
2797
+ all copies or substantial portions of the Software.
2798
+
2799
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2800
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2801
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2802
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2803
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2804
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2805
+ THE SOFTWARE.
2806
+
2725
2807
***
2726
2808
./../../../vendor/github.com/opencontainers/go-digest
2727
2809
0 commit comments