Skip to content

Commit 76918c3

Browse files
Bump github.com/golangci/golangci-lint/v2 from 2.8.0 to 2.11.3 in /tools
Bumps [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) from 2.8.0 to 2.11.3. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md) - [Commits](golangci/golangci-lint@v2.8.0...v2.11.3) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint/v2 dependency-version: 2.11.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 195a51a commit 76918c3

File tree

2 files changed

+89
-97
lines changed

2 files changed

+89
-97
lines changed

tools/go.mod

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github-vcf.devops.broadcom.net/vcf/etcd-diagnosis/tools
22

3-
go 1.25
3+
go 1.25.0
44

55
toolchain go1.25.5
66

7-
require github.com/golangci/golangci-lint/v2 v2.8.0
7+
require github.com/golangci/golangci-lint/v2 v2.11.3
88

99
require (
1010
4d63.com/gocheckcompilerdirectives v1.3.0 // indirect
@@ -23,12 +23,12 @@ require (
2323
github.com/BurntSushi/toml v1.6.0 // indirect
2424
github.com/Djarvur/go-err113 v0.1.1 // indirect
2525
github.com/Masterminds/semver/v3 v3.4.0 // indirect
26-
github.com/MirrexOne/unqueryvet v1.4.0 // indirect
26+
github.com/MirrexOne/unqueryvet v1.5.4 // indirect
2727
github.com/OpenPeeDeeP/depguard/v2 v2.2.1 // indirect
28-
github.com/alecthomas/chroma/v2 v2.21.1 // indirect
28+
github.com/alecthomas/chroma/v2 v2.23.1 // indirect
2929
github.com/alecthomas/go-check-sumtype v0.3.1 // indirect
3030
github.com/alexkohler/nakedret/v2 v2.0.6 // indirect
31-
github.com/alexkohler/prealloc v1.0.1 // indirect
31+
github.com/alexkohler/prealloc v1.1.0 // indirect
3232
github.com/alfatraining/structtag v1.0.0 // indirect
3333
github.com/alingse/asasalint v0.0.11 // indirect
3434
github.com/alingse/nilnesserr v0.2.0 // indirect
@@ -39,7 +39,7 @@ require (
3939
github.com/bkielbasa/cyclop v1.2.3 // indirect
4040
github.com/blizzy78/varnamelen v0.8.0 // indirect
4141
github.com/bombsimon/wsl/v4 v4.7.0 // indirect
42-
github.com/bombsimon/wsl/v5 v5.3.0 // indirect
42+
github.com/bombsimon/wsl/v5 v5.6.0 // indirect
4343
github.com/breml/bidichk v0.3.3 // indirect
4444
github.com/breml/errchkjson v0.4.1 // indirect
4545
github.com/butuzov/ireturn v0.4.0 // indirect
@@ -50,7 +50,7 @@ require (
5050
github.com/charithe/durationcheck v0.0.11 // indirect
5151
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
5252
github.com/charmbracelet/lipgloss v1.1.0 // indirect
53-
github.com/charmbracelet/x/ansi v0.8.0 // indirect
53+
github.com/charmbracelet/x/ansi v0.10.1 // indirect
5454
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
5555
github.com/charmbracelet/x/term v0.2.1 // indirect
5656
github.com/ckaznocha/intrange v0.3.1 // indirect
@@ -66,7 +66,7 @@ require (
6666
github.com/firefart/nonamedreturns v1.0.6 // indirect
6767
github.com/fsnotify/fsnotify v1.5.4 // indirect
6868
github.com/fzipp/gocyclo v0.6.0 // indirect
69-
github.com/ghostiam/protogetter v0.3.18 // indirect
69+
github.com/ghostiam/protogetter v0.3.20 // indirect
7070
github.com/go-critic/go-critic v0.14.3 // indirect
7171
github.com/go-toolsmith/astcast v1.1.0 // indirect
7272
github.com/go-toolsmith/astcopy v1.1.0 // indirect
@@ -75,18 +75,18 @@ require (
7575
github.com/go-toolsmith/astp v1.1.0 // indirect
7676
github.com/go-toolsmith/strparse v1.1.0 // indirect
7777
github.com/go-toolsmith/typep v1.1.0 // indirect
78-
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
78+
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
7979
github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
8080
github.com/gobwas/glob v0.2.3 // indirect
81-
github.com/godoc-lint/godoc-lint v0.11.1 // indirect
81+
github.com/godoc-lint/godoc-lint v0.11.2 // indirect
8282
github.com/gofrs/flock v0.13.0 // indirect
8383
github.com/golang/protobuf v1.5.3 // indirect
8484
github.com/golangci/asciicheck v0.5.0 // indirect
8585
github.com/golangci/dupl v0.0.0-20250308024227-f665c8d69b32 // indirect
8686
github.com/golangci/go-printf-func-name v0.1.1 // indirect
8787
github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d // indirect
88-
github.com/golangci/golines v0.14.0 // indirect
89-
github.com/golangci/misspell v0.7.0 // indirect
88+
github.com/golangci/golines v0.15.0 // indirect
89+
github.com/golangci/misspell v0.8.0 // indirect
9090
github.com/golangci/plugin-module-register v0.1.2 // indirect
9191
github.com/golangci/revgrep v0.8.0 // indirect
9292
github.com/golangci/swaggoswag v0.0.0-20250504205917-77f2aca3143e // indirect
@@ -108,7 +108,7 @@ require (
108108
github.com/jjti/go-spancheck v0.6.5 // indirect
109109
github.com/julz/importas v0.2.0 // indirect
110110
github.com/karamaru-alpha/copyloopvar v1.2.2 // indirect
111-
github.com/kisielk/errcheck v1.9.0 // indirect
111+
github.com/kisielk/errcheck v1.10.0 // indirect
112112
github.com/kkHAIKE/contextcheck v1.1.6 // indirect
113113
github.com/kulti/thelper v0.7.1 // indirect
114114
github.com/kunwardeep/paralleltest v1.0.15 // indirect
@@ -132,15 +132,15 @@ require (
132132
github.com/mattn/go-isatty v0.0.20 // indirect
133133
github.com/mattn/go-runewidth v0.0.16 // indirect
134134
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
135-
github.com/mgechev/revive v1.13.0 // indirect
135+
github.com/mgechev/revive v1.15.0 // indirect
136136
github.com/mitchellh/go-homedir v1.1.0 // indirect
137137
github.com/mitchellh/mapstructure v1.5.0 // indirect
138138
github.com/moricho/tparallel v0.3.2 // indirect
139139
github.com/muesli/termenv v0.16.0 // indirect
140140
github.com/nakabonne/nestif v0.3.1 // indirect
141141
github.com/nishanths/exhaustive v0.12.0 // indirect
142142
github.com/nishanths/predeclared v0.2.2 // indirect
143-
github.com/nunnatsa/ginkgolinter v0.21.2 // indirect
143+
github.com/nunnatsa/ginkgolinter v0.23.0 // indirect
144144
github.com/pelletier/go-toml v1.9.5 // indirect
145145
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
146146
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -162,10 +162,10 @@ require (
162162
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
163163
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect
164164
github.com/sashamelentyev/usestdlibvars v1.29.0 // indirect
165-
github.com/securego/gosec/v2 v2.22.11 // indirect
166-
github.com/sirupsen/logrus v1.9.3 // indirect
165+
github.com/securego/gosec/v2 v2.24.8-0.20260309165252-619ce2117e08 // indirect
166+
github.com/sirupsen/logrus v1.9.4 // indirect
167167
github.com/sivchari/containedctx v1.0.3 // indirect
168-
github.com/sonatard/noctx v0.4.0 // indirect
168+
github.com/sonatard/noctx v0.5.0 // indirect
169169
github.com/sourcegraph/go-diff v0.7.0 // indirect
170170
github.com/spf13/afero v1.15.0 // indirect
171171
github.com/spf13/cast v1.5.0 // indirect
@@ -185,7 +185,7 @@ require (
185185
github.com/tommy-muehle/go-mnd/v2 v2.5.1 // indirect
186186
github.com/ultraware/funlen v0.2.0 // indirect
187187
github.com/ultraware/whitespace v0.2.0 // indirect
188-
github.com/uudashr/gocognit v1.2.0 // indirect
188+
github.com/uudashr/gocognit v1.2.1 // indirect
189189
github.com/uudashr/iface v1.4.1 // indirect
190190
github.com/xen0n/gosmopolitan v1.3.0 // indirect
191191
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
@@ -195,23 +195,22 @@ require (
195195
gitlab.com/bosi/decorder v0.4.2 // indirect
196196
go-simpler.org/musttag v0.14.0 // indirect
197197
go-simpler.org/sloglint v0.11.1 // indirect
198-
go.augendre.info/arangolint v0.3.1 // indirect
198+
go.augendre.info/arangolint v0.4.0 // indirect
199199
go.augendre.info/fatcontext v0.9.0 // indirect
200-
go.uber.org/automaxprocs v1.6.0 // indirect
201200
go.uber.org/multierr v1.10.0 // indirect
202201
go.uber.org/zap v1.27.0 // indirect
203202
go.yaml.in/yaml/v3 v3.0.4 // indirect
204-
golang.org/x/exp/typeparams v0.0.0-20251023183803-a4bb9ffd2546 // indirect
205-
golang.org/x/mod v0.31.0 // indirect
206-
golang.org/x/sync v0.19.0 // indirect
207-
golang.org/x/sys v0.39.0 // indirect
208-
golang.org/x/text v0.31.0 // indirect
209-
golang.org/x/tools v0.40.0 // indirect
203+
golang.org/x/exp/typeparams v0.0.0-20260209203927-2842357ff358 // indirect
204+
golang.org/x/mod v0.33.0 // indirect
205+
golang.org/x/sync v0.20.0 // indirect
206+
golang.org/x/sys v0.41.0 // indirect
207+
golang.org/x/text v0.34.0 // indirect
208+
golang.org/x/tools v0.42.0 // indirect
210209
google.golang.org/protobuf v1.36.8 // indirect
211210
gopkg.in/ini.v1 v1.67.0 // indirect
212211
gopkg.in/yaml.v2 v2.4.0 // indirect
213212
gopkg.in/yaml.v3 v3.0.1 // indirect
214-
honnef.co/go/tools v0.6.1 // indirect
213+
honnef.co/go/tools v0.7.0 // indirect
215214
mvdan.cc/gofumpt v0.9.2 // indirect
216215
mvdan.cc/unparam v0.0.0-20251027182757-5beb8c8f8f15 // indirect
217216
)

0 commit comments

Comments
 (0)