Skip to content

Commit

Permalink
build(deps): bump github.com/timakin/bodyclose from 574207250966 to e…
Browse files Browse the repository at this point in the history
…d6a65f985e (#5077)
  • Loading branch information
ldez authored Nov 26, 2024
1 parent e1a63e3 commit b7b77ca
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.10.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-20241017074812-ed6a65f985e3
github.com/timonwong/loggercheck v0.10.1
github.com/tomarrell/wrapcheck/v2 v2.10.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 b7b77ca

Please # to comment.