Skip to content

Commit a0ecbfe

Browse files
authored
build(deps): bump github.com/gostaticanalysis/nilerr from 0.1.1 to 0.1.2 (#6105)
1 parent faa618a commit a0ecbfe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/golinters/nilerr/nilerr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package nilerr
22

33
import (
4-
"github.com/golangci/nilerr"
4+
"github.com/gostaticanalysis/nilerr"
55

66
"github.com/golangci/golangci-lint/v2/pkg/goanalysis"
77
)

0 commit comments

Comments
 (0)