[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

@ -26,33 +26,28 @@ linters:
- errcheck
#- exhaustive
#- funlen
- gas
#- gochecknoinits
- goconst
#- gocritic
- gocritic
#- gocyclo
#- gofmt
- gofmt
- goimports
- golint
#- gomnd
#- goprintffuncname
#- gosec
#- gosimple
- gosec
- gosimple
- govet
- ineffassign
- interfacer
#- lll
- maligned
- megacheck
#- misspell
- misspell
#- nakedret
#- noctx
#- nolintlint
- nolintlint
#- rowserrcheck
#- scopelint
#- staticcheck
- staticcheck
#- structcheck ! deprecated since v1.49.0; replaced by 'unused'
#- stylecheck
- stylecheck
#- typecheck
- unconvert
#- unparam