@@ -2,6 +2,8 @@ module github.com/golangci/golangci-lint/v2
2
2
3
3
go 1.23.0
4
4
5
+ toolchain go1.24.1
6
+
5
7
require (
6
8
4d63.com/gocheckcompilerdirectives v1.3.0
7
9
4d63.com/gochecknoglobals v0.2.2
@@ -103,7 +105,7 @@ require (
103
105
github.com/sourcegraph/go-diff v0.7.0
104
106
github.com/spf13/cobra v1.9.1
105
107
github.com/spf13/pflag v1.0.6
106
- github.com/spf13/viper v1.12.0
108
+ github.com/spf13/viper v1.20.1
107
109
github.com/ssgreg/nlreturn/v2 v2.2.1
108
110
github.com/stbenjam/no-sprintf-host-port v0.2.0
109
111
github.com/stretchr/testify v1.10.0
@@ -151,7 +153,7 @@ require (
151
153
github.com/ebitengine/purego v0.8.2 // indirect
152
154
github.com/ettle/strcase v0.2.0 // indirect
153
155
github.com/fatih/structtag v1.2.0 // indirect
154
- github.com/fsnotify/fsnotify v1.5.4 // indirect
156
+ github.com/fsnotify/fsnotify v1.8.0 // indirect
155
157
github.com/go-ole/go-ole v1.2.6 // indirect
156
158
github.com/go-toolsmith/astcast v1.1.0 // indirect
157
159
github.com/go-toolsmith/astcopy v1.1.0 // indirect
@@ -167,19 +169,15 @@ require (
167
169
github.com/gostaticanalysis/comment v1.5.0 // indirect
168
170
github.com/hashicorp/go-immutable-radix/v2 v2.1.0 // indirect
169
171
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
170
- github.com/hashicorp/hcl v1.0.0 // indirect
171
172
github.com/hexops/gotextdiff v1.0.3 // indirect
172
173
github.com/inconshreveable/mousetrap v1.1.0 // indirect
173
174
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
174
175
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
175
- github.com/magiconair/properties v1.8.6 // indirect
176
176
github.com/mattn/go-isatty v0.0.20 // indirect
177
177
github.com/mattn/go-runewidth v0.0.16 // indirect
178
178
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
179
- github.com/mitchellh/mapstructure v1.5.0 // indirect
180
179
github.com/muesli/termenv v0.16.0 // indirect
181
180
github.com/olekukonko/tablewriter v0.0.5 // indirect
182
- github.com/pelletier/go-toml v1.9.5 // indirect
183
181
github.com/pmezard/go-difflib v1.0.0 // indirect
184
182
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
185
183
github.com/prometheus/client_golang v1.12.1 // indirect
@@ -191,24 +189,24 @@ require (
191
189
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
192
190
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
193
191
github.com/rivo/uniseg v0.4.7 // indirect
192
+ github.com/sagikazarmark/locafero v0.7.0 // indirect
193
+ github.com/sourcegraph/conc v0.3.0 // indirect
194
194
github.com/spf13/afero v1.12.0 // indirect
195
- github.com/spf13/cast v1.5.0 // indirect
196
- github.com/spf13/jwalterweatherman v1.1.0 // indirect
195
+ github.com/spf13/cast v1.7.1 // indirect
197
196
github.com/stretchr/objx v0.5.2 // indirect
198
- github.com/subosito/gotenv v1.4.1 // indirect
197
+ github.com/subosito/gotenv v1.6.0 // indirect
199
198
github.com/tklauser/go-sysconf v0.3.12 // indirect
200
199
github.com/tklauser/numcpus v0.6.1 // indirect
201
200
github.com/valyala/bytebufferpool v1.0.0 // indirect
202
201
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
203
202
github.com/yusufpapurcu/wmi v1.2.4 // indirect
204
- go.uber.org/atomic v1.7 .0 // indirect
205
- go.uber.org/multierr v1.6 .0 // indirect
203
+ go.uber.org/atomic v1.9 .0 // indirect
204
+ go.uber.org/multierr v1.9 .0 // indirect
206
205
go.uber.org/zap v1.24.0 // indirect
207
206
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
208
207
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
209
208
golang.org/x/sync v0.12.0 // indirect
210
209
golang.org/x/text v0.23.0 // indirect
211
210
google.golang.org/protobuf v1.36.5 // indirect
212
- gopkg.in/ini.v1 v1.67.0 // indirect
213
211
gopkg.in/yaml.v2 v2.4.0 // indirect
214
212
)
0 commit comments