[chore]: Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#3016)

This commit is contained in:
dependabot[bot] 2024-06-17 08:13:40 +00:00 committed by GitHub
commit 7ab404d643
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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] {