File tree 8 files changed +25
-1102
lines changed
.licenses/go/github.com/spf13
8 files changed +25
-1102
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : github.com/spf13/cobra
3
- version : v1.3 .0
3
+ version : v1.4 .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.3 .0
3
+ version : v1.4 .0
4
4
type : go
5
- summary :
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.3 .0/LICENSE.txt
9
+ - sources : cobra@v1.4 .0/LICENSE.txt
10
10
text : |2
11
11
Apache License
12
12
Version 2.0, January 2004
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ replace github.com/oleiade/reflections => github.com/oleiade/reflections v1.0.1
11
11
12
12
require (
13
13
github.com/arduino/arduino-lint v0.0.0
14
- github.com/spf13/cobra v1.3 .0
14
+ github.com/spf13/cobra v1.4 .0
15
15
)
16
16
17
17
require (
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
15
15
github.com/olekukonko/tablewriter v0.0.5
16
16
github.com/ory/jsonschema/v3 v3.0.4
17
17
github.com/sirupsen/logrus v1.8.1
18
- github.com/spf13/cobra v1.3 .0
18
+ github.com/spf13/cobra v1.4 .0
19
19
github.com/spf13/pflag v1.0.5
20
20
github.com/stretchr/testify v1.7.0
21
21
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ require (
61
61
github.com/sirupsen/logrus v1.8.1 // indirect
62
62
github.com/spf13/afero v1.6.0 // indirect
63
63
github.com/spf13/cast v1.4.1 // indirect
64
- github.com/spf13/cobra v1.3 .0 // indirect
64
+ github.com/spf13/cobra v1.4 .0 // indirect
65
65
github.com/spf13/jwalterweatherman v1.1.0 // indirect
66
66
github.com/spf13/pflag v1.0.5 // indirect
67
67
github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 // indirect
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments