File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ golangci-lint help linters
489489- [wsl](https://github.com/bombsimon/wsl) - Whitespace Linter - Forces you to use empty lines!
490490- [goprintffuncname](https://github.com/jirfag/go-printf-func-name) - Checks that printf-like functions are named with `f` at the end
491491- [gomnd](https://github.com/tommy-muehle/go-mnd) - An analyzer to detect magic numbers.
492- - [gomodguard](https://github.com/rcurrah /gomodguard) - Allow and block list linter for direct Go module dependencies.
492+ - [gomodguard](https://github.com/ryancurrah /gomodguard) - Allow and block list linter for direct Go module dependencies.
493493
494494## Configuration
495495
@@ -1275,7 +1275,7 @@ Thanks to developers and authors of used linters:
12751275- [bombsimon](https://github.com/bombsimon)
12761276- [jirfag](https://github.com/jirfag)
12771277- [tommy-muehle](https://github.com/tommy-muehle)
1278- - [rcurrah ](https://github.com/rcurrah )
1278+ - [ryancurrah ](https://github.com/ryancurrah )
12791279
12801280## Changelog
12811281
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ require (
3030 github.com/mitchellh/go-homedir v1.1.0
3131 github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
3232 github.com/pkg/errors v0.8.1
33- github.com/ryancurrah/gomodguard v1.0.1
33+ github.com/ryancurrah/gomodguard v1.0.2
3434 github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
3535 github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada // v2.19.8
3636 github.com/sirupsen/logrus v1.4.2
Original file line number Diff line number Diff line change @@ -221,6 +221,8 @@ github.com/ryancurrah/gomodguard v1.0.0 h1:8bN8VUp6VLagAt8WpDwBuztk6axd43VjtxYDJ
221221github.com/ryancurrah/gomodguard v1.0.0 /go.mod h1:9T/Cfuxs5StfsocWr4WzDL36HqnX0fVb9d5fSEaLhoE =
222222github.com/ryancurrah/gomodguard v1.0.1 h1:bJQqszMqi0EqsxuQB55rjFQnLjOirbAL0Ww4WyT0IiM =
223223github.com/ryancurrah/gomodguard v1.0.1 /go.mod h1:9T/Cfuxs5StfsocWr4WzDL36HqnX0fVb9d5fSEaLhoE =
224+ github.com/ryancurrah/gomodguard v1.0.2 h1:vumZpZardqQ9EfFIZDNEpKaMxfqqEBMhu0uSRcDO5x4 =
225+ github.com/ryancurrah/gomodguard v1.0.2 /go.mod h1:9T/Cfuxs5StfsocWr4WzDL36HqnX0fVb9d5fSEaLhoE =
224226github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 h1:AtnWoOvTioyDXFvu96MWEeE8qj4COSQnJogzLy/u41A =
225227github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 /go.mod h1:vvbZ2Ae7AzSq3/kywjUDxSNq2SJ27RxCz2un0H3ePqE =
226228github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada h1:WokF3GuxBeL+n4Lk4Fa8v9mbdjlrl7bHuneF4N1bk2I =
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
250250 linter .NewConfig (golinters .NewGomodguard ()).
251251 WithPresets (linter .PresetStyle ).
252252 WithLoadForGoAnalysis ().
253- WithURL ("https://github.com/rcurrah /gomodguard" ),
253+ WithURL ("https://github.com/ryancurrah /gomodguard" ),
254254 }
255255
256256 isLocalRun := os .Getenv ("GOLANGCI_COM_RUN" ) == ""
You can’t perform that action at this time.
0 commit comments