Skip to content

Commit 1f46a11

Browse files
build(deps): bump golang.org/x/tools from 0.19.0 to 0.20.0 (#4620)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 8f59629 commit 1f46a11

File tree

3 files changed

+14
-19
lines changed

3 files changed

+14
-19
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ require (
124124
go-simpler.org/sloglint v0.5.0
125125
go.uber.org/automaxprocs v1.5.3
126126
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
127-
golang.org/x/tools v0.19.0
127+
golang.org/x/tools v0.20.0
128128
gopkg.in/yaml.v3 v3.0.1
129129
honnef.co/go/tools v0.4.7
130130
mvdan.cc/gofumpt v0.6.0
@@ -189,9 +189,9 @@ require (
189189
go.uber.org/multierr v1.6.0 // indirect
190190
go.uber.org/zap v1.24.0 // indirect
191191
golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f // indirect
192-
golang.org/x/mod v0.16.0 // indirect
193-
golang.org/x/sync v0.6.0 // indirect
194-
golang.org/x/sys v0.18.0 // indirect
192+
golang.org/x/mod v0.17.0 // indirect
193+
golang.org/x/sync v0.7.0 // indirect
194+
golang.org/x/sys v0.19.0 // indirect
195195
golang.org/x/text v0.14.0 // indirect
196196
google.golang.org/protobuf v1.33.0 // indirect
197197
gopkg.in/ini.v1 v1.67.0 // indirect

go.sum

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

pkg/golinters/govet.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,6 @@ func isAnalyzerEnabled(name string, cfg *config.GovetSettings, defaultAnalyzers
184184
return false
185185
}
186186

187-
// TODO(ldez) re-enable httpresponse once https://github.com/golangci/golangci-lint/issues/4482 is fixed.
188-
if name == httpresponse.Analyzer.Name {
189-
govetDebugf("httpresponse is disabled due to panic. See https://github.com/golang/go/issues/66259")
190-
return false
191-
}
192-
193187
// Keeping for backward compatibility.
194188
if cfg.CheckShadowing && name == shadow.Analyzer.Name {
195189
return true

0 commit comments

Comments
 (0)