File tree Expand file tree Collapse file tree 10 files changed +28
-458
lines changed
internal/integrationtest/completion Expand file tree Collapse file tree 10 files changed +28
-458
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ reviewed:
45
45
- golang.org/x/crypto/argon2
46
46
- golang.org/x/crypto/blake2b
47
47
- golang.org/x/crypto/sha3
48
+ - github.com/russross/blackfriday/v2
48
49
49
50
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/GPL-3.0/.licensed.yml
50
51
allowed :
Original file line number Diff line number Diff line change 1
1
---
2
2
name : github.com/cpuguy83/go-md2man/v2/md2man
3
- version : v2.0.0
3
+ version : v2.0.2
4
4
type : go
5
5
summary :
6
6
homepage : https://pkg.go.dev/github.com/cpuguy83/go-md2man/v2/md2man
7
7
license : mit
8
8
licenses :
9
- - sources : v2@v2.0.0 /LICENSE.md
9
+ - sources : v2@v2.0.2 /LICENSE.md
10
10
text : |
11
11
The MIT License (MIT)
12
12
Original file line number Diff line number Diff line change 1
1
---
2
2
name : github.com/russross/blackfriday/v2
3
- version : v2.0.1
3
+ version : v2.1.0
4
4
type : go
5
5
summary : Package blackfriday is a markdown processor.
6
6
homepage : https://pkg.go.dev/github.com/russross/blackfriday/v2
7
- license : bsd-2-clause
7
+ license : other
8
8
licenses :
9
9
- sources : LICENSE.txt
10
10
text : |
@@ -45,7 +45,11 @@ licenses:
45
45
[1]: https://daringfireball.net/projects/markdown/ "Markdown"
46
46
[2]: https://golang.org/ "Go Language"
47
47
[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"
49
49
[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
51
55
notices : []
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
---
2
2
name : github.com/spf13/cobra
3
- version : v1.2.1
3
+ version : v1.7.0
4
4
type : go
5
5
summary : Package cobra is a commander providing a simple interface to create powerful
6
6
modern CLI interfaces.
Original file line number Diff line number Diff line change 1
1
---
2
2
name : github.com/spf13/cobra/doc
3
- version : v1.2.1
3
+ version : v1.7.0
4
4
type : go
5
5
summary :
6
6
homepage : https://pkg.go.dev/github.com/spf13/cobra/doc
7
7
license : apache-2.0
8
8
licenses :
9
- - sources : cobra@v1.2.1 /LICENSE.txt
9
+ - sources : cobra@v1.7.0 /LICENSE.txt
10
10
text : |2
11
11
Apache License
12
12
Version 2.0, January 2004
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments