We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60edd9e commit 6e94f5dCopy full SHA for 6e94f5d
go.mod
@@ -1,6 +1,8 @@
1
module github.com/golangci/golangci-lint
2
3
-go 1.22.1
+go 1.22.9
4
+
5
+toolchain go1.23.4
6
7
require (
8
4d63.com/gocheckcompilerdirectives v1.2.1
@@ -160,6 +162,7 @@ require (
160
162
github.com/google/go-cmp v0.6.0 // indirect
161
163
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
164
github.com/gostaticanalysis/comment v1.4.2 // indirect
165
+ github.com/gostaticanalysis/testutil v0.5.2 // indirect
166
github.com/hashicorp/go-immutable-radix/v2 v2.1.0 // indirect
167
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
168
github.com/hashicorp/hcl v1.0.0 // indirect
go.sum
0 commit comments