encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/fsouza/go-dockerclient | Package docker provides a client for the Docker remote API. |
github.com/gogo/protobuf/proto | Package proto converts data structures to and from the wire format of protocol buffers. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/mesos/mesos-go/executor | |
github.com/mesos/mesos-go/mesosproto | |
github.com/mesos/mesos-go/mesosutil | |
k8s.io/kubernetes/contrib/mesos/pkg/archive | |
k8s.io/kubernetes/contrib/mesos/pkg/executor/messages | |
k8s.io/kubernetes/contrib/mesos/pkg/scheduler/meta | |
k8s.io/kubernetes/pkg/api | |
k8s.io/kubernetes/pkg/client/cache | |
k8s.io/kubernetes/pkg/client/unversioned | |
k8s.io/kubernetes/pkg/controller/framework | |
k8s.io/kubernetes/pkg/kubelet | Package kubelet is the package that contains the libraries that drive the Kubelet binary. |
k8s.io/kubernetes/pkg/kubelet/container | |
k8s.io/kubernetes/pkg/kubelet/dockertools | |
k8s.io/kubernetes/pkg/util | |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
time | Package time provides functionality for measuring and displaying time. |