File tree 4 files changed +6
-4
lines changed 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
489
489
- [wsl](https://github.com/bombsimon/wsl) - Whitespace Linter - Forces you to use empty lines!
490
490
- [goprintffuncname](https://github.com/jirfag/go-printf-func-name) - Checks that printf-like functions are named with `f` at the end
491
491
- [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.
493
493
494
494
## Configuration
495
495
@@ -1275,7 +1275,7 @@ Thanks to developers and authors of used linters:
1275
1275
- [bombsimon](https://github.com/bombsimon)
1276
1276
- [jirfag](https://github.com/jirfag)
1277
1277
- [tommy-muehle](https://github.com/tommy-muehle)
1278
- - [rcurrah ](https://github.com/rcurrah )
1278
+ - [ryancurrah ](https://github.com/ryancurrah )
1279
1279
1280
1280
## Changelog
1281
1281
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ require (
30
30
github.com/mitchellh/go-homedir v1.1.0
31
31
github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
32
32
github.com/pkg/errors v0.8.1
33
- github.com/ryancurrah/gomodguard v1.0.1
33
+ github.com/ryancurrah/gomodguard v1.0.2
34
34
github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
35
35
github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada // v2.19.8
36
36
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
221
221
github.com/ryancurrah/gomodguard v1.0.0 /go.mod h1:9T/Cfuxs5StfsocWr4WzDL36HqnX0fVb9d5fSEaLhoE =
222
222
github.com/ryancurrah/gomodguard v1.0.1 h1:bJQqszMqi0EqsxuQB55rjFQnLjOirbAL0Ww4WyT0IiM =
223
223
github.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 =
224
226
github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 h1:AtnWoOvTioyDXFvu96MWEeE8qj4COSQnJogzLy/u41A =
225
227
github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 /go.mod h1:vvbZ2Ae7AzSq3/kywjUDxSNq2SJ27RxCz2un0H3ePqE =
226
228
github.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 {
250
250
linter .NewConfig (golinters .NewGomodguard ()).
251
251
WithPresets (linter .PresetStyle ).
252
252
WithLoadForGoAnalysis ().
253
- WithURL ("https://github.com/rcurrah /gomodguard" ),
253
+ WithURL ("https://github.com/ryancurrah /gomodguard" ),
254
254
}
255
255
256
256
isLocalRun := os .Getenv ("GOLANGCI_COM_RUN" ) == ""
You can’t perform that action at this time.
0 commit comments