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/coreos/etcd/client | Package client provides bindings for the etcd APIs. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/miekg/dns | Package dns implements a full featured interface to the Domain Name System. |
github.com/skynetservices/skydns/msg | |
k8s.io/kubernetes/pkg/api | |
k8s.io/kubernetes/pkg/api/endpoints | |
k8s.io/kubernetes/pkg/api/unversioned | |
k8s.io/kubernetes/pkg/client/cache | |
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset | |
k8s.io/kubernetes/pkg/dns/config | |
k8s.io/kubernetes/pkg/dns/treecache | |
k8s.io/kubernetes/pkg/dns/util | |
k8s.io/kubernetes/pkg/runtime | |
k8s.io/kubernetes/pkg/util/validation | |
k8s.io/kubernetes/pkg/util/wait | |
k8s.io/kubernetes/pkg/watch | |
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. |
time | Package time provides functionality for measuring and displaying time. |