@@ -80,6 +80,38 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
80
80
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
81
81
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
82
82
83
+ ----------------------------------------------------------------------
84
+ License notice for github.com/google/go-cmp
85
+ ----------------------------------------------------------------------
86
+
87
+ Copyright (c) 2017 The Go Authors. All rights reserved.
88
+
89
+ Redistribution and use in source and binary forms, with or without
90
+ modification, are permitted provided that the following conditions are
91
+ met:
92
+
93
+ * Redistributions of source code must retain the above copyright
94
+ notice, this list of conditions and the following disclaimer.
95
+ * Redistributions in binary form must reproduce the above
96
+ copyright notice, this list of conditions and the following disclaimer
97
+ in the documentation and/or other materials provided with the
98
+ distribution.
99
+ * Neither the name of Google Inc. nor the names of its
100
+ contributors may be used to endorse or promote products derived from
101
+ this software without specific prior written permission.
102
+
103
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
104
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
105
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
106
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
107
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
108
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
109
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
110
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
111
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
112
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
113
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
114
+
83
115
----------------------------------------------------------------------
84
116
License notice for github.com/kr/pretty
85
117
----------------------------------------------------------------------
@@ -130,6 +162,32 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
130
162
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
131
163
THE SOFTWARE.
132
164
165
+ ----------------------------------------------------------------------
166
+ License notice for github.com/montanaflynn/stats
167
+ ----------------------------------------------------------------------
168
+
169
+ The MIT License (MIT)
170
+
171
+ Copyright (c) 2014-2015 Montana Flynn (https://anonfunction.com)
172
+
173
+ Permission is hereby granted, free of charge, to any person obtaining a copy
174
+ of this software and associated documentation files (the "Software"), to deal
175
+ in the Software without restriction, including without limitation the rights
176
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
177
+ copies of the Software, and to permit persons to whom the Software is
178
+ furnished to do so, subject to the following conditions:
179
+
180
+ The above copyright notice and this permission notice shall be included in all
181
+ copies or substantial portions of the Software.
182
+
183
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
184
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
185
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
186
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
187
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
188
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
189
+ SOFTWARE.
190
+
133
191
----------------------------------------------------------------------
134
192
License notice for github.com/pmezard/go-difflib
135
193
----------------------------------------------------------------------
@@ -221,6 +279,70 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
221
279
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
222
280
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
223
281
282
+ ----------------------------------------------------------------------
283
+ License notice for golang.org/x/net
284
+ ----------------------------------------------------------------------
285
+
286
+ Copyright (c) 2009 The Go Authors. All rights reserved.
287
+
288
+ Redistribution and use in source and binary forms, with or without
289
+ modification, are permitted provided that the following conditions are
290
+ met:
291
+
292
+ * Redistributions of source code must retain the above copyright
293
+ notice, this list of conditions and the following disclaimer.
294
+ * Redistributions in binary form must reproduce the above
295
+ copyright notice, this list of conditions and the following disclaimer
296
+ in the documentation and/or other materials provided with the
297
+ distribution.
298
+ * Neither the name of Google Inc. nor the names of its
299
+ contributors may be used to endorse or promote products derived from
300
+ this software without specific prior written permission.
301
+
302
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
303
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
304
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
305
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
306
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
307
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
308
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
309
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
310
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
311
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
312
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
313
+
314
+ ----------------------------------------------------------------------
315
+ License notice for golang.org/x/sync
316
+ ----------------------------------------------------------------------
317
+
318
+ Copyright (c) 2009 The Go Authors. All rights reserved.
319
+
320
+ Redistribution and use in source and binary forms, with or without
321
+ modification, are permitted provided that the following conditions are
322
+ met:
323
+
324
+ * Redistributions of source code must retain the above copyright
325
+ notice, this list of conditions and the following disclaimer.
326
+ * Redistributions in binary form must reproduce the above
327
+ copyright notice, this list of conditions and the following disclaimer
328
+ in the documentation and/or other materials provided with the
329
+ distribution.
330
+ * Neither the name of Google Inc. nor the names of its
331
+ contributors may be used to endorse or promote products derived from
332
+ this software without specific prior written permission.
333
+
334
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
335
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
336
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
337
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
338
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
339
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
340
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
341
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
342
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
343
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
344
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
345
+
224
346
----------------------------------------------------------------------
225
347
License notice for gopkg.in/yaml.v2
226
348
----------------------------------------------------------------------
@@ -238,30 +360,3 @@ distributed under the License is distributed on an "AS IS" BASIS,
238
360
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
239
361
See the License for the specific language governing permissions and
240
362
limitations under the License.
241
-
242
- ----------------------------------------------------------------------
243
- License notice for github.com/go-stack/stack
244
- ----------------------------------------------------------------------
245
-
246
- The MIT License (MIT)
247
-
248
- Copyright (c) 2014 Chris Hines
249
-
250
- Permission is hereby granted, free of charge, to any person obtaining a copy
251
- of this software and associated documentation files (the "Software"), to deal
252
- in the Software without restriction, including without limitation the rights
253
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
254
- copies of the Software, and to permit persons to whom the Software is
255
- furnished to do so, subject to the following conditions:
256
-
257
- The above copyright notice and this permission notice shall be included in all
258
- copies or substantial portions of the Software.
259
-
260
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
261
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
262
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
263
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
264
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
265
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
266
- SOFTWARE.
267
-
0 commit comments