Skip to content

Bump github.com/spf13/cobra from 1.4.0 to 1.6.1 #452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .licenses/go/github.com/cpuguy83/go-md2man/v2/md2man.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/cpuguy83/go-md2man/v2/md2man
version: v2.0.1
version: v2.0.2
type: go
summary:
homepage: https://pkg.go.dev/github.com/cpuguy83/go-md2man/v2/md2man
license: mit
licenses:
- sources: v2@v2.0.1/LICENSE.md
- sources: v2@v2.0.2/LICENSE.md
text: |
The MIT License (MIT)

Expand Down
2 changes: 1 addition & 1 deletion .licenses/go/github.com/spf13/cobra.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/spf13/cobra
version: v1.4.0
version: v1.6.1
type: go
summary: Package cobra is a commander providing a simple interface to create powerful
modern CLI interfaces.
Expand Down
6 changes: 3 additions & 3 deletions .licenses/go/github.com/spf13/cobra/doc.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/spf13/cobra/doc
version: v1.4.0
version: v1.6.1
type: go
summary:
summary:
homepage: https://pkg.go.dev/github.com/spf13/cobra/doc
license: apache-2.0
licenses:
- sources: cobra@v1.4.0/LICENSE.txt
- sources: cobra@v1.6.1/LICENSE.txt
text: |2
Apache License
Version 2.0, January 2004
Expand Down
265 changes: 0 additions & 265 deletions .licenses/go/gopkg.in/yaml.v2.dep.yml

This file was deleted.

82 changes: 82 additions & 0 deletions .licenses/go/gopkg.in/yaml.v3.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
---
name: gopkg.in/yaml.v3
version: v3.0.1
type: go
summary: Package yaml implements YAML support for the Go language.
homepage: https://pkg.go.dev/gopkg.in/yaml.v3
# Apache-2.0 subsumes MIT
# https://www.gnu.org/licenses/license-compatibility.html#combining
license: apache-2.0
licenses:
- sources: LICENSE
text: |2

This project is covered by two different licenses: MIT and Apache.

#### MIT License ####

The following files were ported to Go from C files of libyaml, and thus
are still covered by their original MIT license, with the additional
copyright staring in 2011 when the project was ported over:

apic.go emitterc.go parserc.go readerc.go scannerc.go
writerc.go yamlh.go yamlprivateh.go

Copyright (c) 2006-2010 Kirill Simonov
Copyright (c) 2006-2011 Kirill Simonov

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:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

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.

### Apache License ###

All the remaining project files are covered by the Apache license:

Copyright (c) 2011-2019 Canonical Ltd

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- sources: README.md
text: |-
The yaml package is licensed under the MIT and Apache License 2.0 licenses.
Please see the LICENSE file for details.
notices:
- sources: NOTICE
text: |-
Copyright 2011-2016 Canonical Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Loading