update cadvisor godeps to v0.30.1 to revert cadvisor#1916

This commit is contained in:
David Ashpole
2018-06-11 11:36:17 -07:00
parent e6f64d0a79
commit 21fd3c5cfd
8 changed files with 127 additions and 125 deletions

View File

@@ -40,7 +40,7 @@ func DebugInfo(watches map[string][]string) map[string][]string {
lines = append(lines, fmt.Sprintf("\t%s", cg))
}
}
out["Fsnotify watches"] = lines
out["Inotify watches"] = lines
return out
}