File tree 3 files changed +4
-3
lines changed
.licenses/libraries-repository-engine/go/github.com/spf13
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.5
3
+ version : v1.0.6
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.12.1
7
7
github.com/go-git/go-git/v5 v5.12.0
8
8
github.com/spf13/cobra v1.8.1
9
- github.com/spf13/pflag v1.0.5
9
+ github.com/spf13/pflag v1.0.6
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.12.0
Original file line number Diff line number Diff line change @@ -68,8 +68,9 @@ github.com/skeema/knownhosts v1.3.0 h1:AM+y0rI04VksttfwjkSTNQorvGqmwATnvnAHpSgc0
68
68
github.com/skeema/knownhosts v1.3.0 /go.mod h1:sPINvnADmT/qYH1kfv+ePMmOBTH6Tbl7b5LvTDjFK7M =
69
69
github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM =
70
70
github.com/spf13/cobra v1.8.1 /go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y =
71
- github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
72
71
github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
72
+ github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o =
73
+ github.com/spf13/pflag v1.0.6 /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