File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -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
@@ -15,7 +17,7 @@ require (
15
17
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
16
18
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.1
17
19
github.com/OpenPeeDeeP/depguard/v2 v2.2.1
18
- github.com/alecthomas/chroma/v2 v2.15 .0
20
+ github.com/alecthomas/chroma/v2 v2.16 .0
19
21
github.com/alecthomas/go-check-sumtype v0.3.1
20
22
github.com/alexkohler/nakedret/v2 v2.0.6
21
23
github.com/alexkohler/prealloc v1.0.0
@@ -149,7 +151,7 @@ require (
149
151
github.com/chavacava/garif v0.1.0 // indirect
150
152
github.com/dave/dst v0.27.3 // indirect
151
153
github.com/davecgh/go-spew v1.1.1 // indirect
152
- github.com/dlclark/regexp2 v1.11.4 // indirect
154
+ github.com/dlclark/regexp2 v1.11.5 // indirect
153
155
github.com/ebitengine/purego v0.8.2 // indirect
154
156
github.com/ettle/strcase v0.2.0 // indirect
155
157
github.com/fatih/structtag v1.2.0 // indirect
You can’t perform that action at this time.
0 commit comments