File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed
Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/olekukonko/tablewriter v1.0.8
1515 github.com/petar-dambovaliev/aho-corasick v0.0.0-20211021192214-5ab2d9280aa9
1616 github.com/spf13/cobra v1.10.1
17- github.com/spf13/pflag v1.0.9
17+ github.com/spf13/pflag v1.0.10
1818 github.com/spf13/viper v1.20.1
1919 github.com/stretchr/testify v1.11.1
2020 golang.org/x/tools v0.36.0
Original file line number Diff line number Diff line change @@ -220,8 +220,9 @@ github.com/spf13/cast v1.7.1 h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y=
220220github.com/spf13/cast v1.7.1 /go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo =
221221github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
222222github.com/spf13/cobra v1.10.1 /go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0 =
223- github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY =
224223github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
224+ github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk =
225+ github.com/spf13/pflag v1.0.10 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
225226github.com/spf13/viper v1.20.1 h1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4 =
226227github.com/spf13/viper v1.20.1 /go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4 =
227228github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ github.com/spf13/cast
237237# github.com/spf13/cobra v1.10.1
238238## explicit; go 1.15
239239github.com/spf13/cobra
240- # github.com/spf13/pflag v1.0.9
240+ # github.com/spf13/pflag v1.0.10
241241## explicit; go 1.12
242242github.com/spf13/pflag
243243# github.com/spf13/viper v1.20.1
You can’t perform that action at this time.
0 commit comments