|
1 | 1 | module github.com/golangci/golangci-lint
|
2 | 2 |
|
3 |
| -go 1.22.1 |
| 3 | +go 1.23.0 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | 4d63.com/gocheckcompilerdirectives v1.2.1
|
@@ -63,7 +63,6 @@ require (
|
63 | 63 | github.com/kkHAIKE/contextcheck v1.1.5
|
64 | 64 | github.com/kulti/thelper v0.6.3
|
65 | 65 | github.com/kunwardeep/paralleltest v1.0.10
|
66 |
| - github.com/kyoh86/exportloopref v0.1.11 |
67 | 66 | github.com/lasiar/canonicalheader v1.1.2
|
68 | 67 | github.com/ldez/exptostd v0.4.1
|
69 | 68 | github.com/ldez/gomoddirectives v0.6.1
|
@@ -126,7 +125,6 @@ require (
|
126 | 125 | go-simpler.org/musttag v0.13.0
|
127 | 126 | go-simpler.org/sloglint v0.9.0
|
128 | 127 | go.uber.org/automaxprocs v1.6.0
|
129 |
| - golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 |
130 | 128 | golang.org/x/mod v0.23.0
|
131 | 129 | golang.org/x/sys v0.30.0
|
132 | 130 | golang.org/x/tools v0.30.0
|
@@ -196,6 +194,7 @@ require (
|
196 | 194 | go.uber.org/atomic v1.7.0 // indirect
|
197 | 195 | go.uber.org/multierr v1.6.0 // indirect
|
198 | 196 | go.uber.org/zap v1.24.0 // indirect
|
| 197 | + golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect |
199 | 198 | golang.org/x/exp/typeparams v0.0.0-20241108190413-2d47ceb2692f // indirect
|
200 | 199 | golang.org/x/sync v0.11.0 // indirect
|
201 | 200 | golang.org/x/text v0.21.0 // indirect
|
|
0 commit comments