Imports of package offers

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/mesos/mesos-go/mesosproto
k8s.io/kubernetes/contrib/mesos/pkg/offers/metrics
k8s.io/kubernetes/contrib/mesos/pkg/proc
k8s.io/kubernetes/contrib/mesos/pkg/queue
k8s.io/kubernetes/contrib/mesos/pkg/runtime
k8s.io/kubernetes/pkg/client/cache
k8s.io/kubernetes/pkg/util/sets
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.