fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/google/cadvisor/info/v1 | Types used for docker containers. |
github.com/google/cadvisor/utils | |
github.com/google/cadvisor/utils/sysfs | |
github.com/google/cadvisor/utils/sysinfo | |
io/ioutil | Package ioutil implements some I/O utility functions. |
regexp | Package regexp implements regular expression search. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |