Update module github.com/spf13/cobra to v1.8.1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-06-17 18:07:20 +00:00
committed by GitHub
parent 67bbbb9e94
commit f4aa71e730
12 changed files with 128 additions and 96 deletions

View File

@@ -193,8 +193,6 @@ func ld(s, t string, ignoreCase bool) int {
d := make([][]int, len(s)+1)
for i := range d {
d[i] = make([]int, len(t)+1)
}
for i := range d {
d[i][0] = i
}
for j := range d[0] {