File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
.licenses/libraries-repository-engine/go/github.com/spf13 Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : github.com/spf13/pflag
3
- version : v1.0.6
3
+ version : v1.0.7
4
4
type : go
5
5
summary : Package pflag is a drop-in replacement for Go's flag package, implementing
6
6
POSIX/GNU-style --flags.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/arduino/go-paths-helper v1.13.1
7
7
github.com/go-git/go-git/v5 v5.16.2
8
8
github.com/spf13/cobra v1.9.1
9
- github.com/spf13/pflag v1.0.6
9
+ github.com/spf13/pflag v1.0.7
10
10
github.com/stretchr/testify v1.10.0
11
11
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec
12
12
go.bug.st/relaxed-semver v0.15.0
Original file line number Diff line number Diff line change @@ -68,8 +68,9 @@ github.com/skeema/knownhosts v1.3.1 h1:X2osQ+RAjK76shCbvhHHHVl3ZlgDm8apHEHFqRjnB
68
68
github.com/skeema/knownhosts v1.3.1 /go.mod h1:r7KTdC8l4uxWRyK2TpQZ/1o5HaSzh06ePQNxPwTcfiY =
69
69
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo =
70
70
github.com/spf13/cobra v1.9.1 /go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0 =
71
- github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o =
72
71
github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
72
+ github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M =
73
+ github.com/spf13/pflag v1.0.7 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
73
74
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
74
75
github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
75
76
github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
You can’t perform that action at this time.
0 commit comments