File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ require (
55
55
github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d
56
56
github.com/golangci/golines v0.0.0-20250217134842-442fd0091d95
57
57
github.com/golangci/misspell v0.7.0
58
- github.com/golangci/nilerr v0.0.0-20250918000102-015671e622fe
59
58
github.com/golangci/plugin-module-register v0.1.2
60
59
github.com/golangci/revgrep v0.8.0
61
60
github.com/golangci/swaggoswag v0.0.0-20250504205917-77f2aca3143e
62
61
github.com/golangci/unconvert v0.0.0-20250410112200-a129a6e6413e
63
62
github.com/gordonklaus/ineffassign v0.2.0
64
63
github.com/gostaticanalysis/forcetypeassert v0.2.0
64
+ github.com/gostaticanalysis/nilerr v0.1.2
65
65
github.com/hashicorp/go-version v1.7.0
66
66
github.com/jgautheron/goconst v1.8.2
67
67
github.com/jingyugao/rowserrcheck v1.1.1
Original file line number Diff line number Diff line change 1
1
package nilerr
2
2
3
3
import (
4
- "github.com/golangci /nilerr"
4
+ "github.com/gostaticanalysis /nilerr"
5
5
6
6
"github.com/golangci/golangci-lint/v2/pkg/goanalysis"
7
7
)
You can’t perform that action at this time.
0 commit comments