Internal change.

PiperOrigin-RevId: 391331401
This commit is contained in:
gVisor bot
2021-08-17 11:05:59 -07:00
parent fa32136ac0
commit ebf76b30cb
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -1633,9 +1633,9 @@ go_repository(
go_repository(
name = "co_honnef_go_tools",
importpath = "honnef.co/go/tools",
sum = "h1:EVDuO03OCZwpV2t/tLLxPmPiomagMoBOgfPt0FM+4IY=",
version = "v0.1.1",
)
sum = "h1:Tyybiul3hjaq0dkv+kcf5/MPTfo+ZBiEWrkhgxMPH54=",
version = "v0.3.0-0.dev.0.20210801021341-453cb28c0b15",
)
go_repository(
name = "com_github_burntsushi_toml",
+2 -2
View File
@@ -117,11 +117,11 @@ func register(all []*analysis.Analyzer) {
func init() {
// Add all staticcheck analyzers.
for _, a := range staticcheck.Analyzers {
AllAnalyzers = append(AllAnalyzers, a)
AllAnalyzers = append(AllAnalyzers, a.Analyzer)
}
// Add all stylecheck analyzers.
for _, a := range stylecheck.Analyzers {
AllAnalyzers = append(AllAnalyzers, a)
AllAnalyzers = append(AllAnalyzers, a.Analyzer)
}
// Register lists.