File tree Expand file tree Collapse file tree 9 files changed +12
-9
lines changed
arduino-lint/go/github.com/spf13
docsgen/go/github.com/spf13
ruledocsgen/go/github.com/spf13 Expand file tree Collapse file tree 9 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 11---
22name : github.com/spf13/pflag
3- version : v1.0.5
3+ version : v1.0.6
44type : go
55summary : Package pflag is a drop-in replacement for Go's flag package, implementing
66 POSIX/GNU-style --flags.
Original file line number Diff line number Diff line change 11---
22name : github.com/spf13/pflag
3- version : v1.0.5
3+ version : v1.0.6
44type : go
55summary : Package pflag is a drop-in replacement for Go's flag package, implementing
66 POSIX/GNU-style --flags.
Original file line number Diff line number Diff line change 11---
22name : github.com/spf13/pflag
3- version : v1.0.5
3+ version : v1.0.6
44type : go
55summary : Package pflag is a drop-in replacement for Go's flag package, implementing
66 POSIX/GNU-style --flags.
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ require (
8080 github.com/spf13/afero v1.10.0 // indirect
8181 github.com/spf13/cast v1.5.1 // indirect
8282 github.com/spf13/jwalterweatherman v1.1.0 // indirect
83- github.com/spf13/pflag v1.0.5 // indirect
83+ github.com/spf13/pflag v1.0.6 // indirect
8484 github.com/spf13/viper v1.17.0 // indirect
8585 github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 // indirect
8686 github.com/stretchr/testify v1.10.0 // indirect
Original file line number Diff line number Diff line change @@ -1225,8 +1225,9 @@ github.com/spf13/pflag v1.0.1-0.20171106142849-4c012f6dcd95/go.mod h1:DYY7MBk1bd
12251225github.com/spf13/pflag v1.0.1 /go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4 =
12261226github.com/spf13/pflag v1.0.2 /go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4 =
12271227github.com/spf13/pflag v1.0.3 /go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4 =
1228- github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
12291228github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
1229+ github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o =
1230+ github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
12301231github.com/spf13/viper v1.2.1 /go.mod h1:P4AexN0a+C9tGAnUFNwDMYYZv3pjFuvmeiMyKRaNVlI =
12311232github.com/spf13/viper v1.3.1 /go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s =
12321233github.com/spf13/viper v1.3.2 /go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s =
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
1616 github.com/ory/jsonschema/v3 v3.0.4
1717 github.com/sirupsen/logrus v1.9.3
1818 github.com/spf13/cobra v1.8.1
19- github.com/spf13/pflag v1.0.5
19+ github.com/spf13/pflag v1.0.6
2020 github.com/stretchr/testify v1.10.0
2121 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
2222 github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
Original file line number Diff line number Diff line change @@ -1223,8 +1223,9 @@ github.com/spf13/pflag v1.0.1-0.20171106142849-4c012f6dcd95/go.mod h1:DYY7MBk1bd
12231223github.com/spf13/pflag v1.0.1 /go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4 =
12241224github.com/spf13/pflag v1.0.2 /go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4 =
12251225github.com/spf13/pflag v1.0.3 /go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4 =
1226- github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
12271226github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
1227+ github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o =
1228+ github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
12281229github.com/spf13/viper v1.2.1 /go.mod h1:P4AexN0a+C9tGAnUFNwDMYYZv3pjFuvmeiMyKRaNVlI =
12291230github.com/spf13/viper v1.3.1 /go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s =
12301231github.com/spf13/viper v1.3.2 /go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s =
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ require (
7777 github.com/spf13/cast v1.5.1 // indirect
7878 github.com/spf13/cobra v1.8.1 // indirect
7979 github.com/spf13/jwalterweatherman v1.1.0 // indirect
80- github.com/spf13/pflag v1.0.5 // indirect
80+ github.com/spf13/pflag v1.0.6 // indirect
8181 github.com/spf13/viper v1.17.0 // indirect
8282 github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 // indirect
8383 github.com/subosito/gotenv v1.6.0 // indirect
Original file line number Diff line number Diff line change @@ -1229,8 +1229,9 @@ github.com/spf13/pflag v1.0.1-0.20171106142849-4c012f6dcd95/go.mod h1:DYY7MBk1bd
12291229github.com/spf13/pflag v1.0.1 /go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4 =
12301230github.com/spf13/pflag v1.0.2 /go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4 =
12311231github.com/spf13/pflag v1.0.3 /go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4 =
1232- github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
12331232github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
1233+ github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o =
1234+ github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
12341235github.com/spf13/viper v1.2.1 /go.mod h1:P4AexN0a+C9tGAnUFNwDMYYZv3pjFuvmeiMyKRaNVlI =
12351236github.com/spf13/viper v1.3.1 /go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s =
12361237github.com/spf13/viper v1.3.2 /go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s =
You can’t perform that action at this time.
0 commit comments