@@ -204,39 +204,43 @@ THE SOFTWARE.
204
204
205
205
================================================================
206
206
207
- github.com/pkg/errors
208
- https://github.com/pkg/errors
207
+ github.com/rogpeppe/go-internal
208
+ https://github.com/rogpeppe/go-internal
209
209
----------------------------------------------------------------
210
- Copyright (c) 2015, Dave Cheney <
[email protected] >
211
- All rights reserved.
210
+ Copyright (c) 2018 The Go Authors. All rights reserved.
212
211
213
212
Redistribution and use in source and binary forms, with or without
214
- modification, are permitted provided that the following conditions are met:
215
-
216
- * Redistributions of source code must retain the above copyright notice, this
217
- list of conditions and the following disclaimer.
218
-
219
- * Redistributions in binary form must reproduce the above copyright notice,
220
- this list of conditions and the following disclaimer in the documentation
221
- and/or other materials provided with the distribution.
222
-
223
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
224
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
225
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
226
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
227
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
228
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
229
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
230
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
231
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
213
+ modification, are permitted provided that the following conditions are
214
+ met:
215
+
216
+ * Redistributions of source code must retain the above copyright
217
+ notice, this list of conditions and the following disclaimer.
218
+ * Redistributions in binary form must reproduce the above
219
+ copyright notice, this list of conditions and the following disclaimer
220
+ in the documentation and/or other materials provided with the
221
+ distribution.
222
+ * Neither the name of Google Inc. nor the names of its
223
+ contributors may be used to endorse or promote products derived from
224
+ this software without specific prior written permission.
225
+
226
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
227
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
228
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
229
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
230
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
231
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
232
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
233
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
234
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
235
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
232
236
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
233
237
234
238
================================================================
235
239
236
- github.com/rogpeppe/go-internal
237
- https://github.com/rogpeppe/go-internal
240
+ golang.org/x/exp
241
+ https://golang.org/x/exp
238
242
----------------------------------------------------------------
239
- Copyright (c) 2018 The Go Authors. All rights reserved.
243
+ Copyright (c) 2009 The Go Authors. All rights reserved.
240
244
241
245
Redistribution and use in source and binary forms, with or without
242
246
modification, are permitted provided that the following conditions are
@@ -266,8 +270,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
266
270
267
271
================================================================
268
272
269
- golang.org/x/exp
270
- https://golang.org/x/exp
273
+ golang.org/x/sync
274
+ https://golang.org/x/sync
271
275
----------------------------------------------------------------
272
276
Copyright (c) 2009 The Go Authors. All rights reserved.
273
277
0 commit comments