Skip to content

Commit c07dc97

Browse files
build(deps): bump github.com/ghostiam/protogetter from 0.3.8 to 0.3.9 (#5306)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
1 parent 555fb5c commit c07dc97

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
github.com/fatih/color v1.18.0
3939
github.com/firefart/nonamedreturns v1.0.5
4040
github.com/fzipp/gocyclo v0.6.0
41-
github.com/ghostiam/protogetter v0.3.8
41+
github.com/ghostiam/protogetter v0.3.9
4242
github.com/go-critic/go-critic v0.11.5
4343
github.com/go-viper/mapstructure/v2 v2.2.1
4444
github.com/go-xmlfmt/xmlfmt v1.1.3

go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/golinters/protogetter/protogetter.go

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ func New(settings *config.ProtoGetterSettings) *goanalysis.Linter {
1919
}
2020
}
2121

22-
cfg.Mode = protogetter.StandaloneMode
23-
2422
a := protogetter.NewAnalyzer(&cfg)
2523

2624
return goanalysis.NewLinter(

0 commit comments

Comments
 (0)