Skip to content

Commit

Permalink
build(deps): bump github.com/timakin/bodyclose from 574207250966 to a…
Browse files Browse the repository at this point in the history
…dbc21e6bf36
  • Loading branch information
ldez committed Oct 17, 2024
1 parent 9966cab commit 56e13b5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ require (
github.com/stretchr/testify v1.9.0
github.com/tdakkota/asciicheck v0.2.0
github.com/tetafro/godot v1.4.18
github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966
github.com/timakin/bodyclose v0.0.0-20241017074824-adbc21e6bf36
github.com/timonwong/loggercheck v0.9.4
github.com/tomarrell/wrapcheck/v2 v2.9.0
github.com/tommy-muehle/go-mnd/v2 v2.5.1
Expand Down
28 changes: 20 additions & 8 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/golinters/bodyclose/bodyclose.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func New() *goanalysis.Linter {

return goanalysis.NewLinter(
a.Name,
"checks whether HTTP response body is closed successfully",
a.Doc,
[]*analysis.Analyzer{a},
nil,
).WithLoadMode(goanalysis.LoadModeTypesInfo)
Expand Down

0 comments on commit 56e13b5

Please sign in to comment.