Imports of package mesos

PathSynopsis
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
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/detector
github.com/mesos/mesos-go/detector/zoo
github.com/mesos/mesos-go/mesosproto
golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
gopkg.in/gcfg.v1
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
k8s.io/apimachinery/pkg/api/resource
k8s.io/apimachinery/pkg/typesPackage types implements various generic types used throughout kubernetes.
k8s.io/apimachinery/pkg/util/net
k8s.io/kubernetes/pkg/api/v1
k8s.io/kubernetes/pkg/cloudprovider
k8s.io/kubernetes/pkg/controllerPackage controller contains code for controllers (like the replication controller).
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
regexpPackage regexp implements regular expression search.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.