Skip to content

Commit 0c2401e

Browse files
committed
go: update github.com/timakin/bodyclose to e39cf3fc478ef1a9b60e1bc08962376aa30310ef
This allows the linter to handle more cases which previously went undetected, e.g. timakin/bodyclose@c933b9a
1 parent d7f24f9 commit 0c2401e

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ require (
9696
github.com/stretchr/testify v1.8.1
9797
github.com/tdakkota/asciicheck v0.1.1
9898
github.com/tetafro/godot v1.4.11
99-
github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
99+
github.com/timakin/bodyclose v0.0.0-20221125081123-e39cf3fc478e
100100
github.com/timonwong/loggercheck v0.9.3
101101
github.com/tomarrell/wrapcheck/v2 v2.7.0
102102
github.com/tommy-muehle/go-mnd/v2 v2.5.1
@@ -180,7 +180,7 @@ require (
180180
golang.org/x/mod v0.7.0 // indirect
181181
golang.org/x/sync v0.1.0 // indirect
182182
golang.org/x/sys v0.2.0 // indirect
183-
golang.org/x/text v0.3.8 // indirect
183+
golang.org/x/text v0.4.0 // indirect
184184
google.golang.org/protobuf v1.28.0 // indirect
185185
gopkg.in/ini.v1 v1.67.0 // indirect
186186
gopkg.in/yaml.v2 v2.4.0 // indirect

go.sum

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)