Bump cadvisor dependencies to latest head.

This commit is contained in:
Lantao Liu
2016-07-20 20:10:46 -07:00
committed by Random-Liu
parent 01a5ddd782
commit cb1b3c86d3
169 changed files with 7413 additions and 3322 deletions

View File

@@ -2,7 +2,7 @@ package libcontainer
import "io"
// ErrorCode is the API error code type.
// API error code type.
type ErrorCode int
// API error codes.
@@ -56,7 +56,7 @@ func (c ErrorCode) String() string {
}
}
// Error is the API error type.
// API Error type.
type Error interface {
error