Skip to content

Commit 47dcdb3

Browse files
authored
Merge pull request #452 from arduino/dependabot/go_modules/github.com/spf13/cobra-1.6.1
Bump github.com/spf13/cobra from 1.4.0 to 1.6.1
2 parents d6834d6 + 90b12cc commit 47dcdb3

File tree

11 files changed

+111
-291
lines changed

11 files changed

+111
-291
lines changed

.licenses/go/github.com/cpuguy83/go-md2man/v2/md2man.dep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/cpuguy83/go-md2man/v2/md2man
3-
version: v2.0.1
3+
version: v2.0.2
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/cpuguy83/go-md2man/v2/md2man
77
license: mit
88
licenses:
9-
- sources: [email protected].1/LICENSE.md
9+
- sources: [email protected].2/LICENSE.md
1010
text: |
1111
The MIT License (MIT)
1212

.licenses/go/github.com/spf13/cobra.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/spf13/cobra
3-
version: v1.4.0
3+
version: v1.6.1
44
type: go
55
summary: Package cobra is a commander providing a simple interface to create powerful
66
modern CLI interfaces.

.licenses/go/github.com/spf13/cobra/doc.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/spf13/cobra/doc
3-
version: v1.4.0
3+
version: v1.6.1
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/spf13/cobra/doc
77
license: apache-2.0
88
licenses:
9-
- sources: cobra@v1.4.0/LICENSE.txt
9+
- sources: cobra@v1.6.1/LICENSE.txt
1010
text: |2
1111
Apache License
1212
Version 2.0, January 2004

.licenses/go/gopkg.in/yaml.v2.dep.yml

-265
This file was deleted.

.licenses/go/gopkg.in/yaml.v3.dep.yml

+82
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
name: gopkg.in/yaml.v3
3+
version: v3.0.1
4+
type: go
5+
summary: Package yaml implements YAML support for the Go language.
6+
homepage: https://pkg.go.dev/gopkg.in/yaml.v3
7+
# Apache-2.0 subsumes MIT
8+
# https://www.gnu.org/licenses/license-compatibility.html#combining
9+
license: apache-2.0
10+
licenses:
11+
- sources: LICENSE
12+
text: |2
13+
14+
This project is covered by two different licenses: MIT and Apache.
15+
16+
#### MIT License ####
17+
18+
The following files were ported to Go from C files of libyaml, and thus
19+
are still covered by their original MIT license, with the additional
20+
copyright staring in 2011 when the project was ported over:
21+
22+
apic.go emitterc.go parserc.go readerc.go scannerc.go
23+
writerc.go yamlh.go yamlprivateh.go
24+
25+
Copyright (c) 2006-2010 Kirill Simonov
26+
Copyright (c) 2006-2011 Kirill Simonov
27+
28+
Permission is hereby granted, free of charge, to any person obtaining a copy of
29+
this software and associated documentation files (the "Software"), to deal in
30+
the Software without restriction, including without limitation the rights to
31+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
32+
of the Software, and to permit persons to whom the Software is furnished to do
33+
so, subject to the following conditions:
34+
35+
The above copyright notice and this permission notice shall be included in all
36+
copies or substantial portions of the Software.
37+
38+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
39+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
41+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
42+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
43+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
44+
SOFTWARE.
45+
46+
### Apache License ###
47+
48+
All the remaining project files are covered by the Apache license:
49+
50+
Copyright (c) 2011-2019 Canonical Ltd
51+
52+
Licensed under the Apache License, Version 2.0 (the "License");
53+
you may not use this file except in compliance with the License.
54+
You may obtain a copy of the License at
55+
56+
http://www.apache.org/licenses/LICENSE-2.0
57+
58+
Unless required by applicable law or agreed to in writing, software
59+
distributed under the License is distributed on an "AS IS" BASIS,
60+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
61+
See the License for the specific language governing permissions and
62+
limitations under the License.
63+
- sources: README.md
64+
text: |-
65+
The yaml package is licensed under the MIT and Apache License 2.0 licenses.
66+
Please see the LICENSE file for details.
67+
notices:
68+
- sources: NOTICE
69+
text: |-
70+
Copyright 2011-2016 Canonical Ltd.
71+
72+
Licensed under the Apache License, Version 2.0 (the "License");
73+
you may not use this file except in compliance with the License.
74+
You may obtain a copy of the License at
75+
76+
http://www.apache.org/licenses/LICENSE-2.0
77+
78+
Unless required by applicable law or agreed to in writing, software
79+
distributed under the License is distributed on an "AS IS" BASIS,
80+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
81+
See the License for the specific language governing permissions and
82+
limitations under the License.

0 commit comments

Comments
 (0)