Imports of package registered

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.
k8s.io/client-go/pkg/api/meta
k8s.io/client-go/pkg/api/unversioned
k8s.io/client-go/pkg/apimachinery
k8s.io/client-go/pkg/util/sets
osPackage os provides a platform-independent interface to operating system functionality.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.