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 (
5555 github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d
5656 github.com/golangci/golines v0.0.0-20250217134842-442fd0091d95
5757 github.com/golangci/misspell v0.7.0
58- github.com/golangci/nilerr v0.0.0-20250918000102-015671e622fe
5958 github.com/golangci/plugin-module-register v0.1.2
6059 github.com/golangci/revgrep v0.8.0
6160 github.com/golangci/swaggoswag v0.0.0-20250504205917-77f2aca3143e
6261 github.com/golangci/unconvert v0.0.0-20250410112200-a129a6e6413e
6362 github.com/gordonklaus/ineffassign v0.2.0
6463 github.com/gostaticanalysis/forcetypeassert v0.2.0
64+ github.com/gostaticanalysis/nilerr v0.1.2
6565 github.com/hashicorp/go-version v1.7.0
6666 github.com/jgautheron/goconst v1.8.2
6767 github.com/jingyugao/rowserrcheck v1.1.1
Original file line number Diff line number Diff line change 11package nilerr
22
33import (
4- "github.com/golangci /nilerr"
4+ "github.com/gostaticanalysis /nilerr"
55
66 "github.com/golangci/golangci-lint/v2/pkg/goanalysis"
77)
You can’t perform that action at this time.
0 commit comments