Skip to content

Commit cbf1df9

Browse files
bump cobra to v1.7.0
1 parent b810c54 commit cbf1df9

File tree

10 files changed

+28
-458
lines changed

10 files changed

+28
-458
lines changed

.licensed.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ reviewed:
4545
- golang.org/x/crypto/argon2
4646
- golang.org/x/crypto/blake2b
4747
- golang.org/x/crypto/sha3
48+
- github.com/russross/blackfriday/v2
4849

4950
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/GPL-3.0/.licensed.yml
5051
allowed:

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

Lines changed: 2 additions & 2 deletions
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.0
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: v2@v2.0.0/LICENSE.md
9+
- sources: v2@v2.0.2/LICENSE.md
1010
text: |
1111
The MIT License (MIT)
1212

.licenses/go/github.com/russross/blackfriday/v2.dep.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
name: github.com/russross/blackfriday/v2
3-
version: v2.0.1
3+
version: v2.1.0
44
type: go
55
summary: Package blackfriday is a markdown processor.
66
homepage: https://pkg.go.dev/github.com/russross/blackfriday/v2
7-
license: bsd-2-clause
7+
license: other
88
licenses:
99
- sources: LICENSE.txt
1010
text: |
@@ -45,7 +45,11 @@ licenses:
4545
[1]: https://daringfireball.net/projects/markdown/ "Markdown"
4646
[2]: https://golang.org/ "Go Language"
4747
[3]: https://github.com/vmg/sundown "Sundown"
48-
[4]: https://godoc.org/gopkg.in/russross/blackfriday.v2#Parse "Parse func"
48+
[4]: https://pkg.go.dev/github.com/russross/blackfriday/v2#Parse "Parse func"
4949
[5]: https://github.com/microcosm-cc/bluemonday "Bluemonday"
50-
[6]: https://labix.org/gopkg.in "gopkg.in"
50+
51+
[BuildV2SVG]: https://travis-ci.org/russross/blackfriday.svg?branch=v2
52+
[BuildV2URL]: https://travis-ci.org/russross/blackfriday
53+
[PkgGoDevV2SVG]: https://pkg.go.dev/badge/github.com/russross/blackfriday/v2
54+
[PkgGoDevV2URL]: https://pkg.go.dev/github.com/russross/blackfriday/v2
5155
notices: []

.licenses/go/github.com/shurcooL/sanitized_anchor_name.dep.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/spf13/cobra
3-
version: v1.2.1
3+
version: v1.7.0
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

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

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

Lines changed: 0 additions & 265 deletions
This file was deleted.

0 commit comments

Comments
 (0)